Participation
compute → emission
AMA emission isn't a fixed pie split among solvers. The network measures its real solving compute and emits for exactly that — a fixed rate per op, no dilution, with a floor so emission never drops to zero.
01AMAFLOPS — measuring real work
Every solver crunches tiles — small pieces of one big puzzle. A tile is a fixed pipeline: a matrix multiplication — the matmul that powers AI inference, a GEMM in hardware terms — plus a blake3 step, totalling 25,722,880 ops per tile. Each tile is a small slice of a much larger matrix multiplication — block (tiled) matmul, the same way every GPU GEMM kernel works — and tiles combine to multiply a very large matrix piece by piece.
The work per tile never changes, so counting tiles is counting compute — via a blake3 score. We call the unit AMAFLOPS — like FLOPS, but not standard floating-point ops, because of that blake3 step. No spec sheets, no benchmarks, no trust: the chain measures it from the solutions themselves.
02Where the emission goes
Each epoch (~13.9 h) the protocol emits a fixed, slowly-decaying amount of AMA. Half funds vault yield. The other half — the solver half — pays solvers. But it only pays out participation % of it: the network's measured compute as a percentage of the 100 peta-AMAFLOPS target. Whatever isn't paid accrues — it is never handed to a lucky few solvers on an idle network. Accrued coins aren't burnt — they're reserved to fund future payouts, smoothing the payout curve as the network grows: early restraint becomes later stability.
03A fixed rate per op — no dilution
Here's the part that makes AMA different from classic PoW pools. Between the floor and the target, your reward is simply your compute's share of the 100 peta-AMAFLOPS target. Total network tiles cancel out of the math entirely:
More solvers joining raises participation — the network pays out more total — but your rate per op does not change. And that cuts the other way too:
| Card solving at 2M tiles/s (RTX 5090 class) | Raw reward |
|---|---|
| per day | ≈ 103 AMA |
| per epoch (~13.9 h) | ≈ 60 AMA |
An epoch lasts ~13.9 hours, so a day covers about 1.7 epochs. Raw protocol rewards at current emission, before pool fees. The rate drifts down only with the emission curve — a slowing decay, ≈0.16%/epoch today and ~0.10%/epoch by epoch 1200 — never because someone else plugged in.
04From one card to a datacenter hall
Because the rate is fixed per unit of compute, scaling is boring — in the best way. It doesn't matter what the silicon is, only how many tiles it solves: any card doing 10× the tiles earns 10× the reward. A rack multiplies that again, a hall multiplies the rack. Revenue planning becomes multiplication, not game theory about what everyone else is solving.
05Not just GPUs — any silicon that can solve
AMAFLOPS doesn't care about the vendor logo. The workload is a matmul + blake3 pipeline, and anything that runs it fast counts the same: gaming cards, datacenter accelerators, or meshes of dedicated AI silicon like Tenstorrent chips wired into a grid. Whatever wins on ops-per-joule wins the margin — the protocol just measures the output.
06Why this is the future of AMA
Classic PoW turns miners against each other: every new card makes every old card poorer, so mining and hashing power chase price in violent cycles. AMA's participation model replaces that with a simple contract: the network emits for compute at a posted rate, floor 10%, target 100 peta-AMAFLOPS.
That has three consequences worth sitting with:
The endgame: a network where consumer GPUs, B100 halls and exotic AI silicon all sell compute into the same transparent market, and AMA emission is the clearing price.