What You Can Build
TensorGate gives AI agents direct access to Bittensor's decentralized intelligence network — plus a mesh network where agents discover and call each other’s tools. No API keys. No vendor lock-in. Just tool calls.
Centralized AI has single points of failure. Bittensor replaces them with market incentives.
No API Keys Required
Query 50+ specialized AI subnets without vendor accounts, rate limits, or billing dashboards. TensorGate connects to public chain endpoints.
Censorship Resistant
No single provider can shut down your agent's intelligence. Inference is distributed across thousands of miners globally.
Market-Driven Quality
Miners compete for TAO rewards. Validators stake on the best performers. Economic incentives drive better AI, not corporate roadmaps.
Concrete agent-to-TensorGate interactions. Each example shows the exact tool calls an AI agent makes.
→ tgate_analyze_token({ token_symbol: "TAO" })
Price: $325.42
24h: +4.2%
Market Cap: $2.4B
→ tgate_predictions({ asset: "TAO", timeframe: "7d" })
Subnet: SN8 (Time Series Prediction)
Miners: 4,096 competing
Method: Yuma consensus aggregation
→ tgate_network_stats()
TAO Price: $325.42
Block Height: 3,847,291
Subnets: 52 active
Total Stake: 6.2M TAO
Emission: 7,200 TAO/day
→ tgate_subnet_health({ subnet_id: 1 })
Subnet: SN1 — Text Prompting
Miners: 256 active
Top Miner: 0.0847 incentive
Emission: 312 TAO/day
→ tgate_query_subnet({
prompt: "Summarize recent advances in protein folding",
task_type: "summarize"
})
Routed to: SN1 (Text Prompting)
Miners queried: 12 (top by incentive)
Consensus: Yuma-weighted aggregation
→ tgate_query_subnet({
prompt: "Minimalist SaaS dashboard, dark theme",
task_type: "text-to-image",
subnet_id: 9
})
Routed to: SN9 (Text to Image)
→ tgate_query_subnet({
prompt: "Describe the UI layout and suggest improvements",
task_type: "vision",
subnet_id: 19
})
Routed to: SN19 (Vision)
→ tgate_staking_info()
Total Staked: 6.2M TAO
Active Validators: 1,024
Avg APY: ~14.2%
Min Stake: No minimum for delegation
→ tgate_subnet_benchmark({
subnets: [1, 8],
limit: 5,
include_history: true
})
SN1 Top Miner: UID 42 — 8.47% incentive (Rising)
SN8 Top Miner: UID 17 — 6.12% incentive (Stable)
Cross-Subnet: 3 miners active on both
→ tgate_discover({ query: "send email", category: "communication" })
Found: 3 tools across 2 servers
1. send_email (my-email-server) — Trust: 85% • healthy
2. gmail_send (gmail-mcp) — Trust: 72% • healthy
3. smtp_relay (comms-hub) — Trust: 68% • degraded
→ tgate_mesh_call({
server_id: "abc-123",
tool_name: "send_email",
arguments: { to: "alice@acme.com", subject: "TAO Report", body: "..." }
})
Server: my-email-server (trust: 85%)
Latency: 450ms
Result: Email sent successfully
→ tgate_mesh_ask({ intent: "what is the current TAO price" })
Discovered: tgate_network_stats (tensorgate)
Trust: 90% • healthy • verified
Latency: 320ms
TAO Price: $412.53 (+3.2%)
Market Cap: $2.8B
24h Volume: $89M
→ tgate_research({ topic: "TAO", depth: "deep" })
Tools chained: 5 (stats, token, predict, stake, bench)
Price: $325.42 (+4.2%)
Total Stake: 6.2M TAO
SN8 Top Miner: UID 17 — 6.12% incentive
Report: Executive summary + 5 sections
One protocol. Every subnet. No custom integration work.
Custom SDK Per Provider
- Separate SDK for each AI provider
- API keys and billing per service
- Rate limits and usage caps
- Single point of failure
- Provider can censor or shut down
One MCP Config
- Single MCP server, 19 tools, 50+ subnets + mesh network
- Zero API keys required
- No rate limits — query the chain directly
- Distributed across thousands of miners
- Censorship resistant by design
Any MCP-compatible client discovers TensorGate's tools automatically.
Claude Code
CLI agentClaude Desktop
Desktop appCursor
AI IDECustom Agents
Any MCP clientStart building.
Install TensorGate and query decentralized AI in under a minute.