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

# Grid Developer Platform

> Ship with stablecoins 10x faster

<div className="max-w-screen-xl mx-auto p-8 space-y-12 mb-24">
  <div className="w-full rounded-2xl overflow-hidden min-h-[400px] py-16 flex items-center">
    <div className="block md:hidden w-full">
      <div className="mb-8">
        <h1 className="text-5xl text-balance font-bold mb-6">The stablecoin API for accounts, payments, cards, and yield</h1>

        <p className="text-xl mb-8 max-w-3xl">
          Ship stablecoin products with confidence on infrastructure securing over \$15B
        </p>

        <div className="flex items-center gap-4">
          <button className="bg-black text-white transition-all duration-300 dark:text-black dark:bg-white hover:bg-black/80 dark:hover:bg-white/80" style={{display: 'flex', padding: '12px 20px', justifyContent: 'center', alignItems: 'center', gap: '10px', borderRadius: '16px'}}>
            <a href="/grid/v1/accounts/introduction">
              Learn More <Icon icon="arrow-right" size={12} color="#000000" />
            </a>
          </button>
        </div>
      </div>

      <img src="https://mintcdn.com/squads/RkEMH70nMGZ0tMOx/images/hero-2.jpg?fit=max&auto=format&n=RkEMH70nMGZ0tMOx&q=85&s=c1ecbffeed82c523f42ba5ad6925ce0b" alt="Grid hero" className="w-full rounded-xl" style={{ minHeight: 180, objectFit: "cover" }} width="1440" height="882" data-path="images/hero-2.jpg" />
    </div>

    <div className="hidden md:grid md:grid-cols-2 w-full min-h-[400px] items-center gap-8">
      <div className="">
        <h1 className="text-5xl text-balance font-bold mb-6">The stablecoin API for accounts, payments, cards, and yield</h1>

        <p className="text-xl mb-8 max-w-3xl">
          Ship stablecoin products with confidence on infrastructure securing over \$15B
        </p>

        <div className="flex items-center gap-4">
          <button className="bg-black text-white transition-all duration-300 dark:text-black dark:bg-white hover:bg-black/80 dark:hover:bg-white/80" style={{display: 'flex', padding: '12px 20px', justifyContent: 'center', alignItems: 'center', gap: '10px', borderRadius: '16px'}}>
            <a href="/grid/v1/accounts/introduction">
              Learn More <Icon icon="arrow-right" size={16} color="#000000" />
            </a>
          </button>
        </div>
      </div>

      <div className="flex justify-center">
        <img src="https://mintcdn.com/squads/RkEMH70nMGZ0tMOx/images/hero-2.jpg?fit=max&auto=format&n=RkEMH70nMGZ0tMOx&q=85&s=c1ecbffeed82c523f42ba5ad6925ce0b" alt="Grid hero" className="w-full rounded-xl" style={{ minHeight: 300, objectFit: "cover" }} width="1440" height="882" data-path="images/hero-2.jpg" />
      </div>
    </div>
  </div>

  <div className="space-y-4">
    <h2 className="!text-3xl !text-normal font-bold">Build with Grid</h2>

    <Columns cols={3}>
      <Card title="Stablecoin accounts" icon="user" href="/grid/v1/accounts/introduction">
        Create and manage programmable non-custodial accounts for your users at scale
      </Card>

      <Card title="Launch a global neobank" icon="rocket" href="/grid/v1/examples/neobank">
        Ship global products in weeks not months at a fraction of the cost
      </Card>

      <Card title="Cross-border payments" icon="globe" href="/grid/v1/accounts/introduction">
        Enable your users to send, receive and hold stablecoins globally
      </Card>
    </Columns>
  </div>

  <div className="space-y-4 mt-12">
    <h2 className="!text-3xl text-normal font-bold">Get Started</h2>

    <Columns cols={3}>
      <Card title="Get your API key" icon="key" href="https://dashboard.grid.squads.xyz">
        Generate an API key and start building. Manage your team and API keys on the
        dashboard.
      </Card>

      <Card title="Quickstart" icon="play" href="/grid/v1/accounts/quickstart">
        Make your first API call in minutes with our comprehensive getting started
        guide.
      </Card>

      <Card title="Core concepts" icon="book" href="/grid/v1/accounts/introduction">
        Learn the fundamental concepts behind Grid's open finance platform.
      </Card>
    </Columns>
  </div>

  <div className="space-y-4 mt-12" />
</div>
