# TANGERINE Distribution

At the beginning of every epoch, if the time weighted average price (TWAP) of TANGERINE is greater than 1.01, new TANGERINE will be minted in the Boardroom.

The amount of new TANGERINE distributed depends on the current circulating supply of TANGERINE.

| Circulating Supply | TANGERINE Minted |
| ------------------ | ---------------- |
| 500k or less       | 4.5% expansion   |
| Up to 1M           | 4% expansion     |
| Up to 1.5M         | 3.5% expansion   |
| Up to 2M           | 3% expansion     |
| Up to 5M           | 2.5% expansion   |
| Up to 10M          | 2% expansion     |
| Up to 20M          | 1.5% expansion   |
| Up to 50M          | 1.25% expansion  |
| 50M+               | 1% expansion     |


---

# Agent Instructions: 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:

```
GET https://agent-orange.gitbook.io/docs/protocol/tangerine-distribution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
