# What is Crypto DAO?

## The Problem It Solves

Most DeFi yield protocols face the same issue: *they print tokens without backing, causing inflation that eventually destroys value.*

* **Collateralized minting** — tokens backed by real assets
* **Automatic compounding** — yields compound every 12 hours
* **Algorithmic stability** — price maintained within range automatically

{% hint style="success" %}
Crypto DAO takes a different approach. Every token minted has corresponding collateral in the treasury. Growth and stability coexist through balanced inflation and deflation mechanisms.
{% endhint %}

## How It Works (Simple Version)

{% stepper %}
{% step %}

### Stake PRO

*You stake PRO.*
{% endstep %}

{% step %}

### Treasury mints new PRO

*Treasury mints new PRO (backed by reserves).*
{% endstep %}

{% step %}

### Balance increases

*Your balance increases every 12 hours.*
{% endstep %}

{% step %}

### Price drops— RBS buys

*If price drops: RBS buys automatically.*
{% endstep %}

{% step %}

### Price spikes — RBS sells

*If price spikes: RBS sells to cool down.*
{% endstep %}

{% step %}

### System maintains balance

*The system balances itself.*
{% endstep %}
{% endstepper %}

## Core Components

| Component      | Function                         |
| -------------- | -------------------------------- |
| **Treasury**   | Holds reserves, controls minting |
| **Staking**    | Generates yield via rebase       |
| **Bonds**      | Creates protocol-owned liquidity |
| **RBS**        | Maintains price stability        |
| **Black Hole** | Locks liquidity permanently      |

## What Makes It Different

| Typical DeFi                 | Crypto DAO                           |
| ---------------------------- | ------------------------------------ |
| Unbacked token printing      | Collateralized minting only          |
| Manual compounding           | Automatic rebase every 12h           |
| Rented liquidity (can leave) | Protocol-owned liquidity (permanent) |
| No price defense             | RBS + circuit breakers               |
| Single failure point         | Sharded, isolated modules            |

***

## Who Is It For?

* **Yield seekers** — Earn compound interest on PRO
* **Long-term holders** — Benefit from deflationary mechanics
* **Liquidity providers** — Bond at a discount, support protocol growth

## Next Steps

* Understand the [Core Concepts](broken://pages/d4d1d262769e4e0b527badff85b34463a80071b5)
* Learn [How Staking Works](broken://pages/c78f6350134f6aa4b5eda0c866934cc70a0854a3)
* Review the [Tokenomics Summary](broken://pages/42028d363cb9202b4130e5df6f97cd7fb11432d3)


---

# 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://cryptodao-it.gitbook.io/c-dao/1.-overview/what-is-crypto-dao.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.
