# Supply Mechanics

TORUS manages its token supply through two methods:

1. **Primary Supply (Creating):**
   * Users generate TORUS tokens upfront when Creating, guaranteed as principal at the end of the period.
   * Ensures value even if the TORUS Pool is diluted, boosting profitability.
2. **Secondary Supply (TORUS Pool):**
   * A fixed number of tokens are distributed daily to Creators and Stakers based on Shares.
   * Daily distribution decreases by 0.08% perpetually, limiting total supply (e.g., <125M tokens over 20 years).

**TORUS Token**: Supports governance, allowing voting on parameter adjustments if needed.


---

# 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://docs.torus.win/supply-mechanics.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.
