> For the complete documentation index, see [llms.txt](https://jester.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://jester.gitbook.io/docs/tokenomics/favour/summary.md).

# Summary

#### ❓ What is Favour?

**Favour is Jester’s loyalty currency.**

* You **earn it** by trading through the bot, referring others, or holding JEST.
* You **spend it** passively — at the end of each Season, your Favour share determines how much of the Spoils (buybacks redistributed) you receive.
* It resets every Season, so every tournament is fresh and competitive.

In short: **Favour = proof of activity and loyalty → your claim on Spoils.**

***

Trading = King → biggest Favour driver, feeds treasury.

Holding = Loyalty → multipliers + snapshot stipends for commitment.

Referrals = Growth → small but renewable source of Favour.

Royal Ceiling (5%) → stops whale domination, redistributes broadly.

Dynamic Pool (Large % of net fees, most of which is redistributed) → reflexive, scales with platform success.

Buyback + Spoils > Fee Rebates → users get more value per $1 fee.

Time-Separated Buybacks → better optics, more token capture.

Season Reset → fresh competition each cycle, hype driver.

Whales win mainly on token appreciation → Spoils balance shifted toward mid-level tiers.

Caveat: all numbers may be tuned over time to keep the system balanced. This is a rough draft of the system to be implemented, but may need to be adjusted.


---

# 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://jester.gitbook.io/docs/tokenomics/favour/summary.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.
