TAIFOON/ SOLVERS
[ DOCS ]

Solver runtime
in three pages.

Lightweight pointers to the source. Full documentation lives in the repo at yawningmonsoon/taifoon-solver.

[ Quick start ]
$cargo install taifoon-cli
[ Architecture ]

A solver is a single Rust process composed of a genome-stream client, a profitability calculator, a wallet manager, a protocol-adapter layer (per-protocol calldata builders), and an executor. Each pod owns one wallet and one set of protocol/chain registrations.

[ Lambda lifecycle ]

Every intent flows through a 12-stage state machine — from detected to confirmed or one of the terminal failure stages. The portal renders this in real time from server-sent events.