> For the complete documentation index, see [llms.txt](https://docs.alt.town/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alt.town/assets/usdtown/lock-and-vesting.md).

# Lock & Vesting

### **Vesting Schedule**

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

### **Detailed Categories**

<table><thead><tr><th width="140">Allocation Buckets</th><th>% of Total Supply</th><th>Amount of TOWN</th><th>Vesting Schedule</th><th>Description</th></tr></thead><tbody><tr><td>Investor</td><td>15.5%</td><td>310,000,000</td><td>1 yr cliff – 2 yr vest</td><td>Strategic investors who supported the project from its early stages, providing capital and guidance as seed participants and long-term stakeholders.</td></tr><tr><td>Treasury</td><td>18.5%</td><td>370,000,000</td><td>5 yr vest</td><td>Treasury serving as the backbone for sustainable growth — reserved for governance-directed initiatives, ecosystem resilience, and long-term operational funding.</td></tr><tr><td>Ecosystem</td><td>17.5%</td><td>350,000,000</td><td>5 yr vest</td><td>Ecosystem expansion and partnership incentives.</td></tr><tr><td>Community</td><td>20.0%</td><td>400,000,000</td><td>1 yr cliff – 4.5 yr vest</td><td>Community programs, events, and user incentives.</td></tr><tr><td>Airdrop</td><td>4.5%</td><td>90,000,000</td><td>~4 yr vest</td><td>Community rewards and user acquisition campaigns.</td></tr><tr><td>Exchanges &#x26; Liquidity</td><td>17.0%</td><td>340,000,004</td><td>100% liquid at TGE</td><td>Strategic allocations dedicated to exchange partnerships, ensuring market stability, deep liquidity, and strong global accessibility for $TOWN.</td></tr><tr><td>Team</td><td>5.0%</td><td>99,999,996</td><td>1 yr cliff – 4 yr vest</td><td>Core team allocation.</td></tr><tr><td>Advisor</td><td>2.0%</td><td>40,000,000</td><td>1 yr cliff – 4 yr vest</td><td>Advisors with expertise in biotech, IP, and tokenization supporting the protocol.</td></tr><tr><td><strong>Total</strong></td><td><strong>100%</strong></td><td><strong>2,000,000,000</strong></td><td></td><td></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.alt.town/assets/usdtown/lock-and-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.
