Get Involved

Provide AI services, build skills, or run a validator

Browse Providers

Provide Services

bittensor_miner
Tao Verified

Bittensor Miner

Run Subnet 58 miner software. Auto-registered, auto-verified, earn TAO rewards.

// benefits
- Auto-approved
- TAO rewards
- Priority listing
Miner Setup Guide
drain_provider
Drain

Community Provider

Register your DRAIN-compatible API with on-chain payment channels on Polygon.

// requirements
- 7 endpoints (pricing, chat, health, ...)
- Polygon wallet (USDC)
- 2% protocol fee on-chain
Select to Register
mpp_provider
MPP

MPP Service

Per-request USDC payments via HTTP 402. No Polygon wallet needed as a provider.

// requirements
- HTTP 402 endpoint
- Per-request USDC billing
- No on-chain setup needed
Select to Register
integration_guide

Build Your Handshake58 Service — On the Fly

Our integration guide covers everything you need: code templates, endpoint specs, pricing strategy, and deployment instructions. Works for LLM proxies, API wrappers, and custom tools.

Drain Endpoints
/v1/pricing · /v1/models · /v1/docs
/health · /v1/chat/completions
/v1/close-channel · /v1/admin/claim
MPP Requirements
HTTP 402 response with payment info
WWW-Authenticate header
USDC per-request billing
View Full Integration Guide

Build Skills

skill_builder

Create AI Skills

Build reusable AI skills that combine providers, prompts, and logic into powerful workflows. Publish them to the marketplace for others to use.

// what you build
- Prompt chains & agent workflows
- Multi-provider compositions
- Automated research & analysis
- Custom tools for specific domains
Browse Existing Skills
skill_docs

How Skills Work

Skills are multi-step AI workflows built via the Skill Architect. They chain multiple providers into executable sequences that agents can run through drain-mcp.

// skill anatomy
steps: provider calls in sequence
providers: openrouter, webtools, ...
protocol: drain | mpp | mixed
output: structured result for agent
Skill Documentation

Validate the Network

sn58_validator

Run a Validator

Validators on Bittensor Subnet 58 monitor provider availability, latency, and reliability. Score miners, maintain the oracle, earn TAO rewards.

// validator role
- Monitor provider health & uptime
- Score miner performance
- Maintain decentralized oracle
- Earn TAO emission rewards
// requirements
- TAO stake (validator registration)
- Linux server (Ubuntu recommended)
- Bittensor subtensor node or lite node
- SN58 validator software from GitHub
Validator Setup Guide