# Stablecoins

## Minting and Redeeming

```
MINT
1. Authenticate
2. Deposit USD
3. Convert USD to Stablecoin
4. Transfer Stablecoin to Customer

REDEEM
1. Authenticate
2. Create Deposit Address
3. Send Stablecoin to XFT
4. XFT Transfers USD to Bank Account
```

***

## Stablecoin P2P Transfers

Digital currency transfers using stablecoins pegged to fiat currencies. Enables fast, low-cost transactions with blockchain security. Settlements occur in real-time without intermediaries.

<details>

<summary><strong>Participants</strong></summary>

* Sender
* Recipient
* Stablecoin issuer
* Blockchain network
* Wallet providers

</details>

#### Authorization

1. Sender initiates a transfer via their wallet.
2. Transaction is broadcast to the blockchain network.
3. Network verifies sender’s balance and transaction validity.
4. Transaction is approved and added to the blockchain.

#### Processing

5. Transaction is processed on the blockchain.
6. Smart contracts execute any required conditions.
7. Network nodes confirm the transaction.

#### Settlement

8. Stablecoin is credited to the recipient’s wallet.
9. Transaction is permanently recorded on the blockchain.

<mark style="color:purple;">REVERSING TRANSACTIONS</mark>


---

# 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.xft.finance/learn/flows/payments/stablecoins.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.
