> ## Documentation Index
> Fetch the complete documentation index at: https://docs.astronpay.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Introdução

> A Astron Pay é uma plataforma B2B de câmbio crypto ↔ BRL via PIX.

## O que é a Astron Pay?

A Astron Pay permite que empresas (**merchants**) ofereçam conversão entre criptoativos e reais aos seus usuários finais (**receivers**) de forma simples e integrada via API.

<CardGroup cols={2}>
  <Card title="Payin (BRL → Crypto)" icon="arrow-right" href="/guides/payin-flow">
    O receiver paga via PIX e recebe crypto em uma carteira Solana.
  </Card>

  <Card title="Payout (Crypto → BRL)" icon="arrow-left" href="/guides/payout-flow">
    O receiver deposita crypto e recebe BRL via PIX.
  </Card>
</CardGroup>

## Por onde começar

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Primeiro payin em menos de 10 minutos.
  </Card>

  <Card title="Autenticação" icon="key" href="/authentication">
    Como autenticar suas requisições.
  </Card>

  <Card title="Conceitos" icon="book" href="/concepts/merchants-receivers">
    Entenda o modelo antes de integrar.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Todos os endpoints documentados.
  </Card>
</CardGroup>

## Fluxo geral

```
Merchant cria Receiver
       ↓
Receiver passa por KYC
       ↓
Merchant solicita cotação
       ↓
Merchant cria ordem (payin ou payout)
       ↓
Receiver realiza o pagamento
       ↓
Plataforma executa a conversão
       ↓
Webhook notifica o Merchant
```

## Base URL

```
https://api.astronpay.co/api/v1
```

## Blockchain suportada

Atualmente, a Astron Pay opera exclusivamente na rede **Solana**. Tokens suportados:

| Token    | Símbolo | Rede   |
| -------- | ------- | ------ |
| USD Coin | USDC    | Solana |
| Solana   | SOL     | Solana |
