# PIX Payout (USDT → BRL)

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

This section provides a reference for integrating Tylt CrossRamp’s PIX off-ramp flow within merchant applications. Through this integration, merchants can initiate transfers of stablecoins (USDT) to end users, who can subsequently convert the received crypto-assets into BRL via PIX.

***

#### Overview

* Merchants initiate off-ramp instances using their available USDT balance
* Stablecoins are transferred to end users as part of the flow
* End users complete the off-ramp process and receive BRL via PIX
* The merchant’s USDT balance is debited upon execution of the off-ramp flow

***

#### What You’ll Find in the API Reference

**1. PIX Off-Ramp Flow**\
Guidance for initiating off-ramp flows, including transferring stablecoins to end users and tracking transaction lifecycle and status.

**2. Supporting APIs**\
Documentation for additional functionalities such as listing supported currencies, networks, and fiat rails.

**3. Endpoint Descriptions**\
Detailed specifications for each API endpoint, including parameters, authentication requirements, and usage patterns.

**4. Request & Response Formats**\
Structured JSON examples covering off-ramp creation, status tracking, and webhook payloads.

**5. Code Examples**\
Reference implementations in Node.js, Python, and other commonly used stacks.

**6. Error Handling**\
Common error scenarios, causes, and recommended handling strategies.

***

#### Summary

This API enables merchants to initiate PIX-based off-ramp flows, allowing end users to convert stablecoins into BRL via local payment rails, with crypto-asset conversion and settlement managed within Tylt’s infrastructure.


---

# 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.tylt.money/introduction/tylt-crossramp-fiat-crypto-solutions/brazil-brl/pix-payout-usdt-brl.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.
