Velora is a DEX aggregator and intents protocol. One integration gives you:Documentation Index
Fetch the complete documentation index at: https://new-docs.velora.xyz/llms.txt
Use this file to discover all available pages before exploring further.
- Market routing — best price across every DEX, AMM, and bridge on every EVM chain Velora supports.
- Delta intents — gasless, MEV-protected swaps filled by a competitive solver network. Single signature.
- Crosschain — Delta orders that resolve across chains via bridge-aware solvers.
- Augustus RFQ — on-chain limit orders and OTC for ERC-20, with optional partial fills.
POST /quote entry point; mode=ALL returns both and you choose which to execute.
Choose your integration
| You want to… | Use | Time to first swap |
|---|---|---|
| Maximum control, any language, any backend | Market API / Delta API | ~60 seconds |
| Type-safe TypeScript, your own UI | @velora-dex/sdk | ~5 minutes |
| Drop-in UI, zero design work | @velora-dex/widget | ~10 minutes |
| Crosschain, gasless, MEV-protected fills | Delta (via API or SDK) | ~10 minutes |
| AI agent / LLM integration | MCP server + five-call recipe | ~5 minutes |
Quickstart
Get a quote for 1 ETH → USDC on Ethereum mainnet.mode=ALL returns the Market route and the Delta intent side-by-side in a single response, and you pick which to execute.
priceRoute (calldata-ready against Augustus v6.2). The Delta response contains a delta block (sign with EIP-712, submit to /delta/orders). With mode=ALL you get both.
Next steps
Build with the SDK
Type-safe TypeScript wrapper for quote → build → sign → submit.
Drop in the Widget
Embeddable React component or vanilla iframe.
Ship a Delta intent
Gasless, MEV-protected, single-signature swap.