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

# Advanced Token Flow

A sustainable token economy requires that value flows through the ecosystem in a predictable and transparent manner. Chainspin's token economy is designed as a closed-loop value system, where player activity generates platform revenue, which is then redistributed across the token ecosystem through buybacks, staking rewards, and gameplay incentives.

Unlike traditional online casinos where player losses represent purely operator revenue, the Chainspin model redirects a portion of this revenue back into the ecosystem in order to support token scarcity and long-term platform growth.

#### Core Value Flow Model

![](/files/fMtrBX3VOw5AVcYEyiCl)

Every week, a fixed share of platform revenue buys $SPIN on the open market. That buyback splits two ways, and only two ways:

* **Buyback and Burn (60%).** Sixty per cent of every weekly buyback is burned permanently, reducing supply and creating structural buy pressure for the token.
* **Staking Rewards (40%).** The remaining forty per cent is distributed to stakers pro-rata. Because these tokens are purchased on the open market rather than minted, rewarding stakers adds buying pressure rather than sell pressure.

The remaining ecosystem programmes are funded from their own pre-allocated pools, not from the buyback:

* **Jackpot Pools and Leaderboard Rewards** draw on the Player Rewards & Airdrops allocation, introducing gamified and competitive participation loops that increase wagering activity.
* **Treasury Allocation** is a separate 15% of supply supporting long-term development, liquidity provisioning, and strategic partnerships. It is locked for twelve months after listing and then releases at no more than 5% per quarter.

The result is a dynamic system in which <mark style="color:yellow;">**platform success directly strengthens the token economy.**</mark>


---

# 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.chainspin.com/spin-token/advanced-token-flow.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.
