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

# Vesting

Who gets what, and when it unlocks. Published before listing, enforced by contracts, and the same rules for everyone.

## The Presale Timeline

**The short version:** 10% of your tokens unlock at listing. The other 90% is released to you a little every day, starting three weeks later. Depending on the option you chose when you bought, everything is fully unlocked **51, 111 or 201 days after listing**.

In order, three things happen:

1. **At listing (TGE), 10% unlocks immediately.** Yours to use, stake, or take a little profit with.
2. **Days 1 to 21 are the Earning Period.** No scheduled unlocks happen in this window. Your locked tokens are not idle though: they are automatically staked and earning from the first minute. While you earn, the house completes its first three weekly buybacks and burns. Want tokens sooner? Play. Every $1 wagered unlocks 2 locked $SPIN, up to half your locked balance, and during these three weeks playing is the only early way out.
3. **From day 22, daily claims begin.** The remaining balance is released a little every day, with no cliff dates, over the schedule you picked when you bought.

| Your choice  | Daily claims start | Daily claims run for | Fully unlocked | Bonus tokens |
| ------------ | ------------------ | -------------------- | -------------- | ------------ |
| Flexible     | Day 22             | 30 days              | **Day 51**     | None         |
| Committed    | Day 22             | 90 days              | **Day 111**    | +10%         |
| Diamond Lock | Day 22             | 180 days             | **Day 201**    | +25%         |

So the longest anyone waits for their final token is 51, 111 or 201 days from listing. After the initial 10% at listing, nothing else is released in a block: everything from day 22 onward arrives daily, so there is no second date on which a large tranche of $SPIN reaches the market at once.

The longer you choose, the more free tokens you get for the same money.

{% hint style="info" %}
**Example.** Alex buys 100,000 $SPIN in the presale and picks Committed, so he receives 110,000. At listing, 11,000 unlock immediately; the other 99,000 are locked but automatically staked and earning (see [Rewards](/rewards.md) for more info). He wagers $500 in week two, which unlocks 1,000 locked tokens early. From day 22 his remaining 98,000 unlock at just under 1,100 a day, landing already staked. By day 111 he is fully unlocked, was never locked out of earning for a single day, and holds 10,000 bonus tokens for choosing patience.
{% endhint %}

## Everyone Else Waits Longer Than You

| Allocation                | At listing                   | After listing                                                                              |
| ------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------ |
| Liquidity & Market Making | Into the trading pool        | Remainder reserved for exchange listings; LP tokens locked 12 months with public proof     |
| Marketing                 | 10% of this allocation (15M) | Any partner paid in $SPIN carries their own 3-month minimum lock                           |
| Player Rewards & Airdrops | Nothing at listing           | Released monthly on a published, declining schedule                                        |
| Treasury                  | 0                            | Locked 12 months, then at most 5% per quarter with 30 days' public notice                  |
| Team                      | 0                            | Locked 12 months, then unlocks over the following 24, on-chain contract, address published |

On day one, roughly 12% of the supply is in circulation, and most of that is the trading pool itself rather than tokens waiting to be sold.

## Listing Guards

Claims are daily and smooth, never cliff-based, so there are no synchronized sell dates. A public unlock calendar sits beside the burn dashboard so everyone can see what enters circulation and when. Anti-bot limits apply for the first 48 hours only. There is no sell tax ever.

## The Contracts

The vesting contract, like the staking contract, is finalised and independently audited **before** listing rather than after. The unlock calendar goes live in armed mode ahead of the token generation event, so the schedule is public and checkable before anyone can trade.

For the full delivery timeline, including when each of these switches on, see the [Roadmap](/roadmap.md).


---

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