For Providers

Share compute.
Earn MYAI.

Run the agent on any machine with a GPU. It polls for jobs 24/7 and earns MYAI tokens for every inference chunk it completes.

Step 1

Install the agent

One command installs the agent, sets up Ollama, and registers your GPU with the network. Works on macOS, Linux, and Windows.

curl -fsSL https://myaitoken.io/install | bashmacOS · Linux · Windows

Step 2

Pull models

More models = more jobs. Pull the ones that match your hardware. The agent auto-detects what you have and only accepts jobs it can run.

Recommended — Best earnings/hardware ratio

llama3.24GBFastDefault — runs on anything
ollama pull llama3.2
phi410GBFastBest quality per watt · Mac Mini ideal
ollama pull phi4
deepseek-r1:7b6GBMediumHigh demand · reasoning tasks
ollama pull deepseek-r1:7b
mistral6GBFastReliable, widely requested
ollama pull mistral
qwen2.5-coder:7b6GBFastCode generation — dev market
ollama pull qwen2.5-coder:7b

High Performance — More VRAM, higher earnings

llama3.1:70b40GBSlowNear GPT-4 quality
ollama pull llama3.1:70b
deepseek-r1:70b40GBSlowBest reasoning available
ollama pull deepseek-r1:70b
mixtral:8x7b24GBMediumMoE · great quality/speed tradeoff
ollama pull mixtral:8x7b
qwen2.5:72b48GBSlowTop tier multilingual
ollama pull qwen2.5:72b
gemma2:27b20GBMediumGoogle · premium quality
ollama pull gemma2:27b

Embeddings — RAG pipeline demand

nomic-embed-text1GBFastMost popular for RAG
ollama pull nomic-embed-text
mxbai-embed-large1GBFastHigh-dimensional embeddings
ollama pull mxbai-embed-large
Pull as many as your disk allows. The agent reports its available models on every heartbeat — job routing is automatic.

Step 3

Earn

01
Poll
Agent polls coordinator every 5s for available jobs matching your models
02
Run
Claims a chunk, runs inference locally via Ollama, returns result
03
Earn
MYAI credited to your wallet per completed chunk — withdraw anytime

Provider Economics

What can I earn?

Earnings are calculated per completed inference job based on output tokens and model size, then settled daily against per-tier emission caps. At launch (Year 1) the network emits up to 325,000 MYAI per day across all provider tiers.

Tier
Hardware
Typical nodes
Daily cap (Year 1)
Est. MYAI/day ¹
Consumer
Laptop / desktop GPU
Mac, Linux, Windows
RTX 3060+, Apple Silicon
100,000
50 – 2,000MYAI/day per node
Mobile
Smartphone / edge device
iOS, Android
Smaller jobs, lower cap
25,000
5 – 200MYAI/day per node
Datacenter
Multi-GPU server
Linux, cloud instances
Highest cap, best jobs
200,000
1,000 – 20,000MYAI/day per node

Per-job emission rate (output tokens × model multiplier)

3B models
0.001 MYAI/token
1.0 MYAI min
7–8B models
0.002 MYAI/token
1.0 MYAI min
14B models
0.003 MYAI/token
1.5 MYAI min
30B models
0.005 MYAI/token
2.5 MYAI min
70B models
0.008 MYAI/token
4.0 MYAI min

¹ Estimates assume 50–10,000 jobs/day depending on tier and activity. Caps are across all providers in a tier — if total exceeds cap, each provider is paid proportionally. Halvening applies: cap halves every 2 years. USD value depends on MYAI market price.

Live Network

Provider Leaderboard

Loading...

Powered by GET /v1/agents/leaderboard · cached 1 h

Track earnings on Telegram

Connect @MyAIEarningsbot to get real-time earnings, job status, and provider stats right in Telegram.

Open Bot

API Endpoints

GET/api/v1/agents/gpu/onlineList all online GPU providers
POST/api/v1/jobs/parallelSubmit a parallel inference job
GET/api/v1/jobs/parallel/:idGet job status and result
POST/api/v1/agents/:id/dispatchDispatch directly to a specific agent
GET/api/v1/agents/gpu/lookup?api_keyLook up your agent by API key
GET/v1/agents/leaderboardProvider leaderboard (reputation/earnings/jobs)

Base URL: https://api.myaitoken.io