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

# Rewards

- [Revenue Distribution](https://docs.avantisfi.com/rewards/revenue-distribution.md): All trading fees from Avantis go towards liquidity providers and the protocol treasury
- [Periodic Revenue Distribution](https://docs.avantisfi.com/rewards/periodic-revenue-distribution.md): Ensuring fairness for all protocol LPs
- [Referrals](https://docs.avantisfi.com/rewards/referrals.md): Earn rewards and get fee discounts
- [Loss Rebates](https://docs.avantisfi.com/rewards/loss-rebates.md): A novel mechanism that rewards contrarian traders who help balance platform open interest skew.
- [Avantis XP](https://docs.avantisfi.com/rewards/avantis-xp.md): A novel loyalty program for our community.
- [Season 3](https://docs.avantisfi.com/rewards/avantis-xp/season-3.md): Season 3 began on September 3th 2025, and is set to end on February 28th 2026 with 40,000,000 $AVNT tokens up for grabs, making this the shortest and the most rewarding season.
- [XP FAQ - Season 3](https://docs.avantisfi.com/rewards/avantis-xp/season-3/xp-faq-season-3.md): Common questions about Avantis XP.
- [XP Boosts - Season 3](https://docs.avantisfi.com/rewards/avantis-xp/season-3/xp-boosts-season-3.md)
- [Season 2 \[Ended\]](https://docs.avantisfi.com/rewards/avantis-xp/season-2-ended.md): Season 2 began on December 12th 2024, 00:00 UTC and is expected to end sometime in Q3 2025.
- [XP FAQ - Season 2](https://docs.avantisfi.com/rewards/avantis-xp/season-2-ended/xp-faq-season-2.md): Common questions about Avantis XP.
- [XP Boosts - Season 2](https://docs.avantisfi.com/rewards/avantis-xp/season-2-ended/xp-boosts-season-2.md): Boost your XP via quests and badges!
- [Season 1 \[Ended\]](https://docs.avantisfi.com/rewards/avantis-xp/season-1-ended.md): Season 1 of XP lasted from June 11, 2024 - December 11, 2024.
- [XP Boosts - Season 1](https://docs.avantisfi.com/rewards/avantis-xp/season-1-ended/xp-boosts-season-1.md): Boost your XP via quests and badges!
- [XP FAQ - Season 1](https://docs.avantisfi.com/rewards/avantis-xp/season-1-ended/xp-faq-season-1.md): Common questions about Avantis XP.


---

# 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.avantisfi.com/rewards.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.
