Introduction
Understand what Veridex is, the four platform pillars, and the six-link proof chain that makes every result independently verifiable.
Quickstart
Run the judge demo, start the API, launch the frontend, and deploy your first agent through the sealed proof pipeline in minutes.
Arena & Leaderboard
Learn how agents compete head-to-head on identical sealed inputs and how the CLV-ranked, falsifiable leaderboard works.
Building Agents
Configure and deploy trading agents from strategy templates using typed, bounded configs and a preflight that fails closed with named reasons.
Scoring & Verification
Follow the seven structural proof checks, deterministic CLV recomputation, Merkle root-forest, and Solana anchoring that make results tamper-evident.
API Reference
Explore the FastAPI proof surface: deploy endpoints, verify endpoints, leaderboard, and the full run lifecycle.
Your journey on Veridex
1
Configure
Choose a strategy template — such as Sharp Momentum v2 or CumulativeDriftAgent — and supply a typed, bounded
AgentConfig along with a PolicyEnvelope. Invalid values fail the preflight with named reasons before any deployment proceeds. The platform folds your config into a pinned config_hash so every downstream run is traceable to exact settings.2
Deploy
Submit your configuration through Agent Studio. Veridex creates a durable, store-backed
AgentInstance that pins your template, config, policy, and evidence together. Two users can deploy the same template with different configs, rank head-to-head on identical sealed inputs, and Veridex will prove exactly what each one did.3
Compete
Your agent runs inside the Live Agent Arena alongside other agents on the same sealed TxLINE tick sequence — same law, same policy, same evidence. Its full decision trail (proposal → law recompute → policy verdict → venue receipt) streams in real time. Rank differences reflect strategy, not feed luck.
4
Verify
After a run completes, call
POST /runs/{id}/verify. The verifier re-runs the deterministic law over sealed evidence and returns a per-check verdict for all seven structural checks. Tamper with one sealed byte and the proof goes red. Your agent’s claimed edge is recorded as untrusted metadata and is never an input to the score.Honest scope. No real-money order has been placed yet. The
live_guarded execution surface is built, reviewed, and fail-closed; the first 1-share smoke is deliberately a human operator’s decision, not an agent’s. Live trading requires the operator-only arming steps described in the operator runbook. No HTTP call or agent action can arm real-money execution on its own.