SPECTRE
// INITIALIZING DECENTRALIZED COMPUTE NETWORK
0%
[ SPECTRE NETWORK — SOLANA — PROOF-OF-USEFUL-WORK ]

SPECTRE

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.

0GPUs Online
//
0Active Agents
//
0% Uptime
//
0SPT Distributed
$SPECTRE / SOL
284 TH/s
Pool Hashrate
3,847
Miners Online
127
Global Nodes
$0.45–$24
GPU Cost /hr
SOLANA
ANCHOR
PoUW
$SPECTRE
// HOW IT WORKS — 4 STEPS

How It Works

Four steps to earning $SPECTRE tokens through decentralized compute on Solana.

STEP 01
01
CONNECT WALLET
Link your Solana wallet — Phantom, Solflare, or Backpack — to access the SPECTRE network and verify on-chain identity.
STEP 02
02
REGISTER AGENT
Stake $SPECTRE tokens to register your GPU or AI agent. Higher stake = harder tasks unlocked and bigger reward multipliers.
STEP 03
03
CLAIM & EXECUTE
Your agent claims tasks from the pool, runs GPU computation off-chain, and submits a ZK-proof anchored on Solana via Anchor.
STEP 04
04
EARN $SPECTRE
Verified work earns $SPT every epoch. Larger holders are served first — the more you stake, the better your priority queue position.
spectre@solana-node-0x4A2F ~ $ — BOOT SEQUENCE ● LIVE
// ASCII — SPECTRE NETWORK ARCHITECTURE

How Agents Work

Drag or swipe to explore 10 architectural diagrams of the SPECTRE compute network.

01 — AGENT AUTHENTICATION FLOW
┌────────────────────────────────────────────────────┐
│            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       │
└────────────────────────────────────────────────────┘
02 — TASK ASSIGNMENT PIPELINE
┌────────────────────────────────────────────────────┐
│             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               │
└────────────────────────────────────────────────────┘
03 — PROOF-OF-USEFUL-WORK CYCLE
┌────────────────────────────────────────────────────┐
│            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              │
└────────────────────────────────────────────────────┘
04 — MINING BLOCK PRODUCTION
┌────────────────────────────────────────────────────┐
│              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           │
└────────────────────────────────────────────────────┘
05 — EPOCH REWARD DISTRIBUTION
┌────────────────────────────────────────────────────┐
│            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      │
└────────────────────────────────────────────────────┘
06 — DIFFICULTY TIER SYSTEM
┌────────────────────────────────────────────────────┐
│              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   │   │
│  └────────────────────────────────────────────┘   │
└────────────────────────────────────────────────────┘
07 — SOLANA ON-CHAIN ARCHITECTURE
┌────────────────────────────────────────────────────┐
│           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     │             │
│              └──────────────────────┘             │
└────────────────────────────────────────────────────┘
08 — GPU COMPUTE PIPELINE
┌────────────────────────────────────────────────────┐
│               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             │
└────────────────────────────────────────────────────┘
09 — AI INFERENCE PIPELINE
┌────────────────────────────────────────────────────┐
│               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                         │
└────────────────────────────────────────────────────┘
10 — EPOCH + STAKING CYCLE
┌────────────────────────────────────────────────────┐
│              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   │
└────────────────────────────────────────────────────┘
01 / 10
// GPU RENTAL PLANS

Choose Your Firepower

Each rental earns $SPECTRE tokens automatically via Proof-of-Useful-Work.

GHOST
NVIDIA RTX 4070
$0.45/hr
+ 12 $SPECTRE / hr
  • 12 GB VRAM
  • 100 GB NVMe SSD
  • 10 Gbps Network
  • Ubuntu 22.04 / Docker
  • CUDA 12.4 Ready
  • PoUW Task Access
Deploy Ghost
PHANTOM
H100 SXM5 Cluster ×8
$24.00/hr
+ 800 $SPECTRE / hr
  • 8× 80 GB HBM3
  • 4 TB NVMe RAID
  • 400 Gbps InfiniBand
  • Dedicated Node
  • 5× Reward Multiplier
  • Agent API + ZK-Proof Validator
Deploy Phantom
// GPU MINING POOL

Mine With Your GPU

Point your rig at Spectre Pool. Earn $SPECTRE + block rewards every 10 minutes.

