ArkNet Documentation
ArkNet is an orthogonal dual-chain layer-1 designed to make AI training verifiable and inference deterministic.
High Throughput
The 101s chain handles settlement with 1.01s block times and instant finality using Ark-BFT.
Proof of Training
Training runs are verified off-chain via ZK-SNARKs and anchored on-chain as immutable assets.
Quick Start
Initialize a local development node using the CLI tool.
bash
# Install the CLI
curl -sL https://get.arknet.io | bash
# Start a local node
arknet node start --dev --mining
# Deploy your first model contract
arknet deploy ./my-model.ark --network devnet