Home / Playbooks / Akash provider

Run an Akash Compute Provider (Rent Out Idle GPU/CPU)

Provider registration, GPU listing, and the exact compose setup — turn an idle Nvidia box into a live AKT-earning compute provider.

Advanced⏱ ~2 hours·Free (needs GPU hardware)·Updated 2026-09-13
Contents
  1. Reality check before you start
  2. Create your wallet & get AKT
  3. Install the provider software
  4. List your GPU capacity
  5. Monitor & withdraw

1. Reality check before you start

Akash pays real AKT for compute actually rented — but the market rewards GPU providers, not CPU-only ones. If you don't have an Nvidia GPU on an always-on box, this playbook likely isn't worth your time. CPU capacity is abundant and cheap; the money is in AI inference workloads on GPUs.

RequirementMinimumComfortable
GPUNvidia (any recent)Nvidia RTX/A-series
RAM4GB16GB+
Disk100GB500GB+
ConnectionPublic IPStatic IP + open ports
UptimeHigh24/7 + UPS

You'll compete with datacenter-scale providers on price and reliability, so expect to start with modest utilization while you build reputation.

2. Create your wallet & get AKT

1. Create a Keplr wallet (or another Cosmos-compatible wallet) and fund it with a small amount of AKT for transaction fees.

2. Get AKT from an exchange or the Akash Console's on-ramp.

3. Keep your mnemonic safe — it controls your provider identity and payouts.

Never share your private key or mnemonic. Akash, like every legitimate network, never asks for it. Anyone requesting your seed is a scammer.

3. Install the provider software

Akash provides an official provider stack that runs in Docker. The cleanest path is the Provider Services Helm chart or the Docker Compose setup from the Akash docs.

# clone the provider reference deployment
git clone https://github.com/akash-network/helm-charts.git
cd helm-charts/charts/akash-provider

# configure your wallet + endpoints in values.yaml, then:
docker compose up -d

# check status
docker compose logs -f provider
The provider needs a public IP and open ports for the RPC, P2P, and hostname-operator services. Follow the networking section of the Akash provider docs carefully — misconfigured networking is the #1 reason providers fail to get leases.

4. List your GPU capacity

1. Register your provider on-chain with your wallet (the provider CLI handles this).

2. Declare your GPU attributes (model, VRAM, count) so the marketplace can match you to AI inference leases.

3. Set your pricing — start competitive to win early leases and build reputation, then adjust.

4. Verify your provider appears in the Akash Console's provider list and shows as active.

5. Monitor & withdraw

- The provider dashboard shows active leases, utilization, and earned AKT.

- Payouts settle on-chain per lease — withdraw AKT to your wallet and convert per your tax strategy.

- Watch utilization: if you're getting no leases, your price is too high or your networking/reputation is weak.

# quick health check:
docker compose logs --tail 20 provider | grep -iE "error|lease|earn"

Tools used in this playbook

This guide contains referral links to some of the services mentioned. They cost you nothing and fund more testing. See disclosure.