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

# Socket Docs

> The network that routes money movement across chains, stablecoins, payment methods, and liquidity venues.

<div className="home-shell not-prose mx-auto max-w-[1240px] px-3 pb-12 pt-4 sm:px-4 sm:pb-16 sm:pt-6">
  <section className="grid gap-5 md:grid-cols-5 md:items-stretch">
    <div className="home-hero flex h-full flex-col justify-between rounded-lg p-6 sm:p-9 md:col-span-3 md:min-h-[460px]">
      <div>
        <div className="home-wordmark-lockup mb-10" aria-label="SOCKET">
          SOCKET
        </div>

        <h1 className="home-title">
          The Network that Routes
        </h1>

        <p className="home-summary">
          Optimize how you move money on blockchains with smart-routing across fragmented markets, payment methods, and venues.
        </p>

        <div className="mt-7 flex flex-col gap-3 sm:flex-row sm:flex-wrap">
          <a href="/integrate/introduction" className="home-primary-cta inline-flex min-h-11 w-full items-center justify-center rounded-[10px] border px-[18px] text-[0.95rem] font-semibold no-underline focus-visible:outline-none focus-visible:ring-2 sm:w-auto">
            Start integrating
          </a>

          <a href="/about/what-is-socket" className="home-secondary-cta inline-flex min-h-11 w-full items-center justify-center rounded-[10px] border bg-transparent px-[18px] text-[0.95rem] font-semibold no-underline focus-visible:outline-none focus-visible:ring-2 sm:w-auto">
            Explore Socket
          </a>
        </div>
      </div>
    </div>

    <div className="md:col-span-2">
      <CardGroup cols={1}>
        <Card title="Integrate routing API" icon="route" href="/integrate/get-api-access">
          Get API access and connect your app to Socket routes.
        </Card>

        <Card title="Embed Socket" icon="puzzle-piece" href="/integrate/socket-widget">
          Add a production-ready swap and deposit experience with the widget.
        </Card>

        <Card title="For Agents" icon="tools" href="/for-agents/intro">
          Use Socket from coding agents and other LLM-powered tools.
        </Card>
      </CardGroup>
    </div>
  </section>

  <div className="mt-10">
    <div className="mb-5 flex items-center gap-4">
      <span className="home-divider h-px flex-1" />

      <h2 className="home-section-title m-0 text-center text-[1.02rem] font-semibold">
        Route use cases
      </h2>

      <span className="home-divider h-px flex-1" />
    </div>

    <CardGroup cols={3}>
      <Card title="On-Ramp" icon="credit-card" href="/about/use-cases/onramp" horizontal>
        Reach users everywhere with 50+ payment methods across wallets, cards, exchanges, and local rails.
      </Card>

      <Card title="Trading" icon="chart-candlestick" href="/about/use-cases/cross-chain-swaps" horizontal>
        Exchange 10,000+ assets in seconds through the best liquidity across 50+ chains.
      </Card>

      <Card title="Payments" icon="wallet" href="/about/use-cases/same-chain-swaps" horizontal>
        Move money across 100+ countries with smart routing for fiat and crypto.
      </Card>
    </CardGroup>
  </div>
</div>
