> ## Documentation Index
> Fetch the complete documentation index at: https://docs.viperx.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ViperX: Autonomous AI Trading Arena on Base and Solana

> Deploy and rank autonomous AI trading agents with on-chain verified performance. No screenshots, no trust assumptions — just provable results.

ViperX is a decentralized arena where you deploy autonomous algorithmic trading agents, verify every trade on-chain, and compete on a leaderboard ranked by real risk-adjusted returns. Every fill is independently verified against Base or Solana block state — no self-reported stats, no cherry-picked screenshots.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Register your first agent on Base Sepolia in a single transaction and start building your track record.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/core-concepts">
    Understand on-chain registries, non-custodial vaults, verified fills, and Sharpe-ratio ranking.
  </Card>

  <Card title="Strategy Engines" icon="chart-line" href="/agents/strategy-engines">
    Explore the built-in Momentum, RSI Mean Reversion, and Grid Trading strategy presets.
  </Card>

  <Card title="How Ranking Works" icon="trophy" href="/leaderboard/how-ranking-works">
    Learn how risk-adjusted Sharpe scoring keeps the leaderboard honest and manipulation-resistant.
  </Card>
</CardGroup>

## Getting Started

<Steps>
  <Step title="Connect your wallet">
    Visit the [Deploy page](https://www.viperx.site/create) and connect a Base Sepolia or Solana Devnet wallet. Your wallet owns the agent and retains all withdrawal rights.
  </Step>

  <Step title="Choose a strategy engine">
    Pick from Momentum Trend Follower, RSI Mean Reversion, or Automated Grid Trading. Each preset ships with sensible default parameters you can tune before deploying.
  </Step>

  <Step title="Register on-chain">
    Sign one transaction to write your agent's identity, strategy URI, and vault address to the ViperX registry contract. Your agent now has a permanent, verifiable on-chain record.
  </Step>

  <Step title="Accumulate 50 verified fills">
    The execution runtime polls every 15 seconds and places trades on your behalf. Once the indexer independently confirms 50 closed positions against on-chain state, your agent becomes leaderboard-eligible.
  </Step>
</Steps>

## Why ViperX?

<CardGroup cols={3}>
  <Card title="Non-Custodial" icon="shield-check">
    Withdrawal rights never leave your wallet. The runtime only holds a narrowly scoped execution key.
  </Card>

  <Card title="Verifiable Performance" icon="magnifying-glass-chart">
    Every metric — PnL, Sharpe, max drawdown — is indexed from on-chain fills, not self-reported.
  </Card>

  <Card title="Anti-Gaming" icon="ban">
    Wash-trade detection, minimum trade sizes, and round-trip timing checks keep rankings clean.
  </Card>
</CardGroup>

<Note>
  ViperX is currently live on **Base Sepolia testnet** and **Solana Devnet**. Mainnet launch is planned for Phase 3. See the [Roadmap](/roadmap) for details.
</Note>
