Skip to main content

Getting started

Choose your tokens, review the quote, and sign with your wallet.

Your first swap

  1. Open the swap app and connect a wallet.
  2. Select the token and network you want to pay from, then enter the amount.
  3. Open You receive to select the destination network and token. For Solana or Bitcoin, enter an address on that destination network.
  4. Review the quote, fees, destination address, and spending limit. Approve the displayed amount if needed, then sign the order with your wallet.
Non-custodial by design

Ophis never takes possession of your funds. The signed order is broadcast to the solver auction; your tokens move only when a solver settles the batch on-chain.

How it works

Three steps from token selection to settlement:

1 · Choose tokens and amount

The swap form opens directly. Select the assets and networks, enter the amount, and review the quote and spending limit. Developers and agents can still use the Intent API for natural-language requests.

2 · Auction, solver competition

Your signed order is broadcast to a batch auction. Solvers race to find the best path, an on-chain DEX, a peer-to-peer match against another order in the same batch, or a cross-chain route, and bid for the right to settle it. On Optimism, Unichain, and Robinhood Chain, Ophis currently operates the solver itself, competing across several routing strategies, see How it works.

3 · Settle, on-chain, MEV-protected

The winning solver settles your order in a batch where every trade clears at the same uniform price. Your signed limit price is enforced on-chain, and Ophis orders are not exposed as public-mempool router swaps. On Robinhood Chain, the sequencer is first-come-first-served, so paying a higher priority fee does not buy an earlier place in the ordering.

For the full lifecycle, see How it works.

Supported networks

Ophis surfaces 13 EVM chains as full source and destination in the network selector: Ethereum, Arbitrum One, Avalanche, Base, BNB Smart Chain, Gnosis Chain, Ink, Linea, Optimism, Plasma, Polygon, Robinhood Chain, and Unichain (plus the Sepolia testnet). On any of these you can both pay from and receive into your EVM wallet.

EthereumArbitrum OneAvalanche
BaseBNB Smart ChainGnosis Chain
InkLineaOptimism
PlasmaPolygonRobinhood Chain
Unichain

In addition, Solana and Bitcoin are available as cross-chain destinations only via NEAR Intents: trade from any EVM source chain to those networks without a second wallet. They are not source chains, you cannot start a swap from a Solana or Bitcoin balance. You paste a destination address and sign with your EVM wallet; NEAR Intents brokers the bridge.

The current token catalog covers stablecoins, ETH/BTC pegs, DeFi blue-chips, AI/RWA, memes, and gaming. The in-app token selector is the live source of truth because token availability can change by chain.

Robinhood Stock Tokens

Robinhood Chain includes tokenized equities and ETFs. Ophis verifies a selected Stock Token against Robinhood's live canonical deployment registry and shows its corporate-action multiplier and trading restrictions in the swap form. A split can change the share-equivalent display without rebasing the raw ERC-20 balance; the executable trade price remains the signed Ophis solver quote.

Swaps are gasless. Wallet approvals, wrapping, and other direct transactions still require ETH. Robinhood's public RPC is rate-limited; production integrations should use a supervised provider endpoint and reserve the public RPC for wallet configuration and fallback use.

Building on Ophis?

Skip the UI entirely, the Intent API exposes a natural-language parser as a public endpoint, and the AI agent guide shows how to wire it into an agent.