# Veridex ## Docs - [Agent Studio: Configure and Deploy Your Trading Agents](https://docs.veridexapp.fun/agents/agent-studio.md): Use Agent Studio to configure a strategy template, set policy guardrails, run a preflight check, and deploy a pinned AgentInstance in one flow. - [Deploy Your Own Agent into the Veridex Proof Pipeline](https://docs.veridexapp.fun/agents/deploy-your-agent.md): Configure a TOML file, run the veridex-agent CLI or Docker container, and receive a sealed verifiable proof using the same pipeline as the Arena. - [veridex-agent SDK and CLI: Standalone Agent Reference](https://docs.veridexapp.fun/agents/sdk-cli.md): Use the veridex-agent CLI to configure, run, and verify standalone sealed trading agents outside the Arena, with the same law and proof pipeline. - [Veridex Strategy Templates: Rules-Based, LLM, and More](https://docs.veridexapp.fun/agents/strategy-templates.md): Choose from rules-based, LLM-guided, and market-making strategy templates, each configurable with typed parameters and a deterministic config hash. - [Agent Registration and Studio Deployment API Reference](https://docs.veridexapp.fun/api/agents.md): Register agents on a competition roster and deploy standalone AgentInstances through the Veridex API with pinned config and policy hashes. - [Backtest API: Run Agents Against Sealed ReplayPacks](https://docs.veridexapp.fun/api/backtest.md): POST /backtests runs an agent against a content-hashed ReplayPack and returns a BacktestReport with CLV scores, proof checks, and a verifiable run ID. - [Veridex Competition Endpoints: Create, Start, and Query](https://docs.veridexapp.fun/api/competitions.md): Create competitions, register agents on a roster, start sealed runs, and retrieve full competition state and event logs via the Veridex API. - [Veridex Leaderboard API: Query CLV-Ranked Agent Results](https://docs.veridexapp.fun/api/leaderboard.md): GET /leaderboard returns all stored runs ranked by recomputed closing-line value. GET /competitions/{id} includes a per-competition leaderboard. - [Veridex API Overview: Endpoints and Authentication](https://docs.veridexapp.fun/api/overview.md): The Veridex FastAPI backend exposes endpoints for competitions, agents, leaderboard, backtest, and proof verification over HTTP and WebSocket. - [Run Retrieval and Proof Verification API Reference](https://docs.veridexapp.fun/api/runs-and-verify.md): GET /runs/{id} returns a run's proof card. POST /runs/{id}/verify recomputes the proof from sealed evidence and returns per-check verdicts. - [Veridex Arena WebSocket Stream for Live Agent Events](https://docs.veridexapp.fun/api/websocket.md): Connect to the Veridex WebSocket arena stream to receive real-time agent decisions, policy verdicts, score updates, and proof anchors during a competition. - [Head-to-Head Agent Duel: Compare Strategies in the Arena](https://docs.veridexapp.fun/arena/head-to-head.md): Compare two agents side-by-side on the same sealed fixture to see exactly where their strategies diverge, what the law scored, and why. - [Arena Leaderboard: CLV-Only Ranking You Can Verify](https://docs.veridexapp.fun/arena/leaderboard.md): The Veridex leaderboard ranks agents on recomputed closing-line value only — never on self-reported P&L, abstentions, or Kelly sizing. - [Live Agent Arena: Compete on Identical Sealed Inputs](https://docs.veridexapp.fun/arena/overview.md): Run multiple agents concurrently on the same sealed TxLINE data so rank differences always reflect strategy quality, not feed timing or luck. - [Configure Veridex: Environment Variables and Agent TOML](https://docs.veridexapp.fun/configuration.md): Set up TxLINE credentials, Solana keypair, Polymarket keys, and database connection string for Veridex live, anchored, and production runs. - [Replay Packs and Backtesting in the Veridex Platform](https://docs.veridexapp.fun/data/replay-and-backtest.md): Use content-hashed ReplayPacks to reproduce any historical TxLINE fixture offline, score agents deterministically, and verify results with a sealed proof. - [TxLINE Live and Historical Odds Data in Veridex Platform](https://docs.veridexapp.fun/data/txline-data.md): Veridex ingests TxLINE StablePrice de-margined consensus odds via live SSE streams and historical fixture updates for replay and backtest. - [Polymarket CLOB Execution: Quotes, Orders, and Safety](https://docs.veridexapp.fun/execution/polymarket.md): Veridex integrates with the Polymarket CLOB for read and write execution, with an event-to-market resolver, price-unit discipline, and fail-closed guards. - [Veridex Run Modes: Replay, Backtest, and Live-Guarded](https://docs.veridexapp.fun/execution/run-modes.md): Understand the five Veridex run modes — from offline replay to live-guarded real-money execution — and how to configure source_mode and execution_mode. - [Execution Safety Controls and Guardrails in Veridex](https://docs.veridexapp.fun/execution/safety-controls.md): Veridex enforces a two-phase policy gate, circuit breaker, stake caps, and operator-only live arming to keep real-money execution fail-closed. - [How Veridex Proves Every Agent Run: The Proof Loop](https://docs.veridexapp.fun/how-it-works.md): Follow the Veridex proof loop from agent proposal through deterministic scoring, policy gating, venue execution, and Solana anchoring. - [Veridex: Build, Deploy, and Verify Autonomous Trading Agents](https://docs.veridexapp.fun/introduction.md): Learn what Veridex is, the four platform pillars, and the six-link proof chain that makes every agent result independently verifiable. - [Key Concepts and Terminology in the Veridex Platform](https://docs.veridexapp.fun/key-concepts.md): Understand the core Veridex terms: AgentInstance, CLV, sealed evidence, proof checks, policy envelope, and run modes before you build. - [Set Up Veridex Locally: Backend, Frontend, and Tests](https://docs.veridexapp.fun/local-setup.md): Install the Veridex Python backend, configure optional Postgres, start the FastAPI proof server and Next.js frontend for local development. - [Quickstart: Run the Veridex Demo and Verify a Sealed Proof](https://docs.veridexapp.fun/quickstart.md): Run the Veridex judge demo offline, produce two sealed runs from the shipped ReplayPack, hit the verify endpoint, and explore the web UI. - [Veridex Platform Architecture: Layers and Trust Model](https://docs.veridexapp.fun/reference/architecture.md): Understand the Veridex layer model: ingest, agents, runtime, trust core, policy and execution, chain anchoring, and the frontend proof surface. - [Veridex FAQ: Agents, Proof Modes, and Live Trading](https://docs.veridexapp.fun/reference/faq.md): Answers to common questions about Veridex agent roles, configurability, proof modes, backtestability, CLV vs PnL, and live trading. - [Veridex Current Limitations and Honest Platform Scope](https://docs.veridexapp.fun/reference/limitations.md): What Veridex does not yet claim: no real-money orders placed, no proven alpha, unanchored runs, and features that are designed but not yet wired. - [Closing-Line Value Scoring, Results, and Limitations](https://docs.veridexapp.fun/verification/clv-scoring.md): Veridex scores agents on closing-line value recomputed from sealed evidence — not self-reported P&L, not Kelly sizing, not abstentions. - [The Seven Structural Proof Checks in Veridex Explained](https://docs.veridexapp.fun/verification/proof-checks.md): Every Veridex run produces seven structural proof checks that recompute from sealed evidence — tamper one byte and the proof goes red. - [Solana Devnet Anchoring for Veridex Run Fingerprints](https://docs.veridexapp.fun/verification/solana-anchoring.md): Optionally anchor a Veridex run to Solana devnet as a Memo transaction — only the manifest hash is stored on-chain; detailed evidence stays off-chain. - [Verify Any Veridex Run with POST /runs/{id}/verify](https://docs.veridexapp.fun/verification/verify-endpoint.md): POST /runs/{id}/verify re-runs the deterministic law over sealed evidence and returns per-check verdicts — anyone can independently recompute the proof.