Building Sustainable Blockchain Infrastructure

Validators DAO turns hands-on validator and RPC operating experience into products and open source — SLV, SLV AI, and ERPC — built to raise the quality of the whole Solana network.

SLV

The AI Agent Kitfor Solana Devs

Solana development tools — CLI, templates, and agent skills — in one kit.Launch validators, RPCs, and dApps with automated setup.Build, run, and refine with Solana-specialized AI agents.

1.

Download & install

$ curl -fsSL https://storage.slv.dev/slv/install | sh
2.

Complete Onboarding

$ slv onboard
3.

Start with Natural Language

$ slv c

Welcome to SLV

***@
SLV: The AI Agent Kit for Solana Devs
Quick Start:
$ slv onboard - Setup AI Console (recommended)
$ slv c - Launch AI Console
Manual Setup:
$ slv validator init - Initialize validator config
$ slv validator deploy -n testnet
$ slv --help for more information
Buidler >

Delegation you can watch happen

Type what you want in plain language. Each request routes to the specialist agent that owns it — then runs the same slv commands you would, on your own machines.

AI Console

Buidler > Deploy a testnet validator on my server at 203.0.113.10
dispatched toCecil
  • Cecil· Solana Validator
    slv v initslv v deployslv v switch
    Executing

    Plan · 2

    SLV > slv v init
    SLV > slv v deploy

    identity: unstaked-keypair.json

  • Tina· Index RPC Node
    slv rpc initslv rpc deploy
    Idle
  • Cloud· gRPC Geyser Streaming
    slv check grpcslv check geyserbench
    Idle
  • Setzer· Solana App Development
    slv b init
    Idle

Every command above is a real slv method — the agent runs it for you.

Every method is MCP-enabled.

The full slv catalog, grouped by domain. Each line is a tool an AI agent can call through the Console — the same command you'd run by hand.

connect: ChatGPT · Claude

Validator10

slv v init
Initialize a validator config
slv v deploy
Deploy a validator (keyless, unstaked start)
slv v switch
Zero-downtime validator migration
slv v update
Update agave / jito-solana / firedancer
slv v restart
Restart the validator
slv v install
Install validator dependencies
slv v build
Build the validator client
slv v get
Read validator config
slv v set
Write validator config
slv v gen:vote-account
Generate a vote account

RPC05

slv rpc init
Initialize a full-index RPC node
slv rpc deploy
Deploy the RPC endpoint
slv rpc build
Build the RPC client
slv rpc install
Install RPC dependencies
slv rpc get
Read RPC config

Geyser / gRPC03

slv check grpc
Verify a Geyser gRPC stream
slv check geyserbench
Benchmark Geyser throughput
slv check shreds
Inspect the shred stream

App / Bot01

slv b init
Scaffold a Solana app or bot

Storage07

slv storage upload
Push files to SLV storage
slv storage download
Pull files from SLV storage
slv storage list
List stored files
slv storage rm
Remove a stored file
slv storage usage
Show storage usage
slv storage product
Show storage product
slv storage upgrade
Upgrade storage plan

Backup03

slv backup create
Create a backup set
slv backup restore
Restore from a backup set
slv backup list
List backup sets

Migrate01

slv migrate linux
Migrate a Linux host

Metal02

slv metal list
List bare-metal nodes
slv metal status
Report bare-metal node status

Every entry above is MCP-enabled. No wrapper — SLV runs on your own machines.

Solana Infrastructure

ERPC — erpc.global

Solana Top-Tier RPC

ERPC is a global Solana RPC — 300+ edge servers worldwide, with the nearest one selected automatically on every request. Low-latency, stable connections from any region, on the same infrastructure that serves Solana's SWQoS bandwidth.

Core Node Locations

Built where Solana runs fastest.

Across a global footprint, edge servers sit in premium data centers chosen where Solana performs best — so a request from any region lands on a short, fast path to the network.

ChicagoNew YorkLondonAmsterdamFrankfurtSingaporeTokyoSydney

Speed is determined by distance to Solana.

The region matters. But a city name alone is not a network path. Even in the same city, external transit and extra hops can add latency. ERPC selects data centers close to Solana servers, then keeps routes short with no external transit and sustained turbo boost.

ERPC premium route

no external transit

minimum RTT

0.1ms

City-name selection

external transit / 7 hops

70x slower

7ms
  • 01Same data centerChoose the region first, then the data center closest to Solana.
  • 02No external transitAvoid external AS paths to keep RTT and jitter tight.
  • 03Full throttleERPC excludes power-saving profiles and keeps resources in sustained turbo boost.

Global Edge Network

The closest server, automatically.

  • 300+ edge servers

    A worldwide proxy network puts a Solana RPC endpoint close to wherever your requests originate.

  • Nearest selected per request

    Every request is routed to the closest server automatically, so latency stays low without manual region picking.

  • No external transit

    Short routes with no external AS hops keep round-trip time and jitter tight under load.

Closest-edge routing keeps Solana access fast and stable from any region.

The Request Path

The Request Path

What every request actually does

Edge servers
300+
Network hops
Single edge
External transit
None
Endpoint
Standard Solana RPC
Cold starts
None

Latency is distance, and distance is the one cost no code can recover. Keeping the path short keeps the round trip short.

What it is not

  • Not a region you pick by hand — the nearest edge is chosen for you.
  • Not a cache — every request reaches live Solana state.
  • Not a node you provision, patch, or keep online.

The same infrastructure that serves Solana's SWQoS bandwidth.

Everything you need.A direct line to Solana.

RPC, Geyser gRPC, and Direct Shreds run on the network right next to Solana. You talk to the chain directly.

The DAO

Operating experience, turned into open source

Validators DAO operates validators, RPC, and infrastructure on Solana — and reflects that hands-on experience back into products and open source.

What we learn running the network becomes better tools, better documentation, and open source others can build on — SLV, SLV AI, and ERPC. The goal isn't any single product; it's the quality of the whole Solana network.

Open and verifiable

Open source on GitHub · a validator on the Solana chain · an upstream contributor to Solana's open-source core