> For the complete documentation index, see [llms.txt](https://astonic.gitbook.io/astonic-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://astonic.gitbook.io/astonic-docs/astonic-economics/understanding-protocol-stability.md).

# Understanding Protocol Stability

The foundation of any stable asset system lies in its ability to maintain price equilibrium through sophisticated supply and demand management. Let's explore the intricate mechanisms that ensure this stability.

### Core Stability Principles

The stability mechanism operates on a fundamental economic principle: price stability is achieved when supply and demand converge at the target price point. When this balance shifts, the protocol responds accordingly:

* Excess supply scenarios can lead to devaluation
* Supply deficits typically result in value appreciation above the intended peg

### The Elastic Supply Mechanism

The protocol employs an innovative elastic coin supply rule that adapts to market conditions. This system carefully balances two critical objectives:

1. Market Liquidity: Enabling rapid response to demand fluctuations through supply adjustments
2. Reserve Protection: Implementing safeguards against oracle price manipulation

> "The key to stable asset management lies in the delicate balance between flexibility and security" - Leading DeFi Economist

#### Risk Mitigation Strategy

The protocol employs a virtual automated market maker (vAMM) setup, distinguishing itself from traditional DEX models. This innovative approach eliminates the need for user-provided liquidity, instead utilizing sophisticated bucket systems that reset at predetermined intervals, typically every five minutes.

| Exchange Pair | Low Slippage (0.02%) | Medium Slippage (2%) | High Slippage (25%) |
| ------------- | -------------------- | -------------------- | ------------------- |
| Stable/Native | N/A                  | 165,600 units        | 2,440,800 units     |
| Stable/USDC   | 11,988,000 units     | N/A                  | N/A                 |


---

# 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://astonic.gitbook.io/astonic-docs/astonic-economics/understanding-protocol-stability.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.
