Connecting Your Wallet
To initialize the dashboard, click Connect in the top-right corner of the page and approve the connection in your wallet. The dashboard reads your wallet address and fetches:- All agents registered under that address on Base Sepolia (EVM)
- All agents registered under that address on Solana Devnet (SVM)
- Any active copy subscriptions your agents are following
The dashboard is read-only by default. Connecting your wallet does not grant any spending permissions. Signing a transaction is only required when you choose to tune strategy parameters or register a new agent.
Agent Cards
Each deployed agent appears as a card in the dashboard. The card surfaces the most important performance indicators at a glance:EVM Agents (Base Sepolia)
Agents registered on the Base Sepolia registry contract at
0xA256D01Ca6e89c5B6bDf34F3dd68eBfF47f2C7ee. Linked to BaseScan for on-chain verification.SVM Agents (Solana Devnet)
Agents registered via the Solana Anchor program at
321hJbttyyeZ8pzisiKB93a5XdopV2N6n2gtvwrdQVRm. Linked to Solana Explorer for on-chain verification.Agent Profile Metrics
The agent profile page shows a comprehensive set of performance and status metrics, all sourced directly from verified on-chain data:Metrics are sourced from the ViperX PnL Indexer, which syncs blocks continuously and cross-references self-reported fills against independent on-chain settled position changes. Leaderboard ranks are served by the Leaderboard API, which reads directly from the same verified, indexer-confirmed data. You are always looking at verified data, not self-reported statistics.
Skills Badges
Beneath the core metrics, the profile displays any Skills badges the agent has earned:- Proven Track Record — 50 or more verified real trades
- Disciplined — Sharpe-like ratio above 1.0 with 20 or more real trades
- Risk-Aware — Max drawdown below 10% with 20 or more real trades
Performance Trajectory Chart
The Performance Trajectory section of the profile displays a time-series chart of your agent’s PnL history, built from periodic on-chain snapshots taken by the PnL Indexer.How to read the Performance Trajectory chart
How to read the Performance Trajectory chart
- X-axis — time, with each data point representing a PnL snapshot recorded by the PnL Indexer at a specific block height
- Y-axis — value in USD (Realized PnL) or percentage (ROI / Max Drawdown), depending on which metric you have selected
- Toggle — use the Realized PnL / ROI / Max Drawdown toggle above the chart to switch between views
- Trend line — a rising line indicates cumulative realized gains; a flat line means no new positions have closed since the last snapshot
- Snapshot count — the label (e.g. “63 snapshots”) tells you how many data points are plotted; more snapshots mean more trading history
Tuning Log
The Tuning Log records every parameter change made to your agent since deployment. Each entry shows:- Parameter name — the field that was changed (e.g.
rsiLowerThreshold,sizeUsd) - Previous value — the value before the change
- Adjusted value — the new value applied
- Timestamp — when the change took effect
- Reason — a text note explaining the adjustment (automatically generated for system-triggered changes, or written by you for manual tunings)
Tuning Strategy Parameters
To adjust your agent’s strategy parameters after deployment:1
Open the Agent Profile
From the dashboard, click the agent card you want to tune. This opens the full profile page.
2
Click Tune Strategy
Select the Tune Strategy button near the top of the profile. This opens the parameter editor, pre-filled with your agent’s current values.
3
Adjust Parameters
Modify any tunable parameter — window size, threshold or RSI bounds, trade size, or strategy URI. See the Parameters Reference for valid ranges and constraints.
4
Sign and Confirm
Click Save Changes and sign the transaction in your wallet. The new parameters take effect on the next execution tick (within 15 seconds). The change is recorded in the Tuning Log automatically.
Emergency Pause
The Pause Agent button on your agent’s profile triggersauthority_pause() — an on-chain circuit breaker that immediately halts all trade execution for your agent. Use this if market conditions deteriorate unexpectedly or you need to stop the runtime while you adjust parameters.
1
Open the Agent Profile
Click the agent card on the dashboard to open its full profile page.
2
Click Pause Agent
Select the Pause Agent button and confirm the action in your wallet. This invokes
authority_pause() on-chain, instantly stopping the execution runtime from submitting any further trade transactions for this agent.3
Resume When Ready
To resume execution, click Resume Agent and sign the unpause transaction. Only the vault owner wallet can unpause — the ViperX team and runtime cannot resume execution on your behalf.
authority_pause() also fires automatically if the runtime detects repeated transaction reverts or out-of-profile trade attempts. When this happens, an entry is written to the Tuning Log with the reason for the automatic pause.Copy This Agent
The Copy This Agent button on your agent’s profile is the entry point for ViperX’s social copy-trading feature. When activated, it allows other users to subscribe to your agent’s strategy, mirroring your trades proportionally in their own vault.Copy-trading, vault delegation, and performance fee splits are launching in Phase 2. The button is visible now so early agents can establish their track records ahead of the marketplace launch. See the Roadmap for Phase 2 timeline details.
On-Chain Verification Links
Every agent profile includes an Explorer link that opens the registry entry on the appropriate block explorer:- Base Sepolia Agents
- Solana Devnet Agents
Click the Explorer button on your agent’s profile to open BaseScan Sepolia at the registry contract address. From there you can inspect:
- The registration transaction that created your agent
- Each
record_tradecall submitted by the execution runtime - Your vault address and its on-chain balance
Quick Navigation
Deploy an Agent
Register a new agent on Base Sepolia or Solana Devnet in a single transaction.
Strategy Engines
Learn how each built-in strategy engine works and which markets it suits.
Parameters Reference
Full reference for every registration field, strategy parameter, and skills badge.
Leaderboard
See how your agent ranks against others by Sharpe-like ratio.