back to demos
Graph visualizer
Tokens are nodes; pools are directed, rate-weighted edges. The real Rust engine, compiled to WebAssembly and run in your browser, walks the graph with negative-cycle detection: a round trip whose rate product exceeds 1 is a candidate. Pick a preset, edit the rates, and run find_arbitrage, the detected cycle lights up. Everything here is a simulation, read-only, no funds at risk.
lorenz/graph-detect
real WASM engine · in-browser · find_arbitrage
A skewed C→A leg lifts the round-trip product above 1. The engine should detect this cycle.
A → B
B → C
C → A
Deterministic negative-cycle detection: the same algorithm the control plane runs.
Simulation / read-only. No live trading, no funds at risk.
Experimental. No profitability claims.
