Skip to main content

Status

A directory of the live Ophis surfaces and their health endpoints. There is no synthetic uptime dashboard: each row links to the relevant live surface, or to a self-reporting health endpoint where one exists, so you can check current state directly.

Services

SurfaceURLHealth check
Swap appswap.ophis.fiLoads the intent UI.
Landingophis.fiLoads.
Docsdocs.ophis.fiThis site.
Explorerexplorer.ophis.fiOrder/trade search.
Intent APIPOST https://ophis.fi/api/intentSee Intent API.
MCP serverhttps://mcp.ophis.fi/mcpStreamable-HTTP; a request without an Accept: text/event-stream header returns HTTP 406: that is expected, not an outage. See AI agents.
Rebate indexerrebates.ophis.fi/healthJSON. last_pipeline_run_at is the nightly-pipeline liveness signal (it advances at 02:00 UTC daily); last_fetch is insert-only and only moves on a new tagged trade, so a stale last_fetch during a quiet period is normal.
Optimism orderbookoptimism-mainnet.ophis.fiOphis-operated CoW orderbook for chain 10 (see below).
Unichain orderbookunichain-mainnet.ophis.fiOphis-operated CoW orderbook for chain 130 (see below).

Settlement model per chain

Ophis settles across two kinds of chains:

  • CoW-hosted chains: Ethereum, BNB Chain, Gnosis, Polygon, Base, Arbitrum, Avalanche, Linea, Ink, and Plasma. Orders settle through CoW Protocol's production orderbooks (api.cow.fi) using the canonical CoW contracts. Their status mirrors CoW Protocol's status.
  • Ophis-operated chains: Optimism (chain 10) and Unichain (chain 130). Orders settle through Ophis's self-hosted orderbooks at optimism-mainnet.ophis.fi and unichain-mainnet.ophis.fi using Ophis-deployed (non-canonical) GPv2Settlement contracts. Always resolve per-chain settlement and orderbook hosts via the @ophis/sdk helpers or the MCP list_chains tool rather than hardcoding addresses.

Solana and Bitcoin are supported as destinations via NEAR Intents, not as source-chain orderbooks.

Incidents

Operational incidents and maintenance are announced on x.com/ophisfi. The canonical source of truth for what is deployed is the ophis-fi/ophis repository.