The bridge-solver
runtime.
A single Rust binary that speaks 31 cross-chain protocols across Solana and EVM. Anchor IDLs, JITO bundles, EIP-1559, calldata simulation. Sub-100ms SSE from indexer to your cockpit. Open source, MIT.
Four phases.
One process.
The same indexer, proof system, and signal layer that powers taifoon.io — packaged as a runtime you can spin up in minutes.
- PHASE 01 — DETECT
Indexed at the node-runner level
Every intent, order, and book delta from 31 protocols across 38+ chains, captured before it reaches any public feed. Server-sent events deliver raw signal in under 100 ms.
latency<100ms - PHASE 02 — PROVE
Profitability gate, twelve stages
Gas-aware, slippage-aware, MEV-aware. Every intent runs through the gate before a byte of calldata is built. Skipped, dry-run, executed — every outcome is logged.
stages12 - PHASE 03 — SETTLE
Solana and EVM, same runtime
One Rust binary. Across V3, deBridge DLN, Mayan Swift, Wormhole, LayerZero, CCTP. Anchor IDLs, JITO bundles, priority fees on the SVM side; EIP-1559, calldata simulation, revert-aware retries on the EVM side.
targetsSVM + EVM - PHASE 04 — STREAM
SSE to your cockpit, sub-second
Lambda lifecycle bar, twelve stages per intent. P&L attribution per protocol, per chain, per wallet. Drill into every tx hash, gas cost, profit calculation. No polling.
transportSSE
Every fill,
every stage.
The portal is the operator's cockpit. Every stage of the lambda lifecycle, every dry-run, every revert, every fee paid — broadcast over SSE at sub-second latency.
Three commands.
Open source, MIT. Fork the runtime, fork the indexer, run on testnet by lunch.
$curl -fsSL solver.taifoon.dev/install.sh | sh