> For the complete documentation index, see [llms.txt](https://info.landao.org/landao-llc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.landao.org/landao-llc/tokenomics.md).

# Tokenomics

10B Native Tokens will be minted but not put into circulation. Our circulating supply will be initially limited to 2-8M.

We will only increase the circulating supply of Native Tokens as assets (farmland) are acquired, by a number of tokens proportional to the purchase price of the asset. Initially, we will strive to maintain $10M in the treasury. Optimal goal is $100M in the Native Token treasury.

Thus, additional tokens enter the circulating supply upon each acquisition.

## Example 1

Assume 100M tokens are already in circulation. Then LANDAO acquires a new farm property for $20M. In this scenario, we would allow an additional $20M of tokens to be sold to replenish the treasury. This will increase the circulating supply of tokens by an amount proportional to the token value as follows:

<table><thead><tr><th>Token Value</th><th width="198.66666666666669">Number of New Tokens Sold</th><th>Total Circulating Supply</th></tr></thead><tbody><tr><td>$1</td><td>20M</td><td>120M</td></tr><tr><td>$2</td><td>10M</td><td>110M</td></tr><tr><td>$5</td><td>4M</td><td>104M</td></tr></tbody></table>

## Example 2

Assume 90M tokens have been sold at $1 per token ($90M in Treasury). Then, an asset is acquired for $30M.&#x20;

In this example, after the acquisition, there would be 40M tokens available to be sold if the value is still $1/token. This is because the LANDAO Treasury target is $100M. Since we only had $90M, there are still 10M tokens available on the market. Once the $30M property is acquired, we allow another 30M tokens to circulate, resulting in 40M available tokens.

### Deflation / token burning

The DAO will burn un-circulating Native Tokens upon the acquisition of every asset. The number of tokens to be burnt will be based on the purchase price. If the purchase price was $20M, then 20M tokens will be burnt, regardless of the market value of the token. The burning of tokens is capped at 5B.


---

# 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://info.landao.org/landao-llc/tokenomics.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.
