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

# Introduction

> Stablecoin collection and settlement layer.

export const organizationJsonLd = {
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://onswitch.xyz/#organization",
      name: "Switch",
      url: "https://onswitch.xyz/",
      description:
        "Stablecoin payment infrastructure and crypto-to-fiat settlement for businesses.",
      sameAs: ["https://docs.onswitch.xyz"],
    },
    {
      "@type": "WebSite",
      "@id": "https://docs.onswitch.xyz/#website",
      url: "https://docs.onswitch.xyz",
      name: "Switch Documentation",
      publisher: { "@id": "https://onswitch.xyz/#organization" },
      inLanguage: "en",
    },
    {
      "@type": "SoftwareApplication",
      name: "Switch API",
      applicationCategory: "DeveloperApplication",
      operatingSystem: "Any",
      offers: {
        "@type": "Offer",
        price: "0",
        priceCurrency: "USD",
      },
      url: "https://docs.onswitch.xyz",
    },
  ],
};

<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify(organizationJsonLd) }} />

Switch connects stablecoin deposits to local payout rails. Your users deposit supported assets such as USDC or USDT; Switch routes funds and settles you in the local currency and payment method that fit your market.

<Card title="Get started" icon="rocket" href="/quickstart" vertical>
  Follow the quickstart to call the API and complete your first stablecoin-to-local-currency flow.
</Card>

## Why Switch?

Teams choose Switch when they need stablecoin in and local currency out—without owning bank rails, mobile-money integrations, or compliance workflows in every market. You get one API and predictable pricing while we handle routing, settlement paths, and the operational complexity behind payouts.

### Key benefits

<Columns cols={2}>
  <Card title="Multi-currency coverage" icon="globe">
    Payouts in multiple markets via bank transfer and mobile money, where available.
  </Card>

  <Card title="Fast settlement" icon="clock">
    Short path from accepted stablecoin to local-currency settlement, with transparent pricing on exchange rates.
  </Card>

  <Card title="Security and compliance" icon="shield-check">
    Designed for regulated flows, including sanctions screening and AML checks as required for your use case.
  </Card>

  <Card title="Built for developers" icon="code">
    HTTP APIs, documentation, SDKs, and a sandbox for integration testing.
  </Card>
</Columns>

## Use cases

<Columns cols={2}>
  <Card title="Stablecoin exchanges" icon="arrow-right-left">
    Let users withdraw proceeds to local bank accounts.
  </Card>

  <Card title="Payment processors" icon="credit-card">
    Accept stablecoin from payers and settle merchants in local currency.
  </Card>

  <Card title="Remittance services" icon="send">
    Move funds from stablecoin wallets into recipient bank or mobile-money accounts.
  </Card>

  <Card title="Fintech platforms" icon="globe">
    Offer stablecoin based financial services with local currency payouts to your users.
  </Card>
</Columns>

## Need Help?

<CardGroup cols={2}>
  <Card title="Email" icon="mail" href="mailto:contact@onswitch.xyz">
    Send us a message
  </Card>

  <Card title="Call" icon="calendar" href="https://calendly.com/contact-onswitch/30min">
    Book a call with us
  </Card>
</CardGroup>
