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

# Why integrate with Velora

> Velora unifies intent-based execution and DEX aggregation in a single platform. With one integration, you can route trades across 10+ EVM chains, execute gasless swaps, and access the best available liquidity without managing multiple providers.

One integration gives you:

* **Delta intents**: Let users swap on the same chain or across chains through a single gasless, MEV-protected flow secured by one signature.
* **Market routing**: Get the best available price across major DEXs and AMMs without building or maintaining your own routing infrastructure.
* **OTC**: Enable peer-to-peer token trades with custom pricing and settlement terms, including optional partial fills.

You can use Delta, Market, or both through a single integration.

The Delta API's `GET /v2/quote` endpoint supports `DELTA`, `MARKET`, and `ALL` modes. With `ALL`, Velora compares intent-based and market-based execution, then automatically returns the better result.

If you only need aggregator routing, use the Market API's `GET /prices` endpoint.

See [Trading modes](/integrate/trading-modes).

## Choose your integration

| You want to…                               | Use                                                                                              | Time to first swap |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------ |
| Crosschain, gasless, MEV-protected fills   | [Delta](/delta/overview) (via API or SDK)                                                        | \~10 minutes       |
| Maximum control, any language, any backend | [Delta API](/api-reference/delta/overview) / [Market API](/api-reference/market/overview)        | \~60 seconds       |
| Type-safe TypeScript, your own UI          | [@velora-dex/sdk](/sdk/install)                                                                  | \~5 minutes        |
| Drop-in UI, zero design work               | [@velora-dex/widget](/widget/install)                                                            | \~10 minutes       |
| AI agent / LLM integration                 | [MCP server](/for-agents/mcp-server/overview) + [five-call recipe](/for-agents/five-call-recipe) | \~5 minutes        |

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/overview/quickstart">
    Get a quote in 60 seconds with cURL, the SDK, or the Widget.
  </Card>

  <Card title="Integrate" icon="plug" href="/integrate/api">
    Compare API, SDK, and Widget, and pick the right surface for your stack.
  </Card>
</CardGroup>