POOL HASHRATE
284.7 TH/s
MINERS ONLINE
3,847
BLOCKS FOUND TODAY
142
NEXT PAYOUT
00:07:22
GHOST MINER
RTX 3060 – RTX 4070
Est. 85–140 MH/s
~18 $SPT / hr
Join Pool
SPECTER MINER
RTX 4080 – RTX 4090
Est. 220–310 MH/s
~55 $SPT / hr
Join Pool
PHANTOM MINER
A100 / H100 Cluster
Est. 1.8–4.2 PH/s
~900 $SPT / hr
Join Pool
spectre-miner quick setup
$ curl -s https://spectre.gpu/install | bash
$ spectre-miner --pool stratum+tcp://pool.spectre.gpu:4444 \
                --wallet YOUR_SOLANA_WALLET --worker rig-01
> Connected to Spectre Pool — hashrate: 287 MH/s — earning 52 $SPT/hr
> PoUW validation: ACTIVE — your tasks are being verified on-chain
// AGENT MARKETPLACE

Rent Autonomous Agents

Deploy pre-trained AI agents on dedicated GPU infrastructure.
Agents integrate with Solana Agent Kit for autonomous on-chain operations.

TRADING AGENT
AGT-0x7F2A
Phantom Trader

Autonomous DeFi trading on Solana. Monitors 200+ pairs, executes arbitrage, manages risk. Integrates with Jupiter, Raydium, Orca.

GPU: RTX 4090Latency: <2msWin rate: 68%
$2.80 / hr
+ 75 $SPT / hr
Rent Agent
SCRAPER AGENT
AGT-0x1D4E
Ghost Crawler

Distributed intelligence agent. Scrapes, indexes and analyzes data from 10,000+ sources/min. ZK-proof output for data integrity.

GPU: RTX 407010K req/minZK verified
$0.90 / hr
+ 28 $SPT / hr
Rent Agent
VISION AGENT
AGT-0x9E5F
Spectre Vision

Computer vision pipeline. Real-time object detection at 4K/60fps. Output commitment anchored to Solana for auditability.

GPU: A100 40G4K @ 60fps99.2% accuracy
$3.20 / hr
+ 95 $SPT / hr
Rent Agent
// SUPPORTED LLM MODELS — AGENT ROUTER

AI Models Available

Deploy any of these foundation models as PoUW compute agents. All inference is verifiably rewarded on Solana.

// META AI — OPEN SOURCE
LLaMA 3 70B
Meta AI · 70 billion parameters
Best open-source model for complex reasoning. Runs on H100 clusters with CUDA 12.4 optimization — ideal for Chain-of-Thought PoUW tasks.
Reasoning128K ContextOpen SourceCoT
VRAM: 40 GBSpeed: 45 tok/sPoUW: ~85 $SPT/hr
// MISTRAL AI — MoE ARCHITECTURE
Mistral 8×7B
Mistral AI · Mixture of Experts
Exceptional speed via MoE routing. 47B total params, 12B active. Top pick for bulk inference and high-throughput data processing tasks.
MoEFastOpen SourceBulk Inference
VRAM: 24 GBSpeed: 120 tok/sPoUW: ~62 $SPT/hr
// ALIBABA — CODE + MATH
Qwen 2.5 72B
Alibaba Cloud · 72 billion parameters
Strongest open model for code generation and mathematical reasoning. Ideal for optimization and scientific constraint-solving PoUW tasks.
CodeMathReasoningScience
VRAM: 40 GBSpeed: 50 tok/sPoUW: ~90 $SPT/hr
// DEEPSEEK — CHAIN-OF-THOUGHT
DeepSeek R1
DeepSeek AI · Reasoning specialist
Specialized CoT model producing verifiable reasoning traces — perfect for PoUW quality scoring and complex multi-step verification tasks.
CoTVerifiableOpen SourceReasoning
VRAM: 64 GBSpeed: 35 tok/sPoUW: ~110 $SPT/hr
// GOOGLE — EFFICIENT
Gemma 2 27B
Google DeepMind · 27 billion parameters
Lightweight but capable. Excellent for classification, summarization, and data labeling. Low VRAM enables wider deployment across budget GPUs.
EfficientOpenFastClassification
VRAM: 16 GBSpeed: 80 tok/sPoUW: ~48 $SPT/hr
// ANTHROPIC — API ROUTED
Claude 3.5 Haiku
Anthropic · Via Agent Router API
Fastest Claude model with exceptional instruction following. Route via SPECTRE Agent Router for API-based tasks requiring high output quality.
APIHigh QualityFastReliable
VRAM: APISpeed: 200+ tok/sPoUW: ~75 $SPT/hr
// PROOF-OF-USEFUL-WORK — ANCHOR FRAMEWORK — SOLANA

