Skip to content

Become a provider

Monetize your silicon. Install the provider daemon and start serving workloads.

Provider daemonReceipt-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: v1.2.0
1. Initialize node identity & wallet
docker run --rm \
  -v ~/.ark/provider:/data \
  ghcr.io/arknet-io/provider:v1.2.0 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:v1.2.0
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:v1.2.0 --format '{{json .RepoDigests}}'
Stable is recommended for production • Nightly for previewing features