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

# Introduction

> Nuvion is a global banking infrastructure platform. Use our APIs to issue accounts, move money, accept payments, and offer FX to your users — anywhere in the world.

Nuvion gives platforms and marketplaces the financial infrastructure to operate globally. Through a single API integration, you can issue multi-currency accounts for your entities, accept payments across dozens of rails, send funds to any country, and enable stablecoin transactions — without building relationships with banks, payment networks, or liquidity providers yourself.

## What you can build

<CardGroup cols={2}>
  <Card title="Accounts" icon="building-columns" href="/core-concepts/accounts">
    Issue multi-currency accounts for your entities. Each account can hold, receive, and send balances across supported currencies.
  </Card>

  <Card title="Payments" icon="arrow-down-to-line" href="/guides/accept-a-payment">
    Accept payments via bank transfer, card, and other local payment methods. Funds settle directly into Nuvion accounts.
  </Card>

  <Card title="Payouts" icon="arrow-up-from-line" href="/guides/send-a-payout">
    Send money to any bank account or wallet globally. Support for wire, local bank rails, and real-time payment networks.
  </Card>

  <Card title="Stablecoins" icon="circle-dollar-to-slot" href="/guides/stablecoins">
    Receive, hold, and send stablecoins. Bridge between fiat and on-chain assets without managing blockchain infrastructure directly.
  </Card>
</CardGroup>

## How Nuvion works

Nuvion sits between your platform and the global financial system.

You integrate the Nuvion API once. We handle the bank relationships, payment network connectivity, compliance infrastructure, and liquidity — so your team focuses on your product.

```
Your Platform
    │
    ▼
Nuvion API
    │
    ├── Accounts & Balances
    ├── Payment Rails (bank, card, local methods)
    ├── Payout Networks (wire, local, real-time)
    ├── Stablecoin Networks
    └── FX & Currency Conversion
```

Your entities interact with financial products through your platform. Nuvion never surfaces directly to them.

## Core concepts

Before making your first API call, familiarize yourself with these building blocks:

<CardGroup cols={2}>
  <Card title="Entities" icon="user" href="/core-concepts/entities">
    The individuals or businesses your platform serves. Entities own accounts and initiate transactions.
  </Card>

  <Card title="Accounts" icon="wallet" href="/core-concepts/accounts">
    Multi-currency containers that hold balances. An entity can have multiple accounts across different currencies.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/overview">
    Real-time event notifications for payment settlements, account status changes, and transaction updates.
  </Card>
</CardGroup>

## Get started

<CardGroup cols={3}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Make your first API call in under 5 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Set up API keys and understand request authentication.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Full endpoint documentation with request and response schemas.
  </Card>
</CardGroup>

<Note>
  All development and testing is done against the Nuvion sandbox environment. Sandbox credentials are available immediately after you create an account. No real funds move in sandbox.
</Note>
