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

# The ALTI Token

**Utility & Staking**

The ALTI token will be the [Altitude.fi](https://www.altitude.fi/) protocol's governance token. The governance system will use a weighted voting system in which the amount of ALTI tokens held determines voting power. Both vested and unvested tokens will have voting power.

ALTI holders will be able to vote on changes to the protocol, including:

* Changing the performance fee
* Deploying new yield farm strategies
* Deploying new lending strategies

**Non Transferability**

The ALTI token will be deployed as non-transferable.&#x20;

**Supply Information**

The ALTI token will be an ERC20 utility token. The supply of ALTI is capped at 1,000,000,000 (1 billion).

The ALTI token will be deployed by Altitude Labs Limited. The address will be published here after the token has been deployed.

**Current Distribution**

<figure><img src="/files/X73CvzMGAl7gJLfShhn8" alt=""><figcaption><p>ALTI token allocation per May 2025</p></figcaption></figure>

As of May 2025, the ALTI allocation is as follows:

* Ecosystem & Community: 42.6%
  * Airdrops, community raise, community grants, partner incentives, ecosystem expansion, staking rewards.
* Altitude Foundation: 5.0%
  * Token allocation to be used for the growth & advancement of the protocol. This will not go to the team.
* Team & advisors: 26.4% (at least 6 months lockup, at least 30 months linear vesting)
* Pre-seed investors: 11.4% (6 months lockup, then 30 months linear vesting)
* Seed investors: 10.6% (6 months lockup, then 30 months linear vesting)

<br>


---

# 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.altitude.fi/general/the-alti-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.
