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

# Basis Boost Campaign

Everything you need to know about the Basis Boost Campaign

Basis Boost pays a USDC bonus on top of funding rate yield for opening and holding a position on Renzo Basis. The campaign has three waves and entry is first come, first served. It requires a $1,000 minimum account size and a 3 to 8 week position hold. The campaign opens on 21 September 2026 and runs for 8 weeks.

### Rewards Category

<table><thead><tr><th width="196.86328125">Category</th><th width="173.91015625">Reward Boost</th><th width="151.046875">Duration</th><th width="239.44140625">Redemption</th></tr></thead><tbody><tr><td><strong>Wave 1 -</strong> First 100 users</td><td>$100 / User</td><td>3 weeks</td><td>Paid after the 3 week hold, subject to eligibility</td></tr><tr><td><strong>Wave 2 -</strong> 101 to 200 users</td><td>Up to $80 / user </td><td>8 weeks</td><td>Rewards accumulate each week and are paid out after 8 weeks, subject to eligibility</td></tr><tr><td><strong>Wave 3 -</strong> User 201 and beyond</td><td>$1,000 lottery pool</td><td>End of the 8 week campaign</td><td>Lottery pool winners announced at the end of the campaign</td></tr></tbody></table>

### Who Qualifies

To qualify, a user must:

* Hold a minimum of 1,000 USDC in total positions
* Hold the position for the full duration per category

### Campaign Integrity

*Renzo reviews campaign participation and retains the right to disqualify wallets that abuse the campaign. This covers splitting funds across multiple wallets to claim more than one wave slot, sybil activity, wash or self-matched activity intended to inflate position counts, and any attempt to collect a bonus without holding a genuine qualifying position.*

*Disqualification removes the wallet from all waves, including the lottery pool, and forfeits any bonus accrued but not yet paid. Wallets identified as part of the same attempt may be disqualified together.*

*Renzo may also adjust or end the campaign where a flaw in the mechanics is being exploited. Wallets participating in good faith keep their accrued eligibility if that happens.*

### FAQs <a href="#faq" id="faq"></a>

**Q: How do I know which wave I fall into?**\
A: A public dashboard checker will be made available soon.

**Q: Does a larger deposit move me into an earlier wave?**\
A: No. Entry is first come, first served.

**Q: What happens if I close my position before the three or eight week mark?**\
A: The wallet stops qualifying and no bonus is paid.

**Q: I am in wave two and I closed at week three. Why did I get nothing?**\
A: The $10 weekly bonus only accrues and is paid out once the eight week period completes.

**Q: Can I withdraw part of my position and stay eligible?**\
A: Eligibility depends on the account staying above the $1,000 minimum for the qualifying period.

**Q: When is the bonus paid and where does it land?**\
A: Bonuses are paid in USDC to the user's deposit address.

**Q: Is the bonus the same as my funding rate yield?**\
A: No. Funding rate yield comes from the Renzo Basis position itself and varies with market conditions. The bonus is a separate top-up.

**Q: Do I qualify if my position is split across multiple strategies?**\
A: Yes, as long as your total position meets the $1,000 USDC minimum.


---

# 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.renzofinance.com/basis-boost-campaign.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.
