# Price Stability

## The Three-Layer Defense

{% stepper %}
{% step %}

### Layer 1: RBS (Active Defense)

Automatic buy/sell based on price range. The Reserve-Backed Stabilizer intervenes when price moves outside the target range.
{% endstep %}

{% step %}

### Layer 2: Circuit Breakers (Emergency)

Slowdown during extreme conditions to reduce rapid, destabilizing activity.
{% endstep %}

{% step %}

### Layer 3: Black Hole (Structural)

Permanent liquidity locking that creates a guaranteed trading floor.
{% endstep %}
{% endstepper %}

## Why Price Stability Matters

Most tokens have no defense against price drops:

| Without Stability                  | With Crypto DAO                          |
| ---------------------------------- | ---------------------------------------- |
| Price drops → panic → more selling | Price drops → RBS buys automatically     |
| No floor → can go to zero          | Black hole LP → guaranteed trading floor |
| Recovery requires new buyers       | Recovery is algorithmic                  |

## How They Work Together

| Condition          | Response                            |
| ------------------ | ----------------------------------- |
| Normal trading     | RBS monitors, no action             |
| Price below range  | RBS buys with reserves              |
| Price above range  | RBS sells to cool down              |
| Extreme volatility | Circuit breakers slow activity      |
| Any condition      | Black hole ensures liquidity exists |

## Important Note

{% hint style="info" %}
These mechanisms reduce volatility and provide defense. They do not guarantee price never drops. They ensure the protocol can respond automatically rather than relying on hope.
{% endhint %}


---

# 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://cryptodao-it.gitbook.io/c-dao/2.-mechanics/price-stability.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.
