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

<div className="bg-dots-gradient text-gray-900">
  <div className="hero max-w-4xl mx-auto px-6 pt-24 pb-20 flex flex-col items-center text-center">
    <h1 className="tracking-tight mb-10">Build with Bridge.</h1>

    <div className="h-6" />

    <p className="subline text-base md:text-lg text-gray-600 mb-10 tracking-tight max-w-2xl">
      Bridge provides modern payments infrastructure to move money with stablecoins and fiat rails, custody funds via wallets, issue your own stablecoin, and provision globally accepted cards — at the speed and scale of the internet.
    </p>

    <a href="/get-started/introduction/overview" className="inline-flex items-center px-6 py-3 bg-[#15803D] text-white hover:text-white rounded-lg font-medium hover:bg-[#166534] transition">
      Get started →
    </a>
  </div>
</div>

<div className="bg-white pt-12 pb-16">
  <div className="max-w-6xl mx-auto px-6">
    <div className="mb-12">
      <h2 className="text-lg text-gray-800 mb-4 font-medium tracking-tight">Quickstart guides</h2>

      <Columns cols={3}>
        <Card title="Create a virtual account" icon="money-bill" iconType="regular" href="/get-started/guides/move-money/virtualaccounts">
          Use a virtual account to accept deposits in USD, EUR, GBP, MXN, and more with a unique account & routing number.
        </Card>

        <Card title="Make payments" icon="shuffle" iconType="regular" href="/get-started/introduction/quick-start/create-a-one-time-payment">
          Easily create onramps, offramps, and crypto to crypto transfers using our orchestration APIs.
        </Card>

        <Card title="Provision cards" icon="credit-card" iconType="regular" href="/get-started/guides/cards/overview">
          Provision a card backed by stablecoins and spend anywhere in the world.
        </Card>
      </Columns>

      <Columns cols={3}>
        <Card title="Create wallets" icon="wallet" iconType="regular" href="/get-started/guides/wallets/crypto-to-crypto">
          Custody funds in a wallet. Use it to send, receive, or hold stablecoins.
        </Card>

        <Card title="Issue stablecoins" icon="coin" iconType="regular" href="/platform/issuance/overview">
          Issue your own stablecoin and start earning yield.
        </Card>
      </Columns>
    </div>

    <div className="mb-12">
      <h2 className="text-lg text-gray-800 mb-4 font-medium tracking-tight">Resources</h2>

      <Columns cols={3}>
        <Card title="Contact support" icon="headset" href="https://support.bridge.xyz">
          Reach out to our team for help with integration or technical issues.
        </Card>

        <Card title="Request sales" icon="handshake" href="https://www.bridge.xyz/requestfreedemo">
          Click here to request a demo!
        </Card>

        <Card title="Demo" icon="presentation-screen" href="https://bridge.coastdemo.com/share/67f14d352788b1841300b826?mode=link">
          Watch our interactive demo to see Bridge in action.
        </Card>
      </Columns>
    </div>
  </div>
</div>
