# C2C Redemption Process

Here's a step-by-step guide to redeeming USDi through the C2C network.

### 1. Submit Redemption Request

<figure><img src="/files/7wqiM2ke7CGbAUGS19fJ" alt=""><figcaption></figcaption></figure>

To initiate a redemption:

* Choose the "Redeem to Cash" option in the C2C network
* Enter your desired redemption amount (e.g., 100,000 USDi)
* Review and confirm the transaction details
* Follow your wallet's process to transfer USDi to the designated collateral account

{% hint style="info" %}
Your USDi will be held in the collateral account until you confirm receipt of funds.
{% endhint %}

### 2. Network Matching

Once your request is submitted:

* The system matches you with available C2C network node operators
* Matched operators will coordinate the delivery location and time
* After receiving cash, scan the operator's QR code
* Submit the operator's wallet address as the fund release address
* Transaction status will update to "Cash Received"

<figure><img src="/files/zcNUdeAZavE8c2S4ikaY" alt=""><figcaption></figcaption></figure>

### 3. Confirmation Process

After confirming cash receipt:

* Our backend system submits the redemption request to the provided wallet address
* Transaction status changes to **Redeem Requested**
* The operator must verify:
  * The incoming redemption request in their wallet
  * The amount matches their entitled redemption

### 4. Fund Release

* The USDi held in the collateral account will be released to the node operator within 24 hours of confirmation

{% hint style="warning" %}
Node operators should always verify that the redemption amount matches the cash they provided before confirming the transaction.
{% endhint %}


---

# 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://docs.kira.trading/dao/c2c-network/c2c-redemption-process.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.
