Latest Updates
10-Node Scale-Up: Full Fleet Consensus Now Live
Apr 6, 2026
OARN Network now supports scaling to 10-node clusters with automated deployment and validation. We've shipped
Deployment Guide
scale-nodes.sh for seamless node provisioning and stress-test.mjs to verify consensus across the full fleet. New operators can spin up a complete distributed network in minutes—script handles config replication, PM2 orchestration, and registry updates. We stress-tested with 20 concurrent tasks requiring all 10 nodes; full consensus achieved.
Deployment Guide
GOV Genesis Sale Live
Apr 5, 2026
30,000,000 GOV tokens are now available for purchase through the OARN Investor dashboard. The GOVSale contract is live on Arbitrum Sepolia at
Buy GOV
0x3388E2beAd1C41841b24bD0b9c4dC838b40360a7. Price is set at 10,000 GOV per ETH with a 50,000 GOV cap per wallet. GOV grants on-chain voting rights over protocol parameters, compute incentives, research grants, and treasury decisions. Connect your wallet on the Investor page to participate.
Buy GOV
WetLabOracle Security Hardening
Apr 5, 2026
Three security improvements shipped to WetLabOracle. A 48-hour timelock now guards all admin actions —
View Contract
certifyLab, decertifyLab, setRewardPerVerif, and setRequiredConfirmations must be scheduled before execution, preventing unilateral parameter changes. Consensus checking now skips decertified labs in all loops, so quorum counts only reflect currently certified labs. Result submission now validates task existence and terminal status via ITaskRegistryV2 before accepting wet lab data.
View Contract
On-Chain Reputation + 1.2× Reward Multiplier
Apr 5, 2026
NodeReputation.sol is now live on Arbitrum Sepolia, tracking tasks claimed, submitted, and consensus matches per node address. The contract computes a 0–100 score mapped to tiers: New, Bronze, Silver, Gold, and Platinum. TaskRegistryV2 now enforces a 1.2× COMP reward multiplier for nodes scoring 95 or above — funded via a new
View Your Score
fundMultiplierPool() mechanism. Node operators can check their tier and score live on the Node Operator dashboard.
View Your Score
Continuous Task Mode
Apr 4, 2026
TaskRegistryV2 now supports continuous task mode — researchers can submit a task that automatically re-queues itself after each round completes. The new
Submit a Task
submitTaskContinuous() function accepts a maxRounds limit and maxSpendEth cap, with triggerNextRound() advancing the task and stopContinuousTask() halting it. The dashboard Task Submit form includes a continuous mode toggle. This is foundational for long-running parameter sweeps and ongoing inference workloads like GENESIS-001.
Submit a Task
Node Reputation Scores Now Live
Mar 30, 2026
Node operators on OARN now have a live reputation score, computed entirely from on-chain event history — no self-reporting, no off-chain data. The score runs from 0 to 100 and factors in three signals: consensus match rate (40%) — how often your submitted results agreed with the network majority; submission rate (30%) — whether you followed through after claiming a task; and volume (30%) — total tasks completed. Scores map to tiers: New, Bronze, Silver, Gold, and Platinum. Operators who hit 95%+ consensus match rate are flagged as eligible for the 1.2× COMP reward multiplier, which will be enforced on-chain once the reputation storage contract ships. The
View Your Score
ReputationCard component is live on the Node Operator dashboard — connect your wallet to see your score, tier, and per-metric breakdowns in real time.
View Your Score
Dashboard Analytics Fully Live On-Chain
Mar 27, 2026
Every chart, stat, and leaderboard in the OARN dashboard now reads real on-chain data — no more placeholder numbers anywhere. Model framework distribution is decoded directly from
Open Dashboard
submitTask() calldata, so the pie chart reflects your actual task history. Average consensus time is computed from TaskClaimed → ConsensusReached event pairs. Token metrics (COMP and GOV total supply, GOV holder count) are read live from the token contracts. Active governance proposals come straight from the on-chain Governance contract — the hardcoded OIP-12 and OIP-11 entries are gone.
Open Dashboard
Node Now Runs PyTorch, TensorFlow + Detects GPUs
Mar 27, 2026
oarn-node now executes PyTorch TorchScript models and TensorFlow SavedModel/.h5 files alongside ONNX — no native library installs required. Execution runs via Python subprocess, so node operators with existing ML environments get full framework support out of the box. GPU VRAM is now detected automatically via
View Releases
nvidia-smi (CUDA) and rocm-smi (AMD ROCm), with graceful fallback on CPU-only machines. The node also switched from HTTP polling to WebSocket event subscription for instant task notification, and peer discovery now reads directly from the on-chain OARNRegistry contract instead of hardcoded bootstrap addresses.
View Releases
Telegram RSS Integration Live
Mar 23, 2026
Blog updates now auto-post to the OARN Telegram channel (@OARNAlerts) via RSS feed. Every new entry in blog-posts.json triggers an automatic Telegram notification within the hour. Subscribe to stay updated in real time.
Join @OARNAlerts
Join @OARNAlerts
DAO Governance Live on Testnet
Mar 16, 2026
OARNGovernance contract deployed to Arbitrum Sepolia. GOV token holders can now create proposals and vote on-chain. The Investor dashboard shows live proposals, voting power, and delegation. First governance proposal created as genesis demonstration.
View Governance
View Governance
Crowdfunding for Research Tasks
Mar 15, 2026
Anyone can now add ETH to existing research tasks to increase node rewards and attract more compute. The
Fund Research
fundTask() function is live in TaskRegistryV2, and the Crowdfunder dashboard lets you browse and fund open research. Community-funded science, on-chain.
Fund Research
WetLab Oracle Live on Dashboard — SDK v0.3.0
Mar 21, 2026
The closed-loop scientific discovery stack is now fully usable. WetLabOracle is deployed on Arbitrum Sepolia and integrated into the dashboard's Researcher view. Certified labs can submit physical experiment results on-chain; multiple lab confirmations reach consensus on reality, not just computation. SDK v0.3.0 adds
Open Dashboard
getTopPredictions(), submitWetLabResult(), and getVerifiedWetLabResult().
Open Dashboard
WetLabOracle Deployed — On-Chain Physical Results
Mar 21, 2026
WetLabOracle is live on Arbitrum Sepolia at
View on Arbiscan
0xF8991A56cB5B9073a3eEC87E95Dfb055fdDF0094. The contract lets certified labs anchor physical experiment measurements on-chain. Multiple labs confirm each result — consensus on reality closes the OARN compute → wet lab loop. GENESIS-001 Phase 2 will be the first closed-loop drug discovery run on-chain.
View on Arbiscan
Dashboard Connected to Real Blockchain
Mar 16, 2026
Replaced all mock data in the dashboard with live on-chain reads via viem and wagmi. Task lists, balances, and consensus status now reflect real Arbitrum Sepolia state. Write operations (claim, submit, fund) connect directly to your browser wallet.
Launch Dashboard
Launch Dashboard
Pre-Built Node Binaries Available
Mar 15, 2026
oarn-node v0.1.0 pre-built binaries now available for Linux x86_64, Linux ARM64, macOS Intel, macOS Apple Silicon, and Windows 64-bit. No Rust toolchain required — download and run.
Download
Download
OARN Dashboard Launched
Mar 15, 2026
Full-featured web dashboard with 4 role-based views: Node Operator, Researcher, Crowdfunder, and Investor. Built with Next.js 14, RainbowKit wallet integration, and real-time analytics. Includes batch parameter testing for 10,000+ parallel variable combinations.
Launch Dashboard
Launch Dashboard
Real ONNX Model Execution Live
Mar 14, 2026
Nodes can now execute real ONNX models instead of placeholder mode. Added local inference testing with
oarn-node inference command. Tested with linear models achieving 30ms inference time.
3-Node Consensus Test Successful
Mar 14, 2026
Successfully ran a full network test with 3 local nodes on Arbitrum Sepolia. Task #4 submitted with 10 parameter combinations. All nodes achieved consensus with matching result hashes.
Investor Pitch Deck Published
Mar 14, 2026
13-section investor pitch deck now available covering problem, solution, technology, tokenomics, traction, and investment opportunity. View it on our docs page.
GENESIS-001 MVP Complete
Mar 6, 2026
First proof-of-concept for insulin synthesis optimization completed. Local pipeline tested with 10 parameter combinations. Optimal found: 60.48% yield at 37°C, pH 6.95. Ready for network-wide testing.
Batch Task Processing Implemented
Mar 6, 2026
Submit 10,000+ parameter combinations in a single on-chain task. Nodes process in parallel using Rayon. 99.99% gas savings compared to individual task submissions.
SDK Published to npm
Mar 5, 2026
The @oarnnetwork/sdk package is now available on npm. TypeScript/JavaScript SDK for submitting tasks, batch processing, and result aggregation. Supports both ESM and CommonJS.
Roadmap Progress
Q1 2026: Testnet Launch
Complete
Multi-node consensus, batch tasks, SDK, Docker deployment, internal security review - all completed and live on Arbitrum Sepolia.
Q2 2026: GENESIS-001
In Progress
First real research task with 1000+ nodes. Seeking biochemistry expert and alpha testers. MVP pipeline validated.