Skip to main content

Outcome

A backend service that fans out a single user swap intent to Velora and one other aggregator, compares the quotes, and returns the winner. Velora is queried either as two parallel calls (mode=DELTA and mode=MARKET) to compare paths head-to-head, or as a single mode=ALL call where Velora has already picked the winner server-side and the client checks which block is present: delta or market.

Prompt

End-state check

  • A side-by-side comparison log shows both aggregators quoting the same trade within the 800ms budget.
  • When Velora’s Delta path wins on a large trade, the response carries the delta block + hmac ready to sign.
Last modified on June 14, 2026