AI Skill Hub 强烈推荐:ARC链 是一款优质的AI工具。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
世界首个支持确定性链上AI推理的L1区块链
ARC链 是一款基于 Rust 开发的开源工具,专注于 ai-inference、artificial-intelligence、blockchain 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
世界首个支持确定性链上AI推理的L1区块链
ARC链 是一款基于 Rust 开发的开源工具,专注于 ai-inference、artificial-intelligence、blockchain 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:cargo install(推荐) cargo install arc-chain # 方式二:从源码编译 git clone https://github.com/FerrumVir/arc-chain cd arc-chain cargo build --release # 二进制在 ./target/release/arc-chain
# 查看帮助 arc-chain --help # 基本运行 arc-chain [options] <input> # 详细使用说明请查阅文档 # https://github.com/FerrumVir/arc-chain
# arc-chain 配置说明 # 查看配置选项 arc-chain --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ARC_CHAIN_CONFIG="/path/to/config.yml"
A high-performance Layer 1 blockchain built from scratch in Rust. Purpose-built so AI inference can pass network consensus - the same way transactions do.
Not a fork. Not a copy. Every line is original.
📄 Paper: On the Foundations of Trustworthy Artificial Intelligence
---
| **6 seed validators** | NYC · LAX · AMS · LHR · NRT · SGP |
| **Cluster round** | 1.3 M+ and advancing |
| **DAG finality** | ~24 ms (2-round commit) |
| **Self-healing** | each seed runs arc-self-heal - drift or RPC silence auto-restarts the node with shard flags preserved |
| **Deterministic inference** | INT16 engine, ARM Mac = x86 Linux = identical output hash, verified |
| **Sharded inference** | 32-layer Llama-2-7B distributed across 6 seeds with 3× replication per layer range, BLAKE3 over every hop |
| **On-chain attestations** | Every inference produces InferenceAttestation (0x16) with model hash + input hash + output hash |
| **Live dashboard** | http://140.82.16.112:3200 |
| **Web wallet** | http://140.82.16.112:3100 |
---
Every line below is live on the testnet right now:
| DAG consensus, 2-round commit, ~24 ms finality | ✅ 6 nodes, 3 continents |
| Self-heal daemon per seed (drift or RPC-silence auto-restart) | ✅ arc-self-heal.service |
| Deterministic INT16 inference, bit-identical cross-arch | ✅ ARM = x86 proof |
| Sharded inference across 6 seeds, 3× replication, hop-level BLAKE3 | ✅ /inference/run_sharded (fast path) |
| k-of-n consensus inference with divergence detection | ✅ /inference/run_consensus (dashboard default) |
| Content-addressed model chunks (no GGUF download) | ✅ /chunks/get/{hash} |
| Heterogeneous hardware scheduler, race-top-K | ✅ /inference/plan |
| Auto-shard node onboarding | ✅ --auto-shard flag |
| On-chain inference attestations | ✅ tx type 0x16 |
| EVM (Solidity) + WASM (Rust / C / Go) both | ✅ revm 19, Wasmer 6.0 |
| 5 signature algorithms incl. 2 post-quantum | ✅ Ed25519 · Falcon-512 · BLS · ML-DSA · secp256k1 |
| Validator slashing (equivocation, liveness) | ✅ in protocol |
| BLS threshold encrypted mempool (MEV protection) | ✅ commit-reveal |
| Zero-fee agent settlements | ✅ Settle (0x06) · RegisterAgent (0x07) |
| Web wallet, live dashboard, block explorer | ✅ |
---
All 6 seeds serve the same API on port 9090. Auto-pick a healthy one:
COORDINATOR=$(bash scripts/arc-pick-coordinator.sh)
curl "$COORDINATOR/health"
| Node | Location | RPC |
|---|---|---|
| NYC | New York | http://149.28.32.76:9090 |
| LAX | Los Angeles | http://140.82.16.112:9090 |
| AMS | Amsterdam | http://136.244.109.1:9090 |
| LHR | London | http://104.238.171.11:9090 |
| NRT | Tokyo | http://202.182.107.41:9090 |
| SGP | Singapore | http://149.28.153.31:9090 |
Key endpoints:
| Path | Purpose |
|---|---|
/health, /stats, /info | node + chain health |
/inference/run, /inference/run_sharded | single-node + sharded inference |
/inference/plan | swarm scheduler preview |
/inference/attestations | all on-chain attestations |
/chunks/info, /chunks/network, /chunks/get/{hash} | content-addressed model weights |
/tx/submit, /tx/{hash} | transactions |
/validators, /shards, /models | network state |
/faucet/claim | free testnet tokens |
/eth | Ethereum JSON-RPC (MetaMask compatible) |
Full API: 34 endpoints. See docs/HOW-SHARDING-WORKS.md for the wire protocol.
---
高性能的区块链AI解决方案
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,ARC链 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | arc-chain |
| 原始描述 | 开源AI工具:World's first L1 blockchain with deterministic on-chain AI inference verified th。⭐17 · Rust |
| Topics | ai-inferenceartificial-intelligenceblockchaindag-consensusdeterministicrust |
| GitHub | https://github.com/FerrumVir/arc-chain |
| License | NOASSERTION |
| 语言 | Rust |
收录时间:2026-05-28 · 更新时间:2026-05-28 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。