> 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.md).

# $SPIN Token

- [Token Utility](https://docs.chainspin.com/spin-token/token-utility.md): What the $SPIN token actually does: buy, stake, play, earn and burn, and how the five steps connect into one self-reinforcing cycle.
- [Tokenomics](https://docs.chainspin.com/spin-token/tokenomics.md): $SPIN tokenomics: a fixed supply of 1,000,000,000 on Ethereum, no mint function, a $0.12 listing price, and the full six-way allocation breakdown.
- [Buyback & Burn](https://docs.chainspin.com/spin-token/buyback-and-burn.md): How the weekly $SPIN buyback works: 12% of casino, 15% of sportsbook and 8% of prediction market revenue, with 60% burned forever and 40% paid to stakers.
- [Advanced Token Flow](https://docs.chainspin.com/spin-token/advanced-token-flow.md): The closed-loop flow of value through Chainspin, from player wagers to platform revenue to the weekly buyback, burn and staking rewards.
- [Audit](https://docs.chainspin.com/spin-token/audit.md): The $SPIN smart contract address on Ethereum, its Etherscan listing, and the independent SolidProof audit report.
- [Vesting](https://docs.chainspin.com/spin-token/vesting.md): The $SPIN unlock schedule in full: 10% at listing, a 21-day earning period, daily claims from day 22, and the Flexible, Committed and Diamond Lock options.
- [How to Buy $SPIN](https://docs.chainspin.com/spin-token/how-to-buy.md): How to buy $SPIN, in the presale with crypto or card, or on Uniswap after listing, plus the contract address and how to add the token to your wallet.


---

# 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.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.
