# Velora Docs ## Docs - [Authentication & partner key](https://new-docs.velora.xyz/api-reference/authentication.md): Authenticate API traffic with a partner key and protect production credentials. - [POST /delta/orders](https://new-docs.velora.xyz/api-reference/delta/orders.md): Submit a signed Delta order to the solver network. - [POST /delta/orders/build](https://new-docs.velora.xyz/api-reference/delta/orders-build.md): Build a signable Delta order — EIP-712 typed data — from a Delta quote. - [Delta API](https://new-docs.velora.xyz/api-reference/delta/overview.md): OpenAPI reference for the Velora Delta intents API. - [POST /quote (Delta)](https://new-docs.velora.xyz/api-reference/delta/quote.md): Get a Delta intent quote. Returns a signed-orderable price plus EIP-712 typed data. - [Error reference](https://new-docs.velora.xyz/api-reference/error-reference.md): Canonical catalogue of API error responses, codes, and recovery patterns. - [Introduction](https://new-docs.velora.xyz/api-reference/introduction.md): Three OpenAPI-driven surfaces: Market (aggregation), Delta (intents), and Augustus RFQ (fungible limit orders). - [Market API (v6.2)](https://new-docs.velora.xyz/api-reference/market/overview.md): OpenAPI reference for the Velora Market aggregation API. - [POST /quote (Market)](https://new-docs.velora.xyz/api-reference/market/quote.md): Get a Market route, or a combined Market + Delta quote with mode=ALL. - [POST /transactions/:network (Market)](https://new-docs.velora.xyz/api-reference/market/transactions.md): Build calldata for an Augustus v6.2 swap from a Market priceRoute. - [Rate limits](https://new-docs.velora.xyz/api-reference/rate-limits.md): Per-key rate limits, response headers, and best practices to avoid throttling. - [Augustus RFQ API](https://new-docs.velora.xyz/api-reference/rfq/overview.md): OpenAPI reference for the Augustus RFQ API — fungible tokens only. - [Tokens & utilities](https://new-docs.velora.xyz/api-reference/tokens/overview.md): OpenAPI reference for token lookups, balances, prices, and helpers. - [Versioning policy](https://new-docs.velora.xyz/api-reference/versioning-policy.md): How Velora versions APIs and SDKs — deprecation timeline and breaking-change policy. - [API integration](https://new-docs.velora.xyz/delta/api-integration.md): Integrate the Delta API end-to-end — quoting, signing, submitting, tracking. - [Crosschain Delta](https://new-docs.velora.xyz/delta/crosschain-delta.md): Issue Delta orders that move value between chains in a single user signature. - [EIP-712 typed data reference](https://new-docs.velora.xyz/delta/eip-712-typed-data-reference.md): Canonical EIP-712 typed data structure for signing Delta orders. - [How it works](https://new-docs.velora.xyz/delta/how-it-works.md): From signed intent to on-chain settlement — the full Delta flow end-to-end. - [Order lifecycle & status codes](https://new-docs.velora.xyz/delta/order-lifecycle-and-status-codes.md): Every state a Delta order can be in, what triggers transitions, and how to interpret status codes. - [Why Delta](https://new-docs.velora.xyz/delta/overview.md): Delta is Velora's intent protocol — gasless, MEV-protected, Crosschain swaps that settle in one signature. Here's what makes it different from a regular swap. - [Fees & monetization](https://new-docs.velora.xyz/faq/fees-and-monetization.md): How fees work on Velora — for users and for partners. - [Getting started](https://new-docs.velora.xyz/faq/getting-started.md): Connect a wallet, pick a chain, and complete your first trade on Velora. - [Limit orders](https://new-docs.velora.xyz/faq/limit-orders.md): Common questions about creating, canceling, and filling limit orders. - [Route availability](https://new-docs.velora.xyz/faq/route-availability.md): Why a route may be unavailable and how to widen options. - [Slippage & price impact](https://new-docs.velora.xyz/faq/slippage-and-price-impact.md): Understand slippage tolerance, price impact, and how to tune both. - [Token support](https://new-docs.velora.xyz/faq/token-support.md): Which tokens are supported, how custom tokens work, and what to do about tax tokens. - [Trading](https://new-docs.velora.xyz/faq/trading.md): Common questions about swaps, slippage, and supported tokens. - [Troubleshooting](https://new-docs.velora.xyz/faq/troubleshooting.md): Unstick a transaction, speed up a swap, add custom tokens, and handle tax tokens. - [CLI commands](https://new-docs.velora.xyz/for-agents/cli/commands.md): Full reference for Velora CLI commands and flags. - [CLI examples](https://new-docs.velora.xyz/for-agents/cli/examples.md): Worked examples of CLI-driven Velora workflows. - [CLI installation](https://new-docs.velora.xyz/for-agents/cli/installation.md): Install and authenticate the Velora CLI. - [CLI overview](https://new-docs.velora.xyz/for-agents/cli/overview.md): Velora CLI — an agent-friendly command line for quoting, swapping, and tracking. - [Concepts & objects](https://new-docs.velora.xyz/for-agents/concepts-and-objects.md): Core objects an agent reasons about — orders, quotes, intents, fills, status. - [MCP available tools](https://new-docs.velora.xyz/for-agents/mcp-server/available-tools.md): Every tool the Velora MCP server exposes, with arguments and return types. - [MCP examples](https://new-docs.velora.xyz/for-agents/mcp-server/examples.md): Worked examples of MCP-driven Velora workflows. - [MCP server installation](https://new-docs.velora.xyz/for-agents/mcp-server/installation.md): Install and configure the Velora MCP server in your AI tool of choice. - [MCP server overview](https://new-docs.velora.xyz/for-agents/mcp-server/overview.md): Connect Claude, Cursor, and other MCP clients to the Velora MCP server. - [Overview](https://new-docs.velora.xyz/for-agents/overview.md): The Velora docs as an LLM runbook — Delta is intent-native, which makes agent integration first-class. - [Crosschain swap + Aave deposit](https://new-docs.velora.xyz/for-agents/prompt-library/crosschain-aave-deposit.md): Prompt an AI agent to wire a one-tx Crosschain swap-and-deposit into Aave via Delta. - [Prompt library](https://new-docs.velora.xyz/for-agents/prompt-library/index.md): Curated, copy-paste prompts that get AI coding agents to ship Velora integrations on the first pass. Each prompt is verified at every SDK or API minor release. - [Velora MCP client in 50 lines](https://new-docs.velora.xyz/for-agents/prompt-library/mcp-client-from-scratch.md): Prompt an AI agent to build a minimal MCP client against the Velora MCP server. - [Next.js Delta swap](https://new-docs.velora.xyz/for-agents/prompt-library/nextjs-delta-swap.md): Prompt an AI agent to add Velora Delta gasless swaps to a Next.js dApp. - [Next.js Market swap](https://new-docs.velora.xyz/for-agents/prompt-library/nextjs-market-swap.md): Prompt an AI agent to integrate Velora Market swap into a Next.js dApp using Wagmi and Viem. - [Run Velora alongside another aggregator](https://new-docs.velora.xyz/for-agents/prompt-library/parallel-aggregators.md): Prompt an AI agent to wire Velora as a parallel quote source and route per-quote. - [AugustusRFQ OTC flow](https://new-docs.velora.xyz/for-agents/prompt-library/rfq-otc-flow.md): Prompt an AI agent to sign and fill an AugustusRFQ order off-chain. - [Telegram trading bot](https://new-docs.velora.xyz/for-agents/prompt-library/telegram-trading-bot.md): Prompt an AI agent to build a Telegram bot that quotes and executes Velora swaps with MEV protection. - [Velora Widget — React embed with theming](https://new-docs.velora.xyz/for-agents/prompt-library/widget-react-embed.md): Prompt an AI agent to embed the Velora Widget into a React app with custom theming. - [Prompt patterns](https://new-docs.velora.xyz/for-agents/prompt-patterns.md): Battle-tested prompt patterns for getting LLMs to reason reliably about Velora. - [Code samples](https://new-docs.velora.xyz/for-agents/quickstart/code-samples.md): End-to-end agent code samples — TypeScript and Python. - [Decision tables](https://new-docs.velora.xyz/for-agents/quickstart/decision-tables.md): If the user says X, call Y — flat decision tables for routing user intent to API actions. - [Five-call recipe](https://new-docs.velora.xyz/for-agents/quickstart/five-call-recipe.md): The five API calls that cover 95% of agent workflows — copy-paste with annotations. - [Data schemas](https://new-docs.velora.xyz/for-agents/reference/data-schemas.md): JSON Schema reference for every object an agent will encounter. - [Endpoint specs](https://new-docs.velora.xyz/for-agents/reference/endpoint-specs.md): Compact endpoint specs an LLM can read inline — request, response, side effects. - [Error playbooks](https://new-docs.velora.xyz/for-agents/reference/error-playbooks.md): Every API error mapped to an agent recovery action. - [Partial completion](https://new-docs.velora.xyz/for-agents/workflows/partial-completion.md): Handle partially filled Delta orders and aggregator multi-step swaps gracefully. - [Status & recovery](https://new-docs.velora.xyz/for-agents/workflows/status-and-recovery.md): Poll status, detect failures, and recover from partial state without user intervention. - [Token approvals](https://new-docs.velora.xyz/for-agents/workflows/token-approvals.md): Handle ERC-20 approvals and Permit2 in agent flows. - [Transaction execution](https://new-docs.velora.xyz/for-agents/workflows/transaction-execution.md): Build, sign, send, and confirm transactions from an agent loop. - [Debug failed transactions](https://new-docs.velora.xyz/guides/debug-failed-transactions.md): Diagnose why a transaction failed and pick the right recovery action. - [Gas estimation & sponsorship](https://new-docs.velora.xyz/guides/gas-estimation-and-sponsorship.md): Estimate gas accurately and sponsor user gas via paymaster patterns. - [Handling stuck orders](https://new-docs.velora.xyz/guides/handling-stuck-orders.md): Unstick limit orders and Delta intents that didn't settle. - [Intermediate token routing](https://new-docs.velora.xyz/guides/intermediate-token-routing.md): How Velora chooses intermediate tokens and how to override the default routing. - [MEV protection patterns](https://new-docs.velora.xyz/guides/mev-protection-patterns.md): Patterns to harden Velora swaps against sandwiches and frontrunning. - [Optimizing for latency](https://new-docs.velora.xyz/guides/optimizing-for-latency.md): Cut quote-to-confirmation latency — caching, RPC selection, and parallel calls. - [Permit / Permit2 patterns](https://new-docs.velora.xyz/guides/permit-and-permit2-patterns.md): Gasless approvals via EIP-2612 Permit and Uniswap Permit2. - [How Velora works](https://new-docs.velora.xyz/overview/how-velora-works.md): The Velora stack in one diagram — aggregation, Delta intents, Augustus router, Portikus settlement. - [Product stack](https://new-docs.velora.xyz/overview/product-stack.md): Decide between the API, SDK, Widget, and Delta — what each is for and when to use it. - [Audits](https://new-docs.velora.xyz/overview/security/audits.md): Velora's smart-contract audits and security approach across Augustus, RFQ, and supporting infrastructure. - [Augustus RFQ audits](https://new-docs.velora.xyz/overview/security/audits/augustus-rfq.md): Independent audit of the Augustus RFQ contracts for fungible-token limit orders. - [Augustus v5 audits](https://new-docs.velora.xyz/overview/security/audits/augustus-v5.md): Independent audits of the Augustus v5 aggregator router. - [Augustus v6.1 audits](https://new-docs.velora.xyz/overview/security/audits/augustus-v6-1.md): Five independent audits plus formal verification by Certora — a first for DEX aggregators. - [Augustus v6.2 audits](https://new-docs.velora.xyz/overview/security/audits/augustus-v6-2.md): Independent audits for Augustus v6.2 — fee-claiming refinements on top of the v6.1 audit baseline. - [Crosschain swaps](https://new-docs.velora.xyz/overview/trading-concepts/crosschain-swaps.md): Move value between chains in a single user signature using Delta crosschain orders. - [Limit orders](https://new-docs.velora.xyz/overview/trading-concepts/limit-orders.md): Signed orders, maker/taker flow, and on-chain settlement via Augustus RFQ. - [Slippage, gas & MEV](https://new-docs.velora.xyz/overview/trading-concepts/slippage-gas-and-mev.md): How Velora handles slippage tolerance, gas estimation, and MEV protection. - [Swaps](https://new-docs.velora.xyz/overview/trading-concepts/swaps.md): How a swap moves through Velora — quote, route, signature, settlement. - [Transaction lifecycle](https://new-docs.velora.xyz/overview/trading-concepts/transaction-lifecycle.md): End-to-end lifecycle of a Velora trade — from quote request to on-chain confirmation. - [Who uses Velora](https://new-docs.velora.xyz/overview/who-uses-velora.md): Velora at a glance — cumulative volume, supported chains, liquidity sources, and the wallets and apps shipping on it today. - [Why Velora](https://new-docs.velora.xyz/overview/why-velora.md): Velora is best execution across every EVM chain — quote, swap, and gasless intents from one API, SDK, or Widget. Ship your first swap in 60 seconds. - [Chains & contracts](https://new-docs.velora.xyz/resources/chains-and-contracts.md): Canonical reference for Augustus, Delta, Portikus, and AugustusRFQ contract addresses across every supported EVM chain. - [Legacy paraswap.io host → api.velora.xyz](https://new-docs.velora.xyz/resources/migrations/apiv5-to-api-host.md): Move off the deprecated apiv5.paraswap.io and api.paraswap.io hosts to api.velora.xyz, the production endpoint. - [Augustus v5 → v6.2](https://new-docs.velora.xyz/resources/migrations/augustus-v5-to-v6-2.md): Contract-integrator upgrade: calldata diffs, removed TokenTransferProxy, parameter renames. - [Migrations](https://new-docs.velora.xyz/resources/migrations/index.md): Internal upgrades for existing Velora integrators — Market → Delta, Augustus v5 → v6.2, legacy hosts, SDK rename. - [Market → Delta (parallel)](https://new-docs.velora.xyz/resources/migrations/market-to-delta-parallel.md): Keep your Market integration wired, opt into Delta intents alongside it, and branch on the response shape. - [Market → Delta (replace)](https://new-docs.velora.xyz/resources/migrations/market-to-delta-replace.md): When and how to fully cut over from Market routing to Delta intents. - [paraswap-sdk → @velora-dex/sdk](https://new-docs.velora.xyz/resources/migrations/paraswap-sdk-to-velora-sdk.md): Step-by-step migration from the legacy @paraswap/sdk package to @velora-dex/sdk. - [Recipes](https://new-docs.velora.xyz/resources/recipes/index.md): Outcome-named, runnable end-to-end flows in ≤80 lines. Copy, paste, ship. - [Choose a variant](https://new-docs.velora.xyz/sdk/choose-a-variant.md): Pick between Simple SDK (one-call entry point) and Composable SDK (tree-shakeable modules) based on bundle size and flexibility needs. - [Composable SDK](https://new-docs.velora.xyz/sdk/composable-sdk.md): Use the tree-shakeable, modular SDK when bundle size matters. - [Configure providers](https://new-docs.velora.xyz/sdk/configure-providers.md): Wire your own RPC providers, signer, and chain config into the SDK. - [Install & quick example](https://new-docs.velora.xyz/sdk/install.md): Install @velora-dex/sdk and fetch your first quote in under five minutes. - [Delta module](https://new-docs.velora.xyz/sdk/modules/delta.md): Submit and track Delta intents from the SDK. - [Limit orders module](https://new-docs.velora.xyz/sdk/modules/limit-orders.md): Create, sign, and manage limit orders from the SDK. - [Swap module](https://new-docs.velora.xyz/sdk/modules/swap.md): Build, sign, and execute swaps through the SDK swap module. - [Monetize (fee config)](https://new-docs.velora.xyz/sdk/monetize.md): Configure partner fees on SDK calls and collect revenue per trade. - [Overview](https://new-docs.velora.xyz/sdk/overview.md): Use @velora-dex/sdk to integrate quotes, swaps, limit orders, and Delta intents from JavaScript or TypeScript. - [Simple SDK](https://new-docs.velora.xyz/sdk/simple-sdk.md): Use the all-in-one entry point for the common quote-and-swap flow. - [Testing integration](https://new-docs.velora.xyz/sdk/testing-integration.md): Test your SDK integration against staging endpoints and verify expected behavior. - [Compatibility](https://new-docs.velora.xyz/widget/compatibility.md): Tested environments and known caveats — Next.js, Remix, Vite, and more. - [Configure](https://new-docs.velora.xyz/widget/configure.md): Configure chains, default tokens, partner key, and behavior. - [Customize (theming)](https://new-docs.velora.xyz/widget/customize.md): Customize widget colors, typography, and components to match your brand. - [Events & callbacks](https://new-docs.velora.xyz/widget/events-and-callbacks.md): Listen to widget lifecycle events and respond to user actions. - [Next.js](https://new-docs.velora.xyz/widget/examples/nextjs.md): Working widget integration example for a Next.js app router project. - [React](https://new-docs.velora.xyz/widget/examples/react.md): Working widget integration example for a plain React app. - [Vanilla HTML embed](https://new-docs.velora.xyz/widget/examples/vanilla-html-embed.md): Embed the Velora widget in any HTML page — zero React required. - [Install](https://new-docs.velora.xyz/widget/install.md): Install @velora-dex/widget and render the swap widget in your React app. - [Internationalization](https://new-docs.velora.xyz/widget/internationalization.md): Translate the widget UI and customize copy per locale. - [Monetize (fees, partner key)](https://new-docs.velora.xyz/widget/monetize.md): Configure partner fees on the widget and collect revenue per trade. - [Overview](https://new-docs.velora.xyz/widget/overview.md): Embed the Velora swap widget in your app with @velora-dex/widget — or drop it into plain HTML with zero code. - [Variants](https://new-docs.velora.xyz/widget/variants.md): Pick between compact, wide, and drawer widget variants. - [Wallet management](https://new-docs.velora.xyz/widget/wallet-management.md): Bring your own wallet connector or use the default integration. - [Widget API reference](https://new-docs.velora.xyz/widget/widget-api-reference.md): Props, methods, event payloads, and theme schema for @velora-dex/widget. ## OpenAPI Specs - [rfq](https://new-docs.velora.xyz/api-reference/specs/rfq.json) - [market](https://new-docs.velora.xyz/api-reference/specs/market.json) - [delta](https://new-docs.velora.xyz/api-reference/specs/delta.json)