Become a provider
Monetize your silicon. Install the provider daemon and start serving workloads.
Provider daemon•Receipt-backed accounting
Monetize your compute.
Join the decentralized registry, securely accept workloads, and get paid per execution with mathematically verifiable receipts.
Bring your own hardwareSet pricing + policiesVerifiable metering
Docker Install
Target Tag:
nightly1. Initialize node identity & wallet
docker run --rm \ -v ~/.ark/provider:/data \ ghcr.io/arknet-io/provider:nightly init
2. Start the daemon (GPU enabled)
docker run -d \ --restart=unless-stopped \ --pull=always \ --name arknet-provider \ --gpus all \ -v ~/.ark/provider:/data \ ghcr.io/arknet-io/provider:nightly
Cryptographic Integrity
Verify the image digest locally before exposing the daemon to production workloads.
Inspect image digest
docker image inspect ghcr.io/arknet-io/provider:nightly --format '{{json .RepoDigests}}'Stable is recommended for production • Nightly for previewing features