> For the complete documentation index, see [llms.txt](https://docs.qrbase.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qrbase.xyz/for-partners/boost.md).

# Boost

***

A Boost temporarily makes your token the exclusive puzzle in QRBase. While a Boost is active, every game played uses only your QR image — maximising exposure and accelerating pack consumption.

Boost increases visibility and speeds up pack consumption. It does not add plays.

### Boost tiers

| Duration | Price     | Notes                                           |
| -------- | --------- | ----------------------------------------------- |
| 1 hour   | $9 USDC   | Good for testing; immediate visibility          |
| 3 hours  | $29 USDC  | Short-term push; focused visibility boost       |
| 6 hours  | $49 USDC  | Half-day exposure window                        |
| 12 hours | $99 USDC  | Extended push; sustained milestone acceleration |
| 24 hours | $199 USDC | Full day; maximum milestone acceleration        |

{% hint style="info" %}
Exact pricing is fetched from the API at runtime. Prices above are indicative only.
{% endhint %}

{% hint style="warning" %}
**Important:** Boost is only available for Puzzle-only active tokens. Tokens with an active Scan Mode campaign cannot be boosted.
{% endhint %}

#### **How to buy a Boost**

1. Go to the Boost page and select your token and duration.
2. Send USDC to the QRBase treasury on Base.
3. Submit your transaction hash. The Boost activates once verified.

{% hint style="warning" %}
Boosts queue behind any active Boost and start automatically when the previous one ends.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.qrbase.xyz/for-partners/boost.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.
