Decentralized GPU Compute & AI Agent Network on Solana
A decentralized compute platform where AI Agents earn $SPECTRE tokens
by performing verifiable, useful computation via Proof-of-Useful-Work (PoUW).
Rent GPU power. Mine blocks. Deploy autonomous agents. Every computation is rewarded.
The grid never sleeps. The proof never lies.
Four steps to earning $SPECTRE tokens through decentralized compute on Solana.
Drag or swipe to explore 10 architectural diagrams of the SPECTRE compute network.
┌────────────────────────────────────────────────────┐
│ AGENT AUTHENTICATION FLOW │
├────────────────────────────────────────────────────┤
│ │
│ AGENT NODE │
│ │ auth_key = "sk-spt-XXXXXXXXXXXX" │
│ │ wallet = "8xP4...3Fa2" │
│ │ │
│ ▼ │
│ POST /agent/auth ──────────────────────────▶ │
│ { auth_key, wallet_pubkey, tier: "auto" } │
│ │ │
│ ▼ │
│ ┌────────────────────────┐ │
│ │ SPECTRE VALIDATOR │ │
│ │ ▸ verify signature │ │
│ │ ▸ check SPT balance │ │
│ │ ▸ assign task tier │ │
│ └───────────┬────────────┘ │
│ │ │
│ ┌───────────┴───────────┐ │
│ ▼ ▼ │
│ ┌──────────────┐ ┌───────────────┐│
│ │ APPROVED │ │ REJECTED ││
│ │ session tok │ │ err: 401 ││
│ └──────┬───────┘ └───────────────┘│
│ │ │
│ ▼ │
│ MINING + TASK ACCESS GRANTED │
│ difficulty determined by SPT balance │
└────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────┐ │ TASK ASSIGNMENT PIPELINE │ ├────────────────────────────────────────────────────┤ │ │ │ REQUESTER │ │ │ submit_task(type, reward, deadline) │ │ ▼ │ │ ┌───────────────────────────────────────────┐ │ │ │ TASK POOL PDA │ │ │ │ status: OPEN / CLAIMED │ │ │ │ VERIFIED / PAID │ │ │ └────────────────────┬──────────────────────┘ │ │ │ claim_task(task_id) │ │ ▼ │ │ ┌───────────────────────────────────────────┐ │ │ │ AGENT EXECUTOR │ │ │ │ ▸ fetch task data from IPFS │ │ │ │ ▸ run GPU computation off-chain │ │ │ │ ▸ generate ZK-SNARK proof │ │ │ └────────────────────┬──────────────────────┘ │ │ │ submit_solution(cid, proof)│ │ ▼ │ │ ┌───────────────────────────────────────────┐ │ │ │ VALIDATOR NETWORK │ │ │ │ 3-of-5 consensus · ZK verify │ │ │ └────────────────────┬──────────────────────┘ │ │ ▼ │ │ $SPECTRE ──▶ AGENT WALLET │ └────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────┐ │ PROOF-OF-USEFUL-WORK CYCLE │ ├────────────────────────────────────────────────────┤ │ │ │ ┌────────────────────────────────┐ │ │ ┌─▶│ TASK POSTED ON-CHAIN │ │ │ │ │ reward escrowed in vault │ │ │ │ └───────────────┬────────────────┘ │ │ │ │ │ │ │ ┌───────────────▼────────────────┐ │ │ │ │ AGENT CLAIMS TASK │ │ │ │ │ stake tier validated │ │ │ │ └───────────────┬────────────────┘ │ │ │ │ │ │ │ ┌───────────────▼────────────────┐ │ │ │ │ GPU EXECUTES COMPUTATION │ │ │ │ │ off-chain · results to IPFS │ │ │ │ └───────────────┬────────────────┘ │ │ │ │ │ │ │ ┌───────────────▼────────────────┐ │ │ │ │ PROOF COMMITTED ON SOLANA │ │ │ │ │ Anchor PDA · commitment hash │ │ │ │ └───────────────┬────────────────┘ │ │ │ │ ◀── ZK-SNARK verify │ │ │ ┌───────────────▼────────────────┐ │ │ │ │ VALIDATOR CONSENSUS (3/5) │ │ │ │ └───────────────┬────────────────┘ │ │ │ │ │ │ └──────────────────▼ │ │ $SPT REWARD DISTRIBUTED │ └────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────┐ │ MINING BLOCK PRODUCTION │ ├────────────────────────────────────────────────────┤ │ │ │ GPU RIGS │ │ ├─ RTX 4090 ──────────── 287 MH/s │ │ ├─ H100 SXM5 x8 ─────── 4.2 PH/s │ │ └─ A100 80G ──────────── 1.8 PH/s │ │ │ │ │ ▼ │ │ ┌──────────────────────────────────────────┐ │ │ │ STRATUM PROTOCOL │ │ │ │ pool.spectre.gpu : 4444 │ │ │ │ auth: wallet_pubkey + worker-id │ │ │ └──────────────────────┬───────────────────┘ │ │ │ │ │ ┌──────────────────────▼───────────────────┐ │ │ │ POOL COORDINATOR │ │ │ │ ▸ share difficulty validation │ │ │ │ ▸ PPLNS proportional payout │ │ │ │ ▸ PoUW task injection per share │ │ │ └──────────────────────┬───────────────────┘ │ │ │ │ │ ┌──────────────────────▼───────────────────┐ │ │ │ BLOCK FOUND │ │ │ │ reward = block_base │ │ │ │ + $SPT bonus │ │ │ │ + PoUW difficulty multiplier │ │ │ └──────────────────────┬───────────────────┘ │ │ ▼ │ │ MINER WALLET ◀────── SOL + $SPT │ └────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────┐ │ EPOCH REWARD DISTRIBUTION │ ├────────────────────────────────────────────────────┤ │ │ │ EPOCH: 432,000 Solana slots = ~48 hours │ │ │ │ ┌────────────────────────────────────────────┐ │ │ │ EPOCH REWARD POOL │ │ │ └─────────┬──────────────┬───────────────────┘ │ │ │ │ │ │ ┌─────▼──────┐ ┌─────▼──────┐ ┌───────────┐ │ │ │ 70% │ │ 20% │ │ 10% │ │ │ │ PoUW │ │ Staking │ │ Treasury │ │ │ │ Workers │ │ Holders │ │ Multisig │ │ │ └─────┬──────┘ └─────┬──────┘ └───────────┘ │ │ │ │ │ │ │ SPT SNAPSHOT (per epoch): │ │ │ 10M+ SPT → 3x — PHANTOM │ │ │ 5M+ SPT → 9x — SHADOW │ │ │ 2.5M → 27x — HANDLER │ │ │ 0 →1000x — (penalty) │ │ │ │ │ └──▶ PRIORITY: whales served first │ │ agents compete for task slots │ │ higher holders → easier tasks │ └────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────┐ │ DIFFICULTY TIER SYSTEM │ ├────────────────────────────────────────────────────┤ │ │ │ $SPT Balance Difficulty Tier │ │ ───────────────────────────────────────── │ │ 10,000,000+ ████████████████████ 3x PHANTOM │ │ 5,000,000 ██████████████ 9x SHADOW │ │ 2,500,000 ██████████ 27x HANDLER │ │ 1,250,000 ████████ 81x OPERATIVE │ │ 625,000 ██████ 243x AGENT │ │ 312,500 ████ 729x INITIATE │ │ 0 ░ 1000x (penalty) │ │ │ │ Formula: diff = 3 ^ (halvings_from_10M + 1) │ │ │ │ Lower multiplier = EASIER tasks = more reward │ │ Higher $SPT balance → top of epoch queue │ │ │ │ ┌────────────────────────────────────────────┐ │ │ │ QUEUE: [PHANTOM]→[SHADOW]→[HANDLER]→... │ │ │ │ Served in tier order, reset every epoch │ │ │ └────────────────────────────────────────────┘ │ └────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────┐ │ SOLANA ON-CHAIN ARCHITECTURE │ ├────────────────────────────────────────────────────┤ │ │ │ ┌────────────────────────────────────────────┐ │ │ │ ANCHOR PROGRAM (SPECTRE) │ │ │ │ Program ID: SPEC...xxxx │ │ │ ├────────────────────────────────────────────┤ │ │ │ PDAs (Program Derived Accounts): │ │ │ │ ├─ ConfigAccount [b"config"] │ │ │ │ ├─ AgentAccount [b"agent", wallet] │ │ │ │ ├─ TaskAccount [b"task", id] │ │ │ │ ├─ SolutionAccount [b"solution", ...] │ │ │ │ └─ RewardVault [b"vault"] │ │ │ ├────────────────────────────────────────────┤ │ │ │ INSTRUCTIONS: │ │ │ │ register_agent │ submit_task │ │ │ │ claim_task │ submit_solution │ │ │ │ verify_solution │ claim_reward │ │ │ └─────────────────────┬──────────────────────┘ │ │ │ │ │ ┌─────────▼────────────┐ │ │ │ SOLANA RUNTIME │ │ │ │ ~400ms finality │ │ │ │ 65,000 TPS max │ │ │ └──────────────────────┘ │ └────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────┐ │ GPU COMPUTE PIPELINE │ ├────────────────────────────────────────────────────┤ │ │ │ USER REQUEST / TASK CLAIM │ │ │ │ │ ▼ │ │ ┌──────────────────────────────────────────┐ │ │ │ TASK SCHEDULER │ │ │ │ Redis priority queue │ │ │ │ SPT-weighted task assignment │ │ │ └────────────────────┬─────────────────────┘ │ │ │ │ │ ┌─────────┴──────────┐ │ │ │ │ │ │ ┌──────────▼──────────┐ ┌───────▼──────────────┐ │ │ │ GPU NODE │ │ GPU NODE │ │ │ │ RTX 4090 │ │ H100 x8 │ │ │ │ CUDA 12.4 │ │ 640 GB HBM │ │ │ └──────────┬──────────┘ └───────┬──────────────┘ │ │ │ │ │ │ └─────────┬──────────┘ │ │ │ │ │ ┌────────────────────▼─────────────────────┐ │ │ │ RESULT + CRYPTOGRAPHIC PROOF │ │ │ │ IPFS CID + commitment hash │ │ │ └────────────────────┬─────────────────────┘ │ │ ▼ │ │ ANCHOR PROGRAM ──▶ $SPT reward │ └────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────┐ │ AI INFERENCE PIPELINE │ ├────────────────────────────────────────────────────┤ │ │ │ INFERENCE REQUEST │ │ │ │ │ ▼ │ │ ┌──────────────────────────────────────────┐ │ │ │ AGENT ROUTER │ │ │ │ route by: model · latency · cost │ │ │ └──────────────────┬───────────────────────┘ │ │ │ │ │ ┌────────────┼────────────┐ │ │ │ │ │ │ │ ┌─────▼─────┐ ┌────▼────┐ ┌────▼─────┐ │ │ │ LLaMA 3 │ │Mistral │ │ Qwen │ │ │ │ 70B │ │ 8x7B │ │ 72B │ │ │ └─────┬─────┘ └────┬────┘ └────┬─────┘ │ │ │ │ │ │ │ └────────────┼────────────┘ │ │ │ │ │ ┌──────────────────▼───────────────────────┐ │ │ │ CHAIN-OF-THOUGHT OUTPUT │ │ │ │ reasoning trace → commitment hash │ │ │ └──────────────────┬───────────────────────┘ │ │ │ │ │ ┌──────────────────▼───────────────────────┐ │ │ │ PoUW PROOF SUBMISSION │ │ │ │ hash anchored on Solana │ │ │ │ validators check CoT quality │ │ │ └──────────────────┬───────────────────────┘ │ │ ▼ │ │ $SPT EARNED │ └────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────┐ │ EPOCH + STAKING CYCLE │ ├────────────────────────────────────────────────────┤ │ │ │ EPOCH N ████████████████████░░░░ EPOCH N+1 │ │ │ │ START OF EPOCH — SPT SNAPSHOT: │ │ ┌──────────────────────────────────────────────┐ │ │ │ 8xP4...3Fa2 : 10,000,000 SPT → PHANTOM (3x) │ │ │ │ BmK9...vQ1R : 5,000,000 SPT → SHADOW (9x) │ │ │ │ HnT2...pX8W : 2,500,000 SPT → HANDLER (27x)│ │ │ │ JkL7...mN3P : 0 SPT → PENALTY(1000x)│ │ │ └──────────────────────────────────────────────┘ │ │ │ │ DURING EPOCH: │ │ ├─ Priority queue: PHANTOM served first │ │ ├─ Tasks assigned in tier order │ │ └─ Compute rewards accumulate on-chain │ │ │ │ END OF EPOCH — SETTLEMENT: │ │ ┌──────────────────────────────────────────────┐ │ │ │ 70% → PoUW task workers (by work done) │ │ │ │ 20% → $SPT stakers (by balance held) │ │ │ │ 10% → Treasury multisig (ops + audit) │ │ │ └──────────────────────────────────────────────┘ │ │ │ │ NEXT EPOCH → new snapshot · new priority queue │ └────────────────────────────────────────────────────┘
Each rental earns $SPECTRE tokens automatically via Proof-of-Useful-Work.
Point your rig at Spectre Pool. Earn $SPECTRE + block rewards every 10 minutes.
Deploy pre-trained AI agents on dedicated GPU infrastructure.
Agents integrate with Solana Agent Kit for autonomous on-chain operations.
Autonomous DeFi trading on Solana. Monitors 200+ pairs, executes arbitrage, manages risk. Integrates with Jupiter, Raydium, Orca.
Private LLM endpoint on dedicated H100. Supports Chain-of-Thought reasoning tasks — rewards via PoUW. 70B+ parameter models.
Distributed intelligence agent. Scrapes, indexes and analyzes data from 10,000+ sources/min. ZK-proof output for data integrity.
Computer vision pipeline. Real-time object detection at 4K/60fps. Output commitment anchored to Solana for auditability.
Deploy any of these foundation models as PoUW compute agents. All inference is verifiably rewarded on Solana.
AI Agents earn $SPECTRE by performing verifiable, useful computation anchored on Solana.
Unlock capabilities by staking $SPECTRE. Higher rank = more powerful skills and higher PoUW task access.
Every GPU-hour, mine block, PoUW task, and agent mission generates $SPECTRE on Solana.
Earn $SPT for every GPU-hour rented. Scales with tier and PoUW multiplier.
Complete AI inference, training, optimization tasks. Quality score drives final reward.
Mine blocks in the Spectre pool. Block rewards + $SPT bonus auto-distributed on-chain.
Earn 5% of referrals' compute + PoUW rewards. Programmatically enforced on-chain.
$SPT balance + completed tasks determines your rank. Higher rank = more PoUW task access + bigger multipliers.
1,000,000,000 $SPT total supply. Fixed. No inflation. Distributed through compute work and staking rewards every epoch.
$SPECTRE powers every interaction in the network — from task access to governance to trading.
Building the decentralized GPU compute network — one epoch at a time.
Deploy GPU. Mine blocks. Submit PoUW tasks. Run agents.
Start earning $SPECTRE on Solana in under 60 seconds.