Start by selecting a plan based on two things:
- Request rate Requests per second during normal and peak traffic.
- Concurrency How many requests your app sends at the same time.
Iteradian provides managed, production-grade RPC access so miners, validators, and applications can connect to Bittensor reliably — without running and maintaining their own nodes. This page explains what happens from signup to production usage, what you get on each plan, and how to run best-practice RPC traffic that stays fast and stable.
If you’re testing, building, or running a small miner, a Shared plan is usually enough. If you’re serving users, running inference workloads, or operating at sustained volume, you’ll want Pro. Validators and high-volume teams typically choose Dedicated for guaranteed resources and isolation.

This means you don’t need to provision servers, configure nodes, manage sync, or set up monitoring. Iteradian handles the operational layer so your connection stays stable.
Your dashboard gives you visibility into what matters:
Instead of guessing what’s happening, you can see whether performance changes are caused by your traffic profile, network volatility, or plan limits.

If your workload grows, upgrading is straightforward:
The goal is simple: you shouldn’t need to redesign your system just because traffic increases. Iteradian provides clear upgrade paths so you can scale without re-architecture.
Connect to Iteradian using standard RPC calls. No SDKs, no special tooling — just your endpoint and API key.
curl -X POST https://rpc.iteradian.com/bittensor \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "system_health",
"params": []
}'
Once connected, traffic is routed automatically and monitored in your dashboard. Upgrade plans without changing your endpoint or integration.

