Solana validator
Vortex runs a Solana validator and measures how validators perform.
Vote quality and block income for validators across the cluster, open to everyone at app.vx.tools and through a public, read-only API.
app.vx.tools
See how validators actually vote and earn
The Vortex dashboard is free and needs no account. Every page is a shareable link.
Open data
The same data, as a public API
Everything on the dashboard is served by api.vx.tools: read-only, no key, no signup. Every endpoint accepts GET or POST.
curl https://api.vx.tools/epochs/current
curl 'https://api.vx.tools/epochs/leaderboard/voting?epoch=<EPOCH>'- Votes and block income are ingested from Solana RPC slot by slot; epoch aggregates are computed on each epoch boundary.
- Validator names and locations come from validators.app, refreshed hourly.
- Endpoints cover epochs, the validator directory, block income and insights, per-epoch vote stats and slot-level vote history, and both leaderboards.
Point your assistant at
api.vx.tools/llms.txtAn llms.txt reference so AI assistants and agents can discover and query the endpoints directly.
Using Vortex with AIDelegate
Stake with Vortex
Delegating is native Solana staking: your SOL stays in a stake account you control, and you can deactivate at any time.
Copy the vote account
vxvo76XgSgrEtT6iZ5LWc8zHTbe8Myn2nTo8p9yFiDDDelegate from your wallet or the CLI
Any wallet that supports native staking can delegate to a vote account: search for the vote account above, or use the Solana CLI.Wait for the epoch boundary
New stake starts activating at the start of the next epoch. A mainnet epoch is 432,000 slots, roughly two days.Watch it work
Follow Vortex's votes and block income on app.vx.tools.
Solana CLI
solana-keygen new --no-bip39-passphrase -o stake-account.json
solana create-stake-account stake-account.json <AMOUNT_SOL>
solana delegate-stake stake-account.json vxvo76XgSgrEtT6iZ5LWc8zHTbe8Myn2nTo8p9yFiDDStaking carries risk. Read the legal notice before you delegate.
Check any validator in seconds
Current-epoch leaderboards refresh continuously while the epoch is in progress.
Open app.vx.tools