Skip to main content

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 the single source of truth for contract addresses across Velora’s stack. Every other page links here rather than inlining addresses, with one exception: failure-mode rows on API reference pages may cite a specific deployed address inline when the address is the actual diagnostic.
This page is a stub. The full per-chain address table — Augustus v6.2, Augustus v6.1, Augustus v5, Delta, Portikus settlement, AugustusRFQ — will land before the v3 docs go live. For the up-to-date list today, see the open-source contracts repo or contact support@velora.xyz.

Supported chains

Velora supports the following EVM networks. Each chain has Augustus v6.2 (Market routing) deployed; Delta and AugustusRFQ availability varies — see the per-chain table below when populated.
  • Ethereum (1)
  • Optimism (10)
  • BNB Chain (56)
  • Polygon (137)
  • Base (8453)
  • Arbitrum One (42161)
  • Avalanche (43114)
  • Polygon zkEVM (1101)
  • Sonic (146)
  • Unichain (130)
The authoritative supported-chain list is queryable at runtime via GET /chains on the Market API. Code should treat this page as a human-readable index and /chains as the runtime source of truth.

Contracts

Augustus v6.2

The Market router. All Market POST /transactions calldata targets the Augustus v6.2 contract on the requested chain.

Augustus v6.1, v5

Legacy router versions. Still operational but new integrations should target v6.2. Calldata returned by the Market API automatically uses v6.2 unless overridden.

Delta contract

On-chain entry point that validates signed Delta orders and dispatches settlement to Portikus solvers. The Delta contract is the spender on EIP-712 typed-data approvals — token approvals for Delta flows must be granted to this address (not Augustus).

Portikus settlement

The solver-facing settlement infrastructure. Solvers execute fills against Portikus; the Delta contract reconciles outcomes back to the user.

AugustusRFQ

On-chain limit-order and OTC contract. Supports partial fills and bilateral signed orders.