> For the complete documentation index, see [llms.txt](https://cassowary.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cassowary.gitbook.io/docs/sustainability-treasury-and-redemption.md).

# 📈 Sustainability, Treasury & Redemption

## Protocol Sustainability & Redemption

A truly decentralized protocol must be economically sustainable and provide guaranteed exit liquidity for its users. At Cassowary, we have designed a self-sustaining economic model that naturally increases the security of the protocol over time, while ensuring users can always redeem their tokens at fair market value.

*Security is our top priority. All our tokenized assets are built on top of rigorously audited, industry-standard smart contracts (ERC20 v5.0.4) to ensure maximum safety for user funds.*

### 1. Protocol Revenue: The Minting Fee

To cover operational costs, blockchain gas fees, and continuous development, Cassowary applies a minimal, transparent **0.05% spread (minting fee)** on the live market price.

When a user mints a token, this microscopic fee is automatically calculated and routed to the protocol's treasury. Because we do not rely on expensive centralized brokers, we can keep this fee exponentially lower than traditional financial platforms, while still generating sustainable revenue for the protocol.

### 2. Treasury Management & Self-Overcollateralization

As explained in our architecture, 50% of the user's USDC is deployed to Hyperliquid to hedge the position, while the remaining 50% is held securely in the **Cassowary Smart Contract Vault**.

Instead of letting this Vault capital sit idle, the protocol deploys these funds into **ultra-safe, low-risk yield-bearing DeFi strategies** (such as supplying stablecoins to blue-chip lending protocols like Aave, or utilizing tokenized US Treasury Bills).

**The Flywheel Effect:**

1. The Vault generates a continuous, safe yield on the idle USDC.
2. This yield is automatically reinvested into the protocol's treasury.
3. Because the liabilities (the tokens minted) remain the same, but the treasury assets constantly grow from the yield and the 0.05% minting fees, the protocol naturally **overcollateralizes itself**.
4. Over time, the backing of the tokens grows from 100% to 102%, 105%, and beyond, creating an impenetrable financial safety buffer against any extreme market black swan events.

### 3. The Redemption Mechanism (Guaranteed Peg)

In traditional crypto projects, users are forced to rely on secondary markets (like Uniswap liquidity pools) to sell their tokens. If the liquidity pool is shallow, users suffer massive slippage and cannot exit at a fair price.

**Cassowary** solves this by offering a **Direct Redemption Mechanism**. You do not need a secondary market to cash out.

**How Redemption Works:**

1. A user submits a request to redeem their RWA tokens through our dApp.
2. The smart contract burns (destroys) the RWA tokens.
3. The protocol instantly closes the corresponding 2x Long position on Hyperliquid.
4. The protocol calculates the exact live market price (Best Bid) and unlocks the funds from the Vault and Hyperliquid.
5. The user receives the exact equivalent value in pure USDC directly to their wallet.

Because users can always redeem their tokens for the exact underlying value in USDC directly with the protocol, the token price is mathematically pegged to the real-world asset. Arbitrageurs will naturally ensure that the token never trades below its fair value.

*Note: To ensure the utmost security and allow our smart contracts to undergo rigorous testing, the Direct Redemption Mechanism is currently in its final auditing phase and will be deployed in the coming weeks.*


---

# 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://cassowary.gitbook.io/docs/sustainability-treasury-and-redemption.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.
