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

# Introduction

> Stablecoin Orchestration and Orderbook Engine for cNGN, USDC, and USDT that enables onramp and offramp to naira fiat, P2P onchain FX trading, multi-chain wallet infrastructure, and transaction management.

## What Can You Build?

* **Fintech Platforms** - White-label cNGN integration for payment services
* **P2P Exchange** - Trade between cNGN and USDC/USDT with other fintechs on the orderbook
* **Wallet Applications** - Fund cNGN on user wallets via NGN bank transfers
* **Payout Systems** - Convert cNGN to fiat and send to Nigerian bank accounts
* **Auto-Swap Services** - Automatically convert NGN -> cNGN -> USDC/USDT

## Choose Your Integration Path

<CardGroup cols={2}>
  <Card title="Fintech Partner Integration" icon="building" href="/quickstart#fintech-partner-integration">
    For platforms integrating Strails into their services - payment processors, exchanges, and fintechs. Virtual accounts, FX trading, custom fees, and multi-wallet liquidity.
  </Card>

  <Card title="Direct User Integration" icon="user" href="/quickstart#direct-user-integration">
    For applications serving individual users - wallet apps, DeFi interfaces, and consumer apps. Onboarding, funding, withdrawals, and real-time webhooks.
  </Card>
</CardGroup>

## Key Features

<CardGroup cols={3}>
  <Card title="Multi-Chain Support" icon="link">
    Deploy wallets across Base, EVM chains (Ethereum, Polygon, BNB Chain, AssetChain), Stellar/Bantu, and Solana.
  </Card>

  <Card title="Enterprise Security" icon="shield-check">
    MPC vault integration, ED25519 payload encryption, IP allowlisting, and HMAC webhook signatures.
  </Card>

  <Card title="Cross-Chain Bridging" icon="arrows-left-right">
    Transfer tokens between supported networks with callback-based status updates.
  </Card>
</CardGroup>

## Get Started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API call in minutes.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/core-concepts">
    Async processing, wallets, amount formats, and response codes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    API keys, rate limits, and error codes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/index">
    Complete endpoint documentation.
  </Card>
</CardGroup>
