> For the complete documentation index, see [llms.txt](https://avano.gitbook.io/azos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avano.gitbook.io/azos/stablecoin/supply-flows.md).

# Supply Flows

Azos stable asset supply scales linearly with volatility and liquidity. Anytime the market price is above target; the supply grows. Anytime the market price is below target; the supply shrinks. Each time this cycle occurs; the supply grows by a certain percentage of the total value exchanged. This means any significant variation of the stable asset’s market price will increase supply over time.

<br>

The Azos module will constantly increase the debt and supply of protocol stable assets. It does this by stabilizing the market price against the redemption price. Anytime there’s bi-directional price volatility of the stable asset; the supply will grow. Whenever the Azos stable asset market price pushes above redemption price; the module can flash mint supply and equilibrate the market and redemption price by selling on the open market. At the end of all Azos module transactions, we check the state of the system and module. This check is made against the 7 system module rules: and as long as the rules are abided; the transaction is allowed.

<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:

```
GET https://avano.gitbook.io/azos/stablecoin/supply-flows.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.
