# Fees

Chi Protocol implements a straightforward fee structure that is both competitive and transparent. The fees are applied during two key operations:

{% tabs %}
{% tab title="Mint Fee" %}
**Minting Fee**

A small fee is charged when users mint new USC, ensuring that the protocol can maintain its operations and support its stability mechanisms. This fee is transparent and helps cover the costs associated with maintaining the 1:1 collateralisation of USC.&#x20;

<figure><img src="/files/agiqeavzGmuDvn4nEwIo" alt=""><figcaption><p>Mint Fee</p></figcaption></figure>
{% endtab %}

{% tab title="Redeem Fee" %}
**Redemption Fee**:

A fee is also applied when users redeem USC for the underlying collateral. This fee helps manage the protocol's liquidity and incentivises long-term holding, contributing to the overall stability of the system.

<figure><img src="/files/HkZzcnneRb4dMmfoOY51" alt=""><figcaption><p>Redemption Fee</p></figcaption></figure>
{% endtab %}
{% endtabs %}

These fees are designed to be minimal yet sufficient to support the protocol's sustainability, ensuring that Chi Protocol remains a reliable and cost-effective platform for its users.


---

# 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://chi-protocol.gitbook.io/chi-docs/concepts/fees.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.
