> For the complete documentation index, see [llms.txt](https://rollin-games.gitbook.io/rollin.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rollin-games.gitbook.io/rollin.games/rgs-token/token-allocation.md).

# Token Allocation

The total supply of RGS tokens is 1 billion. The lockup period is different among each party, and RGS tokens cannot be traded during the lockup period, but can be used for mining, staking and voting. New RGS tokens can be issued by governance voting.

The token allocation is shown below:

![](/files/Ylxe783qOYR2KnM6r7jU)

**Liquidity Mining - 600 million (60%)**

Released daily.

**Team** **- 180 million (18%)**

Linear vesting 1/24 each month starting from the month 25th to month 48th.

**Union Reward - 100 million (10%)**

Linear vesting 1/36 each month starting from the month 1st to month 36th.

**Advisors & Partners - 50 million (5%)**

Linear vesting 1/24 each month starting from the month 25th to month 48th.

**Private Sale - 40 million (4%)**

Linear vesting 1/12 each month starting from the month 13th to month 24th.

**Initial Liquidity - 30 million (3%)**

Released daily.

**RGS token circulation**

![](/files/SfbWU1czL8ltLYcwPGnI)


---

# 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://rollin-games.gitbook.io/rollin.games/rgs-token/token-allocation.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.
