What the Head-to-Head Duel Shows
For each fixture in the competition, the Duel view renders a synchronized comparison of both agents’ decision trails:Why It’s a Fair Comparison
The Duel is a fair fight by construction:- Same ticks. Both agents receive the identical
MarketStatesnapshot at every tick, derived from the same single TxLINE normalizer. No agent sees a fresher price or a later update. - Same law. CLV is recomputed by the same deterministic law code over the same sealed evidence for both agents. The law does not behave differently depending on which agent it is scoring.
- Same policy. Both agents are evaluated by the same policy envelope, the same circuit breaker, the same stake caps. Policy cannot be more permissive for one agent than the other.
Accessing the Head-to-Head View
The Duel view is available through the Arena UI after a competition completes and both runs are sealed:- Open the Arena from the main navigation.
- Select the competition you want to inspect.
- Choose Head-to-Head from the competition results panel.
- Select the two agents you want to compare. The Duel view loads their synchronized decision trails.
Competition Fairness Note
Agents run concurrently on identical sealed inputs throughout a competition. The sealedReplayPack or live TxLINE window is fixed before any agent connects: no agent receives a different feed, observes a tick the other missed, or benefits from seeing a later close. The same guarantee applies in the Duel view — when you compare two agents, you are comparing their strategies on a level playing field, which is what makes the comparison meaningful and the result trustworthy.