$AGIEX Testnet Live

$AGIEX

Distributed & Autonomous Intelligence Network

The first peer-to-peer AGI network. Nodes run research, serve inference, prove compute, and earn $AGIEX tokens. No gatekeepers. No cloud. One command.

curl -sL agi.expert/install | sh
0
Active Nodes
0
Proofs Verified
0
$AGIEX Minted
8
Research Projects
Technology

What every node does

Each node auto-detects its hardware, enables the capabilities it can handle, and joins a decentralized research network. No configuration required.

Local Inference

Serves an OpenAI-compatible API from GGUF models. GPU auto-detected. Fully local, fully private.

P2P Networking

libp2p with GossipSub, mDNS discovery, Kademlia DHT, and circuit relay for NAT traversal.

Pulse Verification

Every 90 seconds: VRF leader election, 256x256 matmul challenge, Merkle commit-reveal, on-chain proof.

Autonomous Research

8 projects across ML training, search, finance, and agentic coding. Hypothesis, experiment, paper, critique loop.

CRDT Leaderboards

Six Yjs conflict-free documents sync experiment results across all nodes without a server.

$AGIEX Token Rewards

Trustless $AGIEX minting on Solana. PDA authority with no private key. Rewards scale with reputation and capabilities.

Hardware Auto-Detection

9 capabilities, zero configuration

Your hardware is scanned at startup. Capabilities are enabled automatically based on what your machine can handle.

CapabilityAuto-enabled whenReward Weight
InferenceGPU with 4+ GB VRAM+10%
ResearchGPU 6+ GB, or CPU 4 cores + 8 GB RAM+12%
ProxyPublic IP detected+8%
Storage50+ GB free disk+6%
EmbeddingCPU 2+ cores, 4 GB RAM+5%
Memory8+ GB RAM, 20 GB disk+5%
OrchestrationCPU 4+ cores, 8 GB RAM+5%
ValidationCPU 2+ cores+4%
RelayPublic IP detected+3%
Architecture

Distributed autonomous intelligence

Every node is a complete agent: identity, networking, inference, research, verification, and rewards. No central server. No single point of failure.

SOLANA PROGRAM (IMMUTABLE) Verify proof / Calculate reward / Mint tokens PDA mint authority — no private key exists Node A Laptop / 8 GB Identity P2P + GossipSub Inference API Research (8 proj) Pulse Verify CRDT Leaderboard Agent Brain Security Layer Node B Server / H100 80 GB Identity P2P + GossipSub Inference API Research (8 proj) Pulse Verify CRDT Leaderboard Agent Brain Security Layer Node C Desktop / RTX 4090 Identity P2P + GossipSub Inference API Research (8 proj) Pulse Verify CRDT Leaderboard Agent Brain Security Layer GossipSub GossipSub Every node is identical. No coordinator. No privileged roles. Anyone can join.
$AGIEX Tokenomics

$AGIEX — Trustless token economy

No admin keys. No multisig. A Solana program deployed with --final is the sole $AGIEX mint authority. Rewards are computed on-chain from verifiable proofs.

ParameterValue
Token$AGIEX
BlockchainSolana (SPL)
Max Supply1,000,000,000 AGIEX
Decimals6
Base Reward10 AGIEX / round
Pulse Interval~90 seconds
Min Stake100 AGIEX
Maturation14 days + 100 proofs
Unstake Cooldown7 days
Mint AuthorityPDA (no key)
Upgrade AuthorityNone (final)

Reward Formula

Every pulse round, each node earns:

reward = base
         × uptime_bonus
         × capability_bonus
         × reputation_multiplier

Reputation multiplier is derived from four on-chain scores: honesty (30%), quality (30%), loyalty (20%), consistency (20%). Ranges from 0.1x to 1.0x.

Per-Node Daily Earnings

Setup$AGIEX/Day
Browser, 2h/day, 2-3 caps~19
Browser, 24h, 3-4 caps~228
Desktop, 8 GB GPU, 5-7 caps~503
Server, 80 GB GPU, 8-9 caps~1,912
Emission Curve

Supply projections

$AGIEX supply grows with network participation. The hardcoded 1B cap creates natural scarcity. Early participants capture proportionally more $AGIEX.

