> For the complete documentation index, see [llms.txt](https://tharwa.gitbook.io/tharwa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tharwa.gitbook.io/tharwa/core-products/tokenomics/fee-structure.md).

# Fee Structure

Tharwa's sustainability comes from a clear and defensible fee model, one designed to reward aligned users, fund long-term operations, and ensure the system can scale responsibly.

Rather than charging users arbitrarily, Tharwa’s fee structure is based on capital movement, utility unlocked, and value delivered.

### How Fees Work

There are three core types of fees across the protocol:

#### 1. **Vault Fees**

Each vault is designed to generate real-world yield. Tharwa charges a small percentage of that yield as a management or performance fee, depending on the vault class. These fees are built into the vault's design and reflected in net yield shown to users: no hidden costs, no surprise penalties.

#### 2. **Redemption & Early Exit Fees**

For vaults that require longer commitment periods (e.g., 90-day sukuk tranches or real estate pools), early exits may incur a fee. This isn't about punishing users, it protects vault integrity by discouraging churn and helps maintain predictable liquidity cycles. Users are always informed upfront of any applicable exit conditions.

#### 3. **OTC & Trading Fees**

When the OTC Marketplace launches, a small spread or flat fee may be charged on certain transactions, especially for large thUSD redemptions or direct asset pairings. These are structured to be competitive with DEX alternatives while providing deeper and more protocol-aligned liquidity.

### Where Fees Go

Collected fees don’t sit idle. They’re used to:

* Fund ongoing protocol operations
* Strengthen peg defense buffers
* Bootstrap new vault strategies
* Support liquidity in secondary markets
* Eventually, reward sTRWA stakers with yield or thUSD (depending on governance outcomes)

This creates a full feedback loop:

{% hint style="info" %}
vaults generate yield → a portion funds the system → users benefit through better access, better protection, and long-term sustainability.
{% endhint %}

### No Emissions. No Friction.

Unlike most DeFi protocols, Tharwa doesn’t rely on token emissions to subsidize its fee model. There’s no constant dilution or gameable token farming. The value users get is the result of real-world performance, not artificial incentives.

And because thUSD is fully collateralized and transparent, users don’t pay for opacity or hidden counterparty risks. You see where your yield comes from and what it costs to access it.


---

# 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://tharwa.gitbook.io/tharwa/core-products/tokenomics/fee-structure.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.
