> 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/guides/tokenomics/token-distribution.md).

# Token Distribution

The total supply for GS tokens is 1.6B with the following breakdown of supply<br>

<figure><img src="/files/bpnhZH1STI5Er27c8H40" alt=""><figcaption></figcaption></figure>

* **Treasury (36%)** — GS tokens reserved for the Treasury. The core team and community can decide how to allocate this capital: liquidity mining incentives, partnerships, etc
* **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%)** — Private market investors from previous rounds.
* **Liquidity Mining & Staking (15%)** — The initial liquidity mining & staking allocation to be distributed in esGS. It will cover at least the first six months of incentives.
* **LBP (5%)** — The GS supplied in the Liquidity Bootstrapping Pool, which will help achieve price discovery and provide liquidity for the GS pool on GammaSwap.
* **Airdrop (3%)** — Airdrop to point holders in GS.
* **Advisors (1%)** — Allocation for current and future advisors to the protocol.

## Vesting Schedule

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.

## Airdrop

The airdrop will be distributed over an 8 week period starting Monday, September 9th, 2024 and ending Monday, November 4th, 2024 in weekly epochs. You can claim the $GS airdrop weekly or the full amount at the end of the 8 week period.


---

# 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/guides/tokenomics/token-distribution.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.