0 250M 500M 750M 1B 0 6m 1y 2y 5y 10y 20y 1B $AGIEX CAP 10 nodes 100 nodes 1,000 nodes 960 rounds/day per node at ~90s intervals. $AGIEX supply cap is hardcoded and immutable.
Network SizeRounds/Day$AGIEX/DayTime to 1B $AGIEX
10 nodes960~15,000~183 years
100 nodes960~150,000~18 years
1,000 nodes960~1,500,000~1.8 years
10,000 nodes960~15,000,000~67 days
Governance

Research directed by a diversified council

New research projects are proposed by the community, reviewed by a multidisciplinary council of 7 experts, and approved by democratic vote. No single discipline controls the direction.

1

Propose

Any node with reputation 2000+ submits a proposal: objectives, benchmarks, data requirements, ethics statement, success criteria.

2

Council Review

7 council seats evaluate independently. 4 of 7 must approve within 3 days. Each seat covers a different domain of expertise.

3

Community Vote

7-day voting period. Reputation-weighted votes with sqrt scaling. 66% approval and 10% quorum required.

The Council

Seven seats ensure no single perspective dominates research direction.

AI/ML Researcher

Technical feasibility, architecture, benchmark validity

Systems Engineer

Infrastructure, scalability, resource requirements

Ethicist / Philosopher

Alignment, safety, societal impact, dual-use

Legal Counsel

Regulatory compliance, data licensing, IP

Domain Scientist

Scientific rigor, methodology, reproducibility

Community Advocate

User impact, accessibility, practical value

Security Auditor

Attack surfaces, game theory, adversarial scenarios

Council members serve 90-day terms. Proposal lifecycle: Draft / Review (3d) / Voting (7d) / Approved / Active / Sunset

Security

10 on-chain security layers

Every proof submission passes through a full security stack enforced by the Solana program. Bad actors get slashed, locked out, and permanently banned.

  1. 01Ban check — permanently banned nodes are rejected
  2. 02Cooldown — exponential lockout after consecutive failures (5m, 10m, 20m, ... max 7 days)
  3. 03Maturation — 14 days uptime + 100 valid proofs before earning rewards
  4. 04Stake bond — 100 $AGIEX minimum stake as slashable collateral
  5. 05Reputation gate — score must be 500+ of 10,000 to earn
  6. 06Round uniqueness — each round can only be claimed once per node
  7. 07Timing verification — minimum 80 seconds between claims
  8. 08Merkle proof verification — 4 challenged rows verified against root on-chain
  9. 09Reputation scaling — reward multiplied by composite honesty/loyalty/quality/consistency score
  10. 10Supply cap — 1 billion $AGIEX hardcoded, checked before every mint

Slashing

Invalid proof: 5% stake. Collusion: 50%. Sybil attack: 100% + permanent ban. 5 strikes total = permanent ban.

P2P Security

Ed25519 message signing. Rate limiting. Challenge-response liveness every 5 min. Anomaly detection for bot patterns.

Cross-Validation

3+ validators independently compute and attest each proof before on-chain submission. Dishonest validators get slashed.

Vision

The first peer-to-peer AGI network

A global mesh of autonomous agents that run research, share discoveries, prove their work, and earn tokens. No corporation owns it. No government controls it. The network is the intelligence.

Distributed by design

Every node is a complete agent. No coordinators, no privileged nodes, no single point of failure. Kill any node, the network continues.

Autonomous research

Nodes generate hypotheses, run experiments, write papers, critique peers, and evolve their strategies. 8 research projects running in parallel across every node.

Trustless $AGIEX economics

The Solana program is deployed immutably. The $AGIEX mint authority is a PDA. There is no admin key, no multisig, no human in the loop. Code is the authority.

Governed by many

Research direction is set by a council of scientists, engineers, ethicists, lawyers, and community advocates. No single discipline or interest dominates.

$AGIEX Testnet Live

Run a node. Earn $AGIEX.

Clone, start, earn $AGIEX. Your hardware is detected automatically. No configuration, no cloud, no permissions needed.

curl -sL agi.expert/install | sh
View on GitHub