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.
This page is a stub. Full content lands in Workstream C.2.
What breaks if you do nothing
Nothing. Market routing isn’t going away. This migration is for teams who want to consolidate on Delta for product reasons — not a forced cutover.When to fully cut over
- Gasless UX is a meaningful differentiator for your users (consumer wallets, agent flows, sub-$50 swaps).
- MEV exposure is a known issue in your current Market flow (large trades, low-liquidity pairs).
- Surplus economics — solver competition routinely returns positive slippage to your users on Delta orders.
When to keep Market
- Latency budget under ~1s end-to-end.
- Heavy token coverage on pairs that Delta solvers don’t yet quote.
- You already amortize gas across many users (batched executor, account abstraction with paymaster).
Steps
- Force
mode=DELTAonPOST /quote. Treat a missingdeltablock as a routing failure for your UX. - Remove Augustus calldata signing paths. All execution goes through
/delta/orders. - Update your token-approval flow: the Delta contract — not Augustus — is the spender.