> For the complete documentation index, see [llms.txt](https://strobe-protocol.gitbook.io/strobe-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://strobe-protocol.gitbook.io/strobe-protocol/money-market/strobe-points/booster-system.md).

# Booster System

Boosters are multipliers that can be applied to the points you gain from various sources. These will typically have conditions applied to them and will not always boost all points you receive.

<figure><img src="/files/iYNGqfEVy6MXI7lvAfrs" alt=""><figcaption></figcaption></figure>

Early Adopter Booster:\
\
To show our appreciation for early adopters who signed up for our waitlist, completed their feedback forms, and performed early testing, we’ll be awarding them with a 3x booster to their points.\
\
This is not permanent but does not have a fixed duration either.

Weekly Quests Booster:\
\
For completing all weekly quests each week you can earn a 1.2x accumulating booster on future weekly quest points only. Each successfully completed week will add to this up to a maximum of a 3.0x base point booster.\
\
Completing all weekly quests will have your booster progress like this:

| Week    | Booster                   |
| ------- | ------------------------- |
| Week 1  | 1.0x (No Booster Applied) |
| Week 2  | 1.2x Booster Applied      |
| Week 3  | 1.4x Booster Applied      |
| Week 4  | 1.6x Booster Applied      |
| Week 5  | 1.8x Booster Applied      |
| Week 6  | 2.0x Booster Applied      |
| Week 7  | 2.2x Booster Applied      |
| Week 8  | 2.4x Booster Applied      |
| Week 9  | 2.6x Booster Applied      |
| Week 10 | 2.8x Booster Applied      |
| Week 11 | 3.0x Booster Applied      |
| Week 12 | 3.0x Booster Applied      |

Failure to complete and verify all weekly quests for a week will result in your booster resetting to 1.0x and must be re-accumulated.


---

# 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, and the optional `goal` query parameter:

```
GET https://strobe-protocol.gitbook.io/strobe-protocol/money-market/strobe-points/booster-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
