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

# Collats DAO Liquidity Token

The Collats DAO Liquidity Token holders have a direct claim to the assets under management (AUM) of the DAO.

The value of issuance will be (AUM / CDLT Total Supply) or a predefined ratio of the current market value. Whatever is higher.

### Name

Collats DAO Liquidity Token

### Symbol

CDLT

### Decimals

18

### Total Supply

500,000,000,000

### Network

Binance Smart Chain

### Contract Address

0x4ee4A9020e5D447B26631D56BB0380E5f81F4C7F

### **Distribution and Vesting**

<table><thead><tr><th>Category</th><th>Supply</th><th width="171">Available at Launch</th><th>Vesting</th><th>Cliff</th></tr></thead><tbody><tr><td>ODs</td><td>250,000,000,000</td><td>10%</td><td>365 days linear</td><td>3 months</td></tr><tr><td>Treasury </td><td>50,000,000,000</td><td>100%</td><td>N/A</td><td>N/A</td></tr><tr><td>Private Offering</td><td>50,000,000,000</td><td>0%</td><td>365 days linear</td><td>None</td></tr><tr><td>Launch Partners</td><td>25,000,000,000</td><td>0%</td><td>365 days linear</td><td>3 months</td></tr><tr><td>AirDrop</td><td>25,000,000,000</td><td>0%</td><td>365 days linear</td><td>None</td></tr><tr><td>IDO</td><td>100,000,000,000</td><td>100%</td><td>N/A</td><td>N/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.collats.com/tokenomics/collats-dao-liquidity-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.
