> ## Documentation Index
> Fetch the complete documentation index at: https://digraphsas-docs-mcp-delta-orders.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DEX aggregator and gasless intent API

> Velora is the DEX aggregator and intents protocol powering best execution across 10+ EVM chains.

<div className="mx-auto max-w-4xl px-6 pt-2 md:pt-10 pb-24">
  <div className="text-center">
    <h1 className="mt-8 text-4xl sm:text-5xl lg:text-6xl font-extrabold tracking-tight leading-[1.05] text-zinc-900 dark:text-zinc-50">
      Build with Velora
    </h1>

    <p className="mt-5 mx-auto max-w-2xl text-lg sm:text-xl text-zinc-700 dark:text-zinc-300">
      Gasless Swaps, Limit Orders, TWAP, OTC & Crosschain. <span className="font-bold text-zinc-900 dark:text-white">One API<span className="text-[#FF6A1F]">.</span></span>
    </p>

    <div className="mt-8 flex flex-wrap items-center justify-center gap-x-8 gap-y-3 text-zinc-600 dark:text-zinc-300">
      <span><span className="font-bold text-zinc-900 dark:text-white">\$150B<span className="text-[#FF6A1F]">+</span></span> cumulative volume</span>
      <span><span className="font-bold text-zinc-900 dark:text-white">10<span className="text-[#FF6A1F]">+</span></span> EVM chains</span>
      <span><span className="font-bold text-zinc-900 dark:text-white">100<span className="text-[#FF6A1F]">+</span></span> liquidity sources</span>
    </div>
  </div>

  <div className="mt-14">
    <Columns cols={3}>
      <Card title="Quickstart" icon="rocket" href="/overview/quickstart">
        Ship your first swap in 60 seconds.
      </Card>

      <Card title="API reference" icon="code" href="/api-reference/introduction">
        Endpoints, parameters, and code samples.
      </Card>

      <Card title="For AI agents" icon="robot" href="/for-agents/overview">
        MCP server and prompt library.
      </Card>
    </Columns>
  </div>
</div>