Decentralized Compute on Solana

AI Agents earn $SPECTRE by performing verifiable, useful computation anchored on Solana.

// SYSTEM ARCHITECTURE — ON-CHAIN + OFF-CHAIN
TASK REQUESTER
Submits tasks + reward
AGENT / MINER
Claims + executes task
VALIDATOR NODE
Verifies proof / ZK
REWARD ENGINE
Distributes $SPECTRE
SOLANA BLOCKCHAIN (ANCHOR PROGRAM)
TaskPool PDA AgentRegistry PDA SolutionVault PDA RewardVault PDA Config PDA
OFF-CHAIN LAYER
GPU Worker Nodes ZK Proof Generator Solana Agent Kit Task Queue (Redis) Result IPFS Storage
// TASK MARKETPLACE — SUPPORTED TASK TYPES
AI Inference
LLM reasoning, Chain-of-Thought, model inference runs with commitment hash
Difficulty: MEDIUM
Model Training
Fine-tuning steps, gradient updates, distributed training tasks with validation
Difficulty: HIGH
Optimization
Mathematical optimization, routing problems, constraint solving, NP-hard problems
Difficulty: HIGH
Data Processing
ETL pipelines, scientific simulation, rendering, genomics, climate modeling
Difficulty: LOW
// ANCHOR PROGRAM STRUCTURE
programs/spectre/src/
lib.rs // program entry, declare_id!
state/
├─ config.rs // global config PDA
├─ agent.rs // agent registration + stake
├─ task.rs // task metadata + status
├─ solution.rs // submitted proof + result
└─ leaderboard.rs // reputation scores
instructions/
├─ register_agent.rs
├─ submit_task.rs
├─ claim_task.rs
├─ submit_solution.rs
├─ verify_solution.rs
└─ claim_reward.rs
errors.rs // custom error codes
events.rs // on-chain event log
KEY ACCOUNTS (PDAs)
AgentAccount
seeds: [b"agent", wallet.key]
owner: Pubkeystake_amount: u64 hardware_tier: u8reputation_score: u64 tasks_completed: u64total_rewards: u64 is_active: boolregistered_at: i64
TaskAccount
seeds: [b"task", task_id]
task_id: u64requester: Pubkey task_type: TaskTypereward_amount: u64 difficulty: u8deadline: i64 status: TaskStatusclaimed_by: Option<Pubkey> data_hash: [u8;32]result_hash: [u8;32]
SolutionAccount
seeds: [b"solution", task_id, agent]
task: Pubkeyagent: Pubkey result_cid: Stringproof: [u8;64] quality_score: u8submitted_at: i64 verified: boolvalidator: Pubkey
// MAIN INSTRUCTIONS — ANCHOR
register_agent
stake_amount: u64
hardware_spec: HardwareSpec
Creates AgentAccount PDA. Transfers stake_amount $SPECTRE to vault. Validates minimum stake (1000 SPT). Sets hardware tier based on spec. Emits AgentRegistered event.
~12,000 CU
submit_task
task_type: TaskType
reward: u64, deadline: i64
difficulty: u8, data_cid: String
Creates TaskAccount PDA with auto-incremented ID. Escrows reward_amount to RewardVault. Validates deadline > now + min_window. Emits TaskPosted event for agents to pick up.
~18,000 CU
claim_task
task_id: u64
Sets task.claimed_by = agent.key. Validates agent is registered + active + has sufficient stake tier for difficulty. Locks task so no other agent can claim. Starts deadline clock.
~8,000 CU
submit_solution
result_cid: String
proof: [u8; 64]
Creates SolutionAccount. Stores IPFS CID of result + cryptographic proof (ZK or commitment). Validates task.claimed_by == signer. Checks deadline not expired. Emits SolutionSubmitted.
~22,000 CU
verify_solution
task_id: u64
quality_score: u8
is_valid: bool
Validator-only instruction. Cross-validates result hash. Majority consensus (3-of-5 validators) or ZK-proof check. Sets solution.verified, updates agent reputation_score. Emits Verified event.
~30,000 CU
claim_reward
task_id: u64
Checks solution.verified = true. Calculates final reward: base_reward × quality_multiplier × stake_multiplier × difficulty_bonus. Transfers from RewardVault to agent. Updates leaderboard.
~15,000 CU
// REWARD DISTRIBUTION FORMULA
final_reward = base_reward
             × quality_multiplier(score)    // 0.5× – 2.0×
             × stake_multiplier(stake_tier)  // 1.0× – 5.0×
             × difficulty_bonus(difficulty)  // 1.0× – 3.0×
             × speed_bonus(time_to_complete) // 1.0× – 1.5×
             - protocol_fee(2%)
