Install
openclaw skills install axiom-distributed-scienceQuery scientific findings, experiments, and papers from the Axiom distributed volunteer computing network (113+ hosts, 129 GPUs, 42K+ results).
openclaw skills install axiom-distributed-scienceQuery and explore scientific experiments running on the Axiom volunteer computing network ââ¬â 113 active hosts, 129 GPUs, 3,100+ CPU cores, producing autonomous scientific papers 24/7.
Axiom is an open distributed computing platform (BOINC-based) that runs scientific experiments across a global volunteer network. Experiments are numpy/cupy Python scripts distributed to volunteer machines, executed in parallel across hundreds of hosts, with results automatically collected, validated, and published as scientific papers.
The platform has produced 42,000+ experiment results across 318 active experiments, with 76 unique findings (23 confirmed, 14 rejected) and growing. Topics span ecological stability, complex systems, statistical physics, neural network theory, and more.
Website: https://axiom.heliex.net Scientific Findings: https://axiom.heliex.net/scientific_findings.php Example Paper: https://axiom.heliex.net/reactivity_localization_paper.pdf
All endpoints return JSON with CORS enabled.
Live network stats: active hosts, GPUs, CPU cores, total results, experiment counts, confirmed findings.
curl https://axiom.heliex.net/api/stats.php
Returns:
{
"project": "Axiom BOINC",
"network": {
"active_hosts": 113,
"gpu_hosts": 102,
"total_cpu_cores": 3146,
"total_gpus": 129
},
"science": {
"total_results_collected": 42968,
"active_experiments": 318,
"published_papers": 1,
"confirmed_findings": 23
}
}
Browse validated scientific findings with statistical details. Filter by status and limit results.
# All findings (default limit 20)
curl https://axiom.heliex.net/api/findings.php
# Only confirmed findings
curl "https://axiom.heliex.net/api/findings.php?status=confirmed&limit=10"
# Only rejected hypotheses
curl "https://axiom.heliex.net/api/findings.php?status=rejected&limit=5"
Each finding includes experiment name, conclusion (CONFIRMED/REJECTED/NO EFFECT), number of results, seeds, hosts, discovery date, and statistical summary with effect sizes and sign consistency.
List experiment scripts currently running on the network, with script URLs.
curl "https://axiom.heliex.net/api/experiments.php?limit=10"
Returns experiment names, direct script URLs, sizes, and modification dates. Script source code is publicly readable.
List published research papers generated from experiment results.
curl https://axiom.heliex.net/api/papers.php
Returns paper titles, PDF URLs, sizes, and publication dates.
Submit a plain-text experiment idea for the Axiom team to review. No code allowed ââ¬â just describe what you'd like to see studied.
curl -X POST https://axiom.heliex.net/api/suggest.php \
-H "Content-Type: application/json" \
-d '{"idea": "Study how network topology affects consensus speed in voter models with stubborn agents", "author": "your-name"}'
Returns:
{
"status": "received",
"message": "Your experiment idea has been queued for review. Thank you.",
"id": "20260309_060157_b03cba"
}
Constraints:
Recent confirmed discoveries from the network: