---
title: "How to send USDC to a bank account in Brazil"
description: "Step-by-step: convert USDC to Brazilian reais and deliver them to a bank account over Pix using a stablecoin payout API. Quote, verify, send, settle in minutes."
date: "2026-08-24"
category: "payments"
howto:
  name: "How to send USDC to a bank account in Brazil"
  steps:
    - name: "Get a quote"
      text: "Request a USDC to BRL quote from a stablecoin payout API. The quote locks the exchange rate, fees, and the exact BRL amount the receiver gets, typically for a few minutes."
    - name: "Verify the receiver"
      text: "Provide the receiver's identity details: name, CPF or CNPJ, and Pix key or bank account. Brazilian institutions verify the name against the tax ID before crediting, so accurate data is a hard requirement."
    - name: "Send the USDC"
      text: "Transfer the quoted USDC amount to the provider on a supported network. The provider converts it to reais at the locked rate."
    - name: "Reais arrive over Pix"
      text: "The provider delivers BRL to the receiver's account via Pix, which settles in seconds and runs 24/7. End-to-end time is dominated by the conversion step, usually minutes."
faq:
  - q: "How long does sending USDC to a Brazilian bank account take?"
    a: "Minutes. Pix, Brazil's instant payment system, settles in seconds once the reais leave the sending institution, and the conversion step before it typically takes a few minutes on a payout API."
  - q: "What information do I need from the receiver?"
    a: "Their full name, CPF (individuals) or CNPJ (companies), and a Pix key or bank account details. A mismatch between name and tax ID is the most common reason a Pix payout is rejected."
  - q: "Is this legal in Brazil?"
    a: "Yes. Brazil regulates virtual asset services under Law 14.478/2022, and since February 2026 providers operate under the Central Bank's authorization regime (Resolutions 519, 520, and 521). Use a provider that operates within that regime."
---

To send USDC to a bank account in Brazil, request a USDC to BRL quote from a stablecoin payout API, submit the receiver's name and CPF or CNPJ for verification, transfer the quoted USDC, and the provider delivers reais to the receiver's account over Pix. The whole flow takes minutes, because Pix settles in seconds and runs 24/7. The live rate is on our [USDC to BRL corridor page](/usdc-to-brl).

Below is the flow in detail, plus what can go wrong at each step. For a comparison of this route against exchanges and P2P, see [USDC to BRL routes compared](/resources/more/usdc-to-brl-routes-2026).

## Step 1: get a quote

A quote locks the FX rate, the fee, and the exact BRL amount the receiver gets, typically for a few minutes. This matters because it removes rate risk from the transfer: the receiver amount is known before any money moves. Quotes also declare which side pays fees, so a payroll run can guarantee net amounts.

## Step 2: verify the receiver

Brazilian institutions verify the receiver's name against their tax ID (CPF for individuals, CNPJ for companies) before crediting an account. A payout API collects these once, runs KYC on the receiver, and reuses the verified identity for every later payment. The most common failure in the entire flow is a name and tax ID mismatch, so exact beneficiary data is the one thing to get right.

## Step 3: send the USDC

Transfer the quoted USDC amount to the provider on a supported network. From here the provider converts to reais at the locked rate; there is no separate trading step, order book, or manual withdrawal, which is what separates this route from selling on an exchange.

## Step 4: reais arrive over Pix

Pix, the instant payment system run by the Banco Central do Brasil, settles transfers in seconds and is used by over 150 million Brazilians. Once conversion completes, the reais land in the receiver's account regardless of banking hours, weekends, or holidays.

## Sending at scale

For one transfer, any compliant route works. For payroll, contractor payments, or marketplace payouts, the API route is built to repeat: one integration replaces per-transfer manual work, and each payment follows the same quote, verify, send, settle sequence. How the model works in general: [stablecoin payments explained](/resources/more/stablecoin-payments-guide). Developer reference: [payouts documentation](/docs/payouts).

## The regulatory backdrop

Brazil regulates virtual asset services under Law 14.478/2022, and the Central Bank's Resolutions 519, 520, and 521 (effective February 2, 2026) created an authorization regime for providers. Details in [PSAV in Brazil explained](/resources/more/psav-brazil-explained). Practical implication: choose a provider operating within that regime, and expect real KYC on both sender and receiver.