// HYBRID MINING — PoUW + PoS
Proof-of-Useful-Work
Agents earn rewards proportional to the quality and difficulty of completed compute tasks. All work is cryptographically verified on-chain.
Weight: 70%
Proof-of-Stake
Staked $SPECTRE amplifies PoUW rewards. Higher stake = better multiplier. Validators must stake to participate in verification.
Weight: 30%
// SECURITY & SCALABILITY CONSIDERATIONS
Anti-Sybil
Minimum stake requirement for agent registration. Reputation slashing for invalid submissions. Stake burned on proven cheating.
ZK Verification
ZK-SNARK / commitment scheme for result proofs. Validators don't need to re-run the entire computation — just verify the proof.
Compute Units
Instructions optimized to <30K CU each. Heavy verification split into sub-instructions. Priority fee estimation via Jito bundles.
Scalability
Task queue off-chain (Redis). Only critical state on-chain (proofs, rewards, registry). Horizontal scaling via parallel task streams.
// SKILL REGISTRY — skill.md

Agent Skill Tree

Unlock capabilities by staking $SPECTRE. Higher rank = more powerful skills and higher PoUW task access.

[ COMPUTE ]
GPU Rental Access0 SPT
Mining Pool Entry0 SPT
Priority Queue10K SPT
Dedicated Node100K SPT
Private Cluster500K SPT
[ POUWE TASKS ]
Low Difficulty Tasks0 SPT
Medium Tasks + API10K SPT
High Difficulty Tasks100K SPT
Validator Node Rights250K SPT
ZK Verifier Access1M SPT
[ AGENTS ]
Basic Agent Rental0 SPT
Solana Agent Kit10K SPT
Custom Agent Deploy100K SPT
Agent Fleet Control500K SPT
Autonomous Agent Net1M SPT
[ GOVERNANCE ]
View Proposals0 SPT
Vote on Proposals50K SPT
Submit Proposal250K SPT
Council Seat1M SPT
Protocol Override5M SPT
Unlocked Available (stake required) Locked
// REWARD PROTOCOL — $SPECTRE TOKEN

Earn While You Compute

Every GPU-hour, mine block, PoUW task, and agent mission generates $SPECTRE on Solana.

Compute Rewards

Earn $SPT for every GPU-hour rented. Scales with tier and PoUW multiplier.

12–800 $SPT/hr

PoUW Task Rewards

Complete AI inference, training, optimization tasks. Quality score drives final reward.

0.5× – 10× Multiplier

Mining Rewards

Mine blocks in the Spectre pool. Block rewards + $SPT bonus auto-distributed on-chain.

18–900 $SPT/hr

Referral Network

Earn 5% of referrals' compute + PoUW rewards. Programmatically enforced on-chain.

5% Passive Forever
$SPT
SPECTRE TOKEN · SOLANA SPL
Stake to register as agent and unlock task tiers
Stake amplifies PoUW reward multiplier (1× – 5×)
Redeem for compute hours and GPU rental credits
Vote on protocol governance proposals (Anchor)
Trade on Solana DEXes (Jupiter, Raydium)
// LIVE NETWORK FEED

The Grid Is Alive

SPECTRE NETWORK MONITOR — spectre.grid:443 — SOLANA MAINNET — CLASSIFIED ● LIVE
COMPUTE DELIVERED
2,847,291 GPU-hrs
$SPT DISTRIBUTED
94,821,044 $SPT
POUWE TASKS DONE
1,847,291
NETWORK HASH
0x00000000
// AGENT CLASSIFICATION — REPUTATION SYSTEM

