> For the complete documentation index, see [llms.txt](https://alphabot-docs.gitbook.io/alphabot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/enable-boosting.md).

# Enable Boosting

Allow users to purchase extra raffle entries using $BOOST. Creators can monetize raffles while users increase their chances of winning.\
\
Boosting allows users to purchase more entries into a raffle or raid using $BOOST.&#x20;

<figure><img src="/files/zZ8zdcN4GCJD5VDam8NO" alt="" width="341"><figcaption><p>Users will only see the option to Boost after they have successfully joined the raffle.</p></figcaption></figure>

***

### For Teams (Creators)

#### Step-by-Step: Setting Up Boosting on a Raffle

1. Check **“Enable Boosting”** under tasks/requirements while creating a new raffle. <https://www.alphabot.app/new>

<figure><img src="/files/3g9ubsmctiKofNwEu36I" alt="" width="326"><figcaption></figcaption></figure>

2. Increase the **“$BOOST per entry”** (minimum $1 USD in $BOOST or 11 BOOST).
3. Adjust **“Max Boosts”** if you want to limit boosting. Example: If Max Boost is set to 5, and each Boost equals one entry, a user can Boost up to 3 times for 3 entries.

<figure><img src="/files/L0hlNmvZJ33JdX1MuQo0" alt="" width="303"><figcaption></figcaption></figure>

4. Team owners & managers can set the **Raffle $BOOST Receiver** on the [Team Management page](https://www.alphabot.app/team), or leave it as the default (the raffle creator).

<figure><img src="/files/WluN62xzRAm6cI4TMchY" alt="" width="279"><figcaption></figcaption></figure>

Your team can now monetize raffles and earn $BOOST with the collabs you already run every day.<br>

***

## Revenue split

* Boost proceeds are held in escrow until the raffle ends to prevent abuse.
* Revenue split:
  * 50% of $BOOST spent goes to your Alphabot Wallet. (raffle creator)
  * 50% goes to Alphabot (for gas, rewards, ecosystem costs).

***

### Boosting Details

* Raffle Boosting is an on-chain microtransaction utility.
* Users purchase more entries into raffles or raids with $BOOST.
* Once enabled, boosting is available only after users have entered normally.
* All raids have boosting enabled by default, and each Boost increases the raid’s rewards pool.

***

### Special Rules for Raids

* Boosting is always enabled on raids.

<figure><img src="/files/cGAaM2EEuAYOg7j6XGVn" alt="" width="162"><figcaption></figcaption></figure>

* Revenue split for raids:
  * 25% goes to the raid creator.
  * 25% goes into the raid’s boost reward pool.
  * 50% goes to Alphabot.<br>

***

### For users:

* Enter the raffle and complete all required tasks first.
* Once entered, use $BOOST from your Alphabot Wallet to buy extra entries.
* The raffle creator sets the **cost per boosted entry** (minimum $1 USD in $BOOST).
* A **Max Boost** limit may be set (or left unlimited).
* All raids will always have boosting enabled.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/enable-boosting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
