# Velora Docs ## Docs - [/v2/delta/agents/list/{chainId}](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/agents-list.md): List the active solver agents competing in the auction for a chain. Use the names to filter pricing via includeAgents / excludeAgents. - [/v2/delta/prices/bridge-protocols](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/bridge-protocols.md): Active bridge protocols (slug, display name, icon) for rendering a bridge picker. - [/v2/delta/prices/bridge-routes](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/bridge-routes.md): Crosschain bridge-route catalogue: every supported (srcChainId, destChainId, tokens) triple. - [/v2/delta/prices/is-token-supported](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/is-token-supported.md): Quick yes/no check for token support on a chain. - [/v2/delta/orders/build](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/orders-build.md): Server-built EIP-712 typed data ready to sign. Pass the route from /v2/delta/prices verbatim. - [/v2/delta/orders/cancel](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/orders-cancel.md): Cancel one or more open Delta V2 orders by ID. - [/v2/delta/orders/fillablebalance/{chainId}/{userAddress}](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/orders-fillable-balance.md): User's source-token amounts already committed to open limit orders. Use it when sizing a new limit order. - [/v2/delta/orders/hash/{hash}](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/orders-get-by-hash.md): Fetch a Delta V2 order by its EIP-712 hash, useful before the order id is assigned. - [/v2/delta/orders/{orderId}](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/orders-get-by-id.md): Fetch a Delta V2 order by its UUID, the id returned by POST /v2/delta/orders. - [/v2/delta/orders](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/orders-list.md): Paginated list of a user's Delta V2 orders, filterable by chain, status, type, and on-chain order type. - [/v2/delta/orders](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/orders-submit.md): Submit a signed Delta V2 order. The relayer validates signature, balance, and allowance, then enrolls it into the sealed-bid auction. - [Overview](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/overview.md): Delta V2 cuts client-side work out of Delta integrations: the server builds EIP-712 orders ready to sign, prices come back as a route with alternatives, order history is paginated, and one status field follows an order end to end. - [/v2/delta/prices](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/prices.md): Recommended route plus alternatives for a same-chain or crosschain Delta V2 swap. - [/v2/quote](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/quote.md): Unified Delta V2 quote: a route-based delta price with optional Market fallback. Use mode=DELTA for Delta-only. - [/v2/delta/prices/strategies/{chainId}](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/delta/strategies.md): Delta yield strategies (with APR) wired for ProductiveOrder swaps, keyed by underlying token. - [Introduction](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/introduction.md): The Velora REST API: gasless Swap (Delta) intents, Market aggregation, and OTC orders across 10+ EVM chains over HTTPS, with no key required to start. - [Overview](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/market/overview.md): The Market API finds the best price across major DEXs and AMMs on 10+ EVM chains and returns it as ready-to-broadcast Augustus v6.2 calldata. - [/prices](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/market/prices.md): Get a Market route from the Velora aggregator. - [/quote](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/market/quote.md): Retrieve a Delta price, with optional fallback to Market via mode=ALL or mode=MARKET. - [/swap](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/market/swap.md): Price and calldata in one call: GET /prices and POST /transactions fused into a single Market request. - [/transactions/:chainId](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/market/transactions.md): Build calldata for an Augustus v6.2 swap from a Market priceRoute. - [GET /ft/fillablebalance/:chainId/:account](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/rfq/fillable-balance.md): A maker's fillable balance per token: the amount reserved by live orders. - [GET /ft/order/:orderHash](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/rfq/orders-get-by-hash.md): Fetch a single AugustusRFQ order by its hash, with current state and remaining fillable balance. - [GET /ft/p2p/:chainId/maker/:account](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/rfq/orders-list-maker.md): List the OTC orders created by a maker on a chain. Paginated, filterable by type. - [GET /ft/p2p/:chainId/taker/:account](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/rfq/orders-list-taker.md): List the OTC orders addressed to a taker: the orders that account can fill. Paginated. - [POST /ft/p2p/:chainId](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/rfq/orders-submit.md): Post a maker-signed AugustusRFQ order. The server validates the EIP-712 signature, stores the order, and returns it with its orderHash. - [Overview](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/rfq/overview.md): The OTC API settles direct trades between known counterparties: a maker signs an AugustusRFQ order off-chain, and the taker it names fills it on-chain. - [Troubleshooting](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/troubleshooting.md): Common failure modes across the Velora Delta and Market APIs: symptom, root cause, and fix. - [Crosschain Delta](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/delta/crosschain-delta.md): Issue Delta orders that move value between chains in a single user signature. - [Go](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/delta/examples/go.md): End-to-end Go example: call the Velora Delta API to quote a gasless 1 ETH → USDC intent via net/http. - [Python](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/delta/examples/python.md): End-to-end Python example: call the Velora Delta API to quote a gasless 1 ETH → USDC intent via requests. - [Rust](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/delta/examples/rust.md): End-to-end Rust example: call the Velora Delta API to quote a gasless 1 ETH → USDC intent via reqwest. - [TypeScript](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/delta/examples/typescript.md): End-to-end TypeScript example: call the Velora Delta API to quote a gasless 1 ETH → USDC intent via plain fetch. - [How it works](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/delta/how-it-works.md): From signed intent to on-chain settlement: the full Delta flow end-to-end. - [Native ETH (dETH)](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/delta/native-eth.md): Sell native ETH gaslessly through Delta. Native ETH is represented as dETH, the Delta Wrapped Native token, wrapped 1:1, with no need for an ERC-20 approval. - [Why Delta](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/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. - [FAQ](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/faq.md): Quick answers across trading, slippage, token support, route availability, limit orders, fees, and troubleshooting, with pointers to the canonical pages. - [Decision tables](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/for-agents/decision-tables.md): Deterministic routing rules that map user intent, quote responses, wallet state, and errors to the next Velora action. - [Five-call recipe](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/for-agents/five-call-recipe.md): The canonical agent loop for Velora trades: normalize intent, quote or construct, build, authorize, submit, and track. - [MCP available tools](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/for-agents/mcp-server/available-tools.md): Reference for all 9 Velora MCP server tools and 5 resources — parameters, return shapes, and the agent rules each tool enforces. - [MCP examples](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/for-agents/mcp-server/examples.md): Worked Velora MCP server workflows — gasless Delta swaps, Market swaps with unsigned transactions, mode=ALL fallback handling, and plan validation. - [MCP server installation](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/for-agents/mcp-server/installation.md): Connect Claude Code, Claude Desktop, Cursor, Windsurf, or VS Code to the hosted Velora MCP server — one URL, no API key, no local process. - [Velora MCP server](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/for-agents/mcp-server/overview.md): The hosted Velora MCP server gives Claude, Cursor, and any other MCP client live DEX quotes, Delta routing guidance, and unsigned swap transactions at one URL, with no API key. - [AI Agents](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/for-agents/overview.md): Use Velora as an execution layer for AI agents: quote, route, sign, submit, and recover with deterministic API flows. - [Crosschain swap + Aave deposit](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/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://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/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://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/for-agents/prompt-library/mcp-client-from-scratch.md): Prompt an AI agent to build a minimal MCP client against the hosted Velora MCP server. - [Next.js Delta Swap](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/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://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/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://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/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://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/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://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/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 theme sync](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/for-agents/prompt-library/widget-react-embed.md): Prompt an AI agent to embed the Velora Widget into a React app, sync its light/dark theme with the host, and wire up partner attribution and events. - [Token approvals](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/for-agents/token-approvals.md): Agent decision rules for ERC-20 approvals on Velora: derive the spender from the quote response, check allowances before signing, and recover from approval mistakes. - [API overview](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/integrate/api.md): Velora's REST API is the most flexible way to integrate: it works with any language, any stack, any wallet. - [Delta swap](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/integrate/api/delta-swap.md): Integrate a gasless, MEV-protected Delta swap over the REST API: quote, build, sign, submit, and poll an intent end-to-end with simple HTTP requests. - [Limit orders](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/integrate/api/limit-orders.md): Place a gasless, MEV-protected limit order over the REST API. A limit order is a Delta order with a target-price constraint: build with limitAmount, submit with type=LIMIT, end-to-end. - [Market swap](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/integrate/api/market-swap.md): Integrate an atomic on-chain Market swap over the REST API: get a price route, build the transaction, approve, and broadcast end-to-end with direct HTTP calls. - [OTC](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/integrate/api/otc.md): Integrate a bilateral OTC trade over the REST API. A maker signs an AugustusRFQ order naming a taker and posts it; the named taker fills it on-chain. Full maker-to-taker walkthrough. - [TWAP](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/integrate/api/twap.md): Schedule a TWAP over the REST API. A TWAP is one Delta order the user signs once; Delta settles it slice-by-slice over time. Quote one slice, build with orderType TWAPOrder, end-to-end. - [Rate limits](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/integrate/rate-limits.md): Free-tier rate limits for the Velora REST API, and how to lift them with a Pro API account. - [Trading modes](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/integrate/trading-modes.md): Choose between mode=DELTA, mode=MARKET, and mode=ALL on Velora's /v2/quote endpoint: when to pick each, and how fallback responses work. - [Go](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/market/examples/go.md): End-to-end Go example: call the Velora Market API to quote 1 ETH → USDC via net/http. - [Python](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/market/examples/python.md): End-to-end Python example: call the Velora Market API to quote 1 ETH → USDC via requests. - [Rust](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/market/examples/rust.md): End-to-end Rust example: call the Velora Market API to quote 1 ETH → USDC via reqwest. - [TypeScript](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/market/examples/typescript.md): End-to-end TypeScript example: call the Velora Market API to quote 1 ETH → USDC via plain fetch. - [How it works](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/market/how-it-works.md): From price quote to on-chain settlement: the full Market flow end-to-end. - [Why Market API](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/market/overview.md): Velora's aggregation API: best-price routing across DEXs with atomic on-chain settlement in a single transaction. - [Monetization](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/overview/monetization.md): How partners earn revenue from Velora swaps: partner fees, surplus sharing, and how the revenue split differs between Delta and Market. - [Pro API accounts](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/overview/pro-api-accounts.md): Free partner IDs vs. Pro API accounts: how to identify your integration, lift rate limits, and unlock dashboards, early features, and SLA-backed support. - [Limit orders](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/overview/product-stack/limit-orders.md): A crypto limit order lets a maker sign a target price and wait for execution. In Velora, limit orders are Delta orders. - [OTC](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/overview/product-stack/otc.md): Crypto OTC trades are direct, off-book swaps between counterparties. Velora supports signed maker/taker settlement flows. - [Swaps](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/overview/product-stack/swaps.md): A crypto swap exchanges one token for another. Velora maps swaps to gasless Delta intents or atomic Market routing. - [TWAP](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/overview/product-stack/twap.md): A TWAP splits a larger crypto trade into scheduled slices. In Velora, TWAP is a Delta order that the user signs once and Velora settles over time. - [Quickstart](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/overview/quickstart.md): Get a quote for 1 ETH → USDC in 60 seconds with cURL, the SDK, or the Widget. Then choose how to integrate. - [Why Velora](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/overview/why-velora.md): 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. - [Approvals and permit](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/approvals.md): How token approvals work on Velora: the spender to authorize for Delta and Market swaps, approving on-chain vs signing a permit or Permit2, and why limit orders and TWAP need an on-chain approval. - [Chains & contracts](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/chains-and-contracts.md): Canonical reference for Augustus, Delta, Portikus, AugustusRFQ, and Fee Claimer contract addresses across every supported EVM chain. - [Legacy paraswap.io host → api.velora.xyz](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/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://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/migrations/augustus-v5-to-v6-2.md): Contract-integrator upgrade: calldata diffs, removed TokenTransferProxy, parameter renames. - [Delta V1 → V2 (HTTP API)](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/migrations/delta-v1-to-v2.md): Endpoint-by-endpoint migration for direct HTTP integrators. Server-built orders, route-based pricing, paginated history, unified status model. - [Overview](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/migrations/index.md): Internal upgrades for existing Velora integrators — Market → Delta, Augustus v5 → v6.2, legacy hosts, SDK rename. - [Market → Delta (parallel)](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/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://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/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://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/migrations/paraswap-sdk-to-velora-sdk.md): Step-by-step migration from the legacy @paraswap/sdk package to @velora-dex/sdk. - [Audits](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/security/audits.md): Velora's smart-contract audits and security approach across Augustus, RFQ, and supporting infrastructure. - [AugustusRFQ audits](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/security/audits/augustus-rfq.md): Independent audit of the AugustusRFQ contracts for ERC-20 OTC settlement. - [Augustus v5 audits](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/security/audits/augustus-v5.md): Independent audits of the Augustus v5 aggregator router. - [Augustus v6.1 audits](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/security/audits/augustus-v6-1.md): Five independent audits plus formal verification by Certora, a first for DEX aggregators. - [Augustus v6.2 audits](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/security/audits/augustus-v6-2.md): Independent audits for Augustus v6.2: fee-claiming refinements on top of the v6.1 audit baseline. - [Tools](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/resources/tools.md): Velora tools for tracking orders, checking API status, and getting help. - [Choose a variant](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/choose-a-variant.md): Pick between Simple, Full, and Partial SDK constructors based on bundle size, API shape, and how much wiring you want to do. - [Configure providers](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/configure-providers.md): Wire your wallet library (viem, ethers v5/v6, web3) and HTTP client (axios, fetch, custom) into the SDK. - [Full SDK](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/full-sdk.md): constructFullSDK gives you every namespace (sdk.swap, sdk.delta, sdk.quote) over a fetcher and contract caller you construct yourself, with a typed transaction-response generic. - [Install & quick example](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/install.md): Install @velora-dex/sdk and fetch your first quote in under five minutes. - [Monetize](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/monetize.md): Add partner fees or surplus share to every SDK call. The same partner key works across Delta orders, Market Swaps, and quotes. - [SDK overview](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/overview.md): Use [@velora-dex/sdk](https://www.npmjs.com/package/@velora-dex/sdk) to integrate quotes, swaps, limit orders, and Delta intents from JavaScript or TypeScript. - [Partial SDK](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/partial-sdk.md): constructPartialSDK lets bundle-size-sensitive apps import only the construct* functions they call; TypeScript infers the resulting SDK shape from the selection. - [Delta](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/products/delta.md): Submit, sign, and track gasless Delta intents from sdk.delta, where solvers compete to provide executable fills. - [Limit orders](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/products/limit-orders.md): Place gasless, MEV-protected limit orders from the SDK. In Velora, limit orders are Delta orders with a target-price constraint, built through sdk.delta. - [OTC](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/products/otc.md): Settle a direct trade between two known counterparties from the SDK. A maker signs an AugustusRFQ order naming a specific taker, and that taker fills it on-chain. - [Market](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/products/swap.md): Build, approve, and execute Market Swaps through sdk.swap. The user submits the transaction themselves. - [TWAP](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/products/twap.md): Split a large trade into scheduled slices from the SDK. In Velora, a TWAP is a Delta order the user signs once and Delta settles slice-by-slice over time. - [Simple SDK](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/simple-sdk.md): constructSimpleSDK auto-wires the fetcher and contract caller so one constructor returns a working SDK for quotes, swaps, Delta orders, and approvals. - [Test your integration](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/sdk/testing-integration.md): Test SDK flows without burning mainnet funds. Fork mainnet locally, mock the fetcher for unit tests, and verify partner attribution end-to-end. - [Portikus Network](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/solver-network/portikus.md): Portikus is the intent infrastructure behind Delta: an on-chain settlement layer, composable modules, and the Portikus Network of competing solvers. Velora built Delta on top of it, and other apps can build on the same rails. - [Sealed-bid auctions](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/solver-network/sealed-bid-auctions.md): How sealed-bid auctions work, why they suit DeFi trading, and how Delta uses them to fill orders at the best price while shutting out bid manipulation and MEV. - [Compatibility](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/widget/compatibility.md): Tested environments, peer-dependency ranges, SSR caveats, and performance tips for @velora-dex/widget. - [Configure](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/widget/configure.md): Restrict chains, pick trade modes, choose a theme, and hide UI elements via the config prop. - [Customize](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/widget/customize.md): Pick a theme, follow the user's system preference, and understand how the widget's CSS is scoped. - [Events & callbacks](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/widget/events-and-callbacks.md): Listen to widget lifecycle events: wallet connections, approvals, swaps, orders, and form changes. - [Next.js (app router)](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/widget/examples/nextjs.md): End-to-end widget integration for the Next.js app router, with a client-only mount and a /swap route. - [React (Vite)](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/widget/examples/react.md): End-to-end widget integration for a Vite + React app: full file tree, install, and mount. - [Install](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/widget/install.md): Install @velora-dex/widget and render the swap widget in your React app. - [Monetize](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/widget/monetize.md): Collect partner fees or surplus revenue from every swap routed through the widget. - [Widget overview](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/widget/overview.md): Embed the Velora swap widget in your React app with @velora-dex/widget. Multi-chain swaps, limit orders, OTC, and TWAP in a single drop-in component. - [Wallet management](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/widget/wallet-management.md): Use the widget's built-in wallet connectors or bring your own EIP-1193 provider from the host app. - [Widget API reference](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/widget/widget-api-reference.md): Props, exports, and TypeScript types for @velora-dex/widget. ## OpenAPI Specs - [delta-v2](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/specs/delta-v2.json) - [rfq](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/specs/rfq.json) - [market](https://digraphsas-docs-fix-delta-settlement-wording.mintlify.app/api-reference/specs/market.json)