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

# Token

### Distribution

The total supply for $GS tokens is 1.6B with the following breakdown of supply.

* **Treasury (51%)** — GS tokens reserved for the Treasury. They can be used for protocol or community growth.
* **Core Team (23%)** — Allocation of the core team to align incentives with the protocol and promote long term building. There is no equity company, only the foundation.
* **Investors (17%)** — Seed investors.
* **LBP (5%)** — The GS supplied in the initial Liquidity Bootstrapping Pool.
* **V1 Airdrop (3%)** —  Initial airdrop to point holders in $GS.
* **Advisors (1%)** — Allocation for current and future advisors to the protocol.

### Vesting Schedule <a href="#vesting-schedule" id="vesting-schedule"></a>

There is a vesting schedule for the Core Team, Private Investors and Advisors.

* **Core Team**: 12 month cliff, 24 months linear vesting after
* **Private Investors**: 12 month cliff, 18 months linear vesting after
* **Advisors**: 12 month cliff, 18 months linear vesting after

There is no vest for the LBP or Treasury.&#x20;

### V1 Airdrop <a href="#airdrop" id="airdrop"></a>

The V1 airdrop was be distributed over an 8 week period starting Monday, September 9th, 2024 and ending Monday, November 4th, 2024 in weekly epochs.

### Token Addresses <a href="#token-addresses" id="token-addresses"></a>

<table data-header-hidden><thead><tr><th width="204.88427734375"></th><th></th></tr></thead><tbody><tr><td><strong>Token</strong></td><td><strong>Token Address</strong></td></tr><tr><td>$GS (Ethereum)</td><td>​<a href="https://etherscan.io/token/0x64d3cae387405d91f7b0d91fb1d824a281719500">0x64d3CAe387405d91f7b0D91fb1D824A281719500</a>​</td></tr><tr><td>$GS (Arbitrum)</td><td>​<a href="https://arbiscan.io/token/0xb08d8becab1bf76a9ce3d2d5fa946f65ec1d3e83">0xb08D8BeCAB1bf76A9Ce3d2d5fa946F65EC1d3e83</a>​</td></tr><tr><td>$GS (Base)</td><td>​<a href="https://basescan.org/token/0xc4d44c155f95fd4e94600d191a4a01bb571df7df">0xc4d44c155f95FD4E94600d191a4a01bb571dF7DF</a></td></tr></tbody></table>


---

# 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.gammaswap.com/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.
