image
image
image

How It Works

How Iteradian Works

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.

Step 1: Choose a Plan That Matches Your Workload

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.
Tip If you’re unsure, start smaller — you can upgrade anytime without changing your integration.
Choose a Plan That Matches Your Workload

Step 2: Receive Your Endpoint and API Key

After You Select a Plan

  • Endpoint URL A dedicated endpoint (or shared endpoint, depending on your plan)
  • API Key Used to authenticate and authorize your RPC requests
  • Dashboard Access Track usage, latency, limits, and overall performance

Step 3: Point Your Miner or App to Iteradian

Integration is simple: update your RPC settings to use the Iteradian endpoint and include your API key. Most miners, validators, and applications can switch endpoints in minutes. There’s no special SDK required — Iteradian is designed to be compatible with standard RPC usage patterns. Once connected, your requests are routed through capacity-aware infrastructure designed to keep response behavior consistent under load.

Step 4: Monitor Usage and Latency in Your Dashboard

Dashboard Visibility

Your dashboard gives you visibility into what matters:

  • Requests Volume over time
  • Concurrency How spiky your traffic is
  • Latency Response times and trends
  • Throttling events If you exceed plan capacity
  • Availability & incident status Platform health
Choose a Plan That Matches Your Workload

Step 5: Upgrade Anytime for More Capacity

Upgrade as Your Workload Grows

If your workload grows, upgrading is straightforward:

  • More throughput & concurrency Additional headroom as traffic increases
  • Priority routing (Pro) Lower contention pools for consistent performance
  • Dedicated infrastructure Guaranteed resources for sustained workloads

3-Minute Integration

Connect to Iteradian using standard RPC calls. No SDKs, no special tooling — just your endpoint and API key.

Set your endpoint and API key Use the endpoint provided in your dashboard
Send a standard RPC request Compatible with existing miners and applications
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": []
  }'

Frequently Asked “How It Works” Questions

  • Do I need to run my own node?

    No. Iteradian is fully managed. You connect to our infrastructure.
  • Will my endpoint change if I upgrade?

    In most cases, upgrading does not require major changes, you retain a stable integration path.
  • What happens if I exceed capacity?

    Requests are throttled gracefully instead of failing unpredictably. Your dashboard will show when throttling occurs.
  • Is Iteradian only for Bittensor?

    Bittensor is supported today. More networks will be added over time.

Ready to Start?

Choose a plan that fits your workload and connect in minutes. If you’re running a validator or need dedicated capacity, contact us for a tailored setup.