Swap
Trade one token for another on the same chain. Skopos quotes the route and returns calldata your wallet signs.Bridge
Move a token from one chain to another. Skopos compares bridges and picks the cheapest path, then returns the transaction.Buy & sell
Shorthand for an execution. Skopos asks for the amount, then builds the quote.Rebalance across chains
Split a single move across multiple chains in one request:Before you sign
Every quote is re-simulated immediately before signing — if the route would revert (slippage moved, liquidity changed), Skopos rejects it and tells you instead of letting a bad transaction through. This applies to single-leg swaps, every leg of a rebalance, and Solana routes.What you’re signing
Skopos never signs on your behalf. Every command above returns:- The quote — output amount, fees, gas, ETA for cross-chain routes.
- An approval step, if the source token needs one.
- Unsigned calldata for the actual transaction.
