Test 10,000 parameter combinations in parallel. Verify results on-chain. Close the loop with physical experiments — all without trusting a single centralized server.
Built from the ground up for decentralization, privacy, and open science
All infrastructure discovered dynamically via ENS and DHT. No central points of failure.
Physical experiment results recorded on-chain. Multiple certified labs confirm each measurement. The only AI compute network that closes the loop with reality.
Low fees, fast finality, Ethereum security. Perfect for microtransactions.
Submit 10,000+ parameter combinations in a single task. Nodes execute in parallel with 99.99% gas savings.
GOV token holders decide protocol upgrades, fee structures, and treasury allocation.
Run a compute node and earn COMP tokens for every task you complete.
From hypothesis to verified results — on-chain
Upload your model and a parameter grid — up to 10,000 combinations. One on-chain submission, 99.99% gas savings vs individual tasks.
Independent nodes claim and execute your task. Each runs the full parameter sweep and submits a result hash. No coordination, no central server.
Nodes that agree earn rewards. Nodes that deviate earn nothing. The majority hash is the verified result — auditable on Arbitrum forever.
Top predictions queue for physical experiments. Lab results are submitted to the WetLabOracle contract. Each validated round trains a better model for the next.
Consensus proves execution. Correctness is a different problem.
Most AI systems maximize iteration speed.
Nobody closes the loop with physical reality.
Consensus proves execution — not correctness.
A model can deterministically produce a wrong answer and 3 nodes will agree on it perfectly.
Access the network through an intuitive interface - no command line required
Designed for sustainability and fair value distribution
Run a testnet node now. Every task you complete earns points that convert to a guaranteed GOV allocation at TGE (Q3 2026).
Complete ~7 consensus tasks
~33 tasks + weekly uptime bonus
~160 tasks + referrals + bonuses
Top operators + contributions
Top 10 operators by total points
10M GOV reserved for testnet operators. Leaderboard updates every Monday. Final snapshot before Q3 2026 TGE.
Deployed on Arbitrum Sepolia - Try it now!
Choose your path
Contribute compute power and earn COMP rewards
git clone https://github.com/oarn-network/oarn-node
cd oarn-node
cargo build --release
./target/release/oarn-node start
View on GitHub
Run thousands of parameter combinations in parallel
npm install @oarnnetwork/sdk
import { OARNClient, generateParameterGrid }
from '@oarnnetwork/sdk';
const client = new OARNClient({
privateKey: process.env.PRIVATE_KEY
});
// Generate 10,000 parameter combinations
const inputs = generateParameterGrid({
temperature: { min: 20, max: 40, steps: 100 },
concentration: { min: 0.1, max: 1.0, steps: 100 }
});
// Submit as single task (99.99% gas savings)
const { taskId } = await client.submitBatchTask(
modelBuffer, inputs,
parseEther('0.1'), 5, deadline
);
Help shape the future of decentralized AI
Help us build open AI infrastructure for everyone
ETH, USDT, USDC, or any ERC-20 token
0xcaA8Fb07a998a6A7FEb19082a550E317FE714802
Native BTC donations
bc1qs42v3ee6k8zzmkghrkts5l4ntxfwggvh6gzpsa
SOL or SPL tokens
2f8bo7gJB68Z2FAADYTmP8VyfUp4sC1Qjogp3qut7WtZ
Private XMR donations
89ozwbvgrc6JC7w5LU2K46DcNJsHhEFPY3snNEecyka1LVXAt9zUWCycjo1EbRHFqJg9DztCAQX78MoyEo4LX3DfFyEgB8S
All donations go directly to development and infrastructure costs