> For the complete documentation index, see [llms.txt](https://ample-2.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ample-2.gitbook.io/docs/how-payouts-work/boosts.md).

# Boosts

A boost is a temporary increase to your ticket weight granted by a campaign. Where the [odds multipliers](/docs/how-payouts-work/odds.md) build slowly from your own behavior, boosts arrive from the outside, through a partner launch, a new vault opening, or a community allowlist.

### Ways to qualify

| Boost type    | Who gets it                                               |
| ------------- | --------------------------------------------------------- |
| Everyone      | All depositors in the boosted vault                       |
| Asset deposit | Depositors of a specific asset on a specific chain        |
| Time window   | Anyone depositing during the campaign period              |
| Referral      | Users who joined through a given referral code            |
| NFT holder    | Wallets holding a qualifying collection                   |
| Allowlist     | Wallets on a campaign list, typically a partner community |

Boosts you qualify for appear on your dashboard automatically. There is nothing to claim or activate.

### The rules

Boost math is designed to stay legible.

* **Boosts add to your multiplier.** A +25% boost adds 0.25, so a saver at 1.20 runs at 1.45x. Addition rather than multiplication keeps campaign stacking from spiraling.
* **Your largest boost applies, alone.** Qualify for three and you get the best one. This keeps campaigns generous without creating a boost-farming meta.
* **Every boost has a start and an end.** Expired boosts leave your ticket math immediately.
* **The $25,000 ticket-weight cap still applies.**

[Teams](/docs/rewards-and-social/teams.md) carry a separate, longer-lived boost that grows with your team's size and combined deposits, up to +25% at the top level.

{% hint style="info" %}
A boost raises your weight relative to the pool. The draw itself stays random. Boosted tickets improve odds, they don't reserve outcomes.
{% endhint %}


---

# 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://ample-2.gitbook.io/docs/how-payouts-work/boosts.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.