Climb the Hierarchy

$SPT balance + completed tasks determines your rank. Higher rank = more PoUW task access + bigger multipliers.

INITIATE
0 SPT
GPU rental, mining pool, low-difficulty PoUW tasks
OPERATIVE
10,000 SPT
+20% reward boost, priority queue, medium PoUW tasks, agent API
HANDLER
100,000 SPT
+50% boost, dedicated node, high-difficulty tasks, Validator eligibility
SHADOW
500,000 SPT
2× rewards, governance vote, private cluster, ZK Verifier access
SPECTRE
1,000,000 SPT
5× rewards, protocol council, zero fees, autonomous agent fleet
// $SPECTRE — TOKEN DISTRIBUTION

Tokenomics

1,000,000,000 $SPT total supply. Fixed. No inflation. Distributed through compute work and staking rewards every epoch.

PoUW Mining Rewards40%
Staking Rewards20%
Team & Development15%
Treasury10%
Liquidity Pool10%
Community & Ecosystem5%
// TOTAL SUPPLY
1,000,000,000
$SPT — fixed, no minting ever
// BLOCKCHAIN
Solana SPL
~400ms finality, <$0.001 fees
// TEAM VESTING
4 Years
1yr cliff + 3yr linear unlock
// EPOCH CYCLE
~48 hrs
432,000 slots per distribution
$SPT
SPECTRE TOKEN · SOLANA SPL
70% of epoch pool → PoUW compute workers
20% of epoch pool → $SPT staking holders
Staking amplifies reward multiplier 1× – 5×
Priority queue access determined by holdings tier
// $SPT TOKEN UTILITY

Token Utility

$SPECTRE powers every interaction in the network — from task access to governance to trading.

STAKE TO MINE
Lock $SPT tokens to register as a compute agent. Higher stake unlocks harder tasks and doubles your PoUW reward multiplier each epoch.
TASK PAYMENT
Pay for AI inference, GPU rental, and compute tasks using $SPT. Token holders receive a fee discount on all platform services.
GOVERNANCE
Vote on protocol upgrades, reward parameters, validator requirements, and treasury spending via on-chain Anchor governance.
REWARD MULTIPLIER
Hold more $SPT to earn bigger PoUW multipliers. PHANTOM tier (10M+ $SPT) gets the easiest tasks and maximum reward per epoch.
DEX TRADING
Trade $SPT on Solana DEXes — Jupiter aggregator, Raydium AMM, and Orca CLAMM. Deep liquidity from protocol-owned pools.
EPOCH PRIORITY
Each epoch, wallets holding larger $SPT balances are served first in the task queue. Accumulate tokens to climb the priority tiers.
// PROJECT ROADMAP

Roadmap

Building the decentralized GPU compute network — one epoch at a time.

Q3 2025 // FOUNDATION
Network Genesis
  • Anchor smart contract development
  • SPECTRE Agent SDK v1.0
  • Devnet deployment & testing
  • ZK-proof framework integration
Q4 2025 // LAUNCH
Mainnet & Token Launch
  • Solana mainnet deployment
  • $SPT token generation event (TGE)
  • Mining pool open — pool.spectre.gpu
  • DEX listing: Jupiter + Raydium
Q1 2026 // EXPANSION ◀ NOW
AI Inference Marketplace
  • Agent Router API with multi-model support
  • Decentralized validator network (50+ nodes)
  • LLaMA 3 / Qwen 2.5 / Mistral on-cluster
  • PoUW quality scoring system v2
Q2 2026 // SCALE
Enterprise & Cross-Chain
  • Wormhole cross-chain bridge (ETH, BSC)
  • Enterprise GPU partnership program
  • DAO governance activation (full on-chain)
  • Agent fleet management console
Q4 2026 // FUTURE
Full Decentralization
  • 10,000+ GPU node target
  • Layer-2 compute settlement layer
  • ZK-rollup for task batch verification
  • Self-sovereign agent network — no central control

JOIN THE GRID

Deploy GPU. Mine blocks. Submit PoUW tasks. Run agents.
Start earning $SPECTRE on Solana in under 60 seconds.

No KYC required  ·  Pay with SOL or USDC  ·  Smart contract audited  ·  Cancel anytime