Agents consume APIs, buy compute cycles, and pay for data feeds in fractions of a cent. Traditional payment rails cannot handle this volume or these amounts. Micropayment channels solve both.
How it works
Open a channel — one on-chain transaction allocates a budget between two parties.
Stream payments — every micropayment is an off-chain signed message. Sub-millisecond per payment.
Settle once — a single on-chain transaction captures the final ledger.
Five thousand sub-cent transactions in a channel cost the same gas as one on-chain transaction. 99.98 percent gas savings.
Use cases
Use case
Payment shape
Volume
API consumption
$0.003 per call
10K calls per day
Compute purchases
$0.02 per 30 s
2 hour session
Data feeds
$0.001 per data point
86K points per day
All three settle to one on-chain transaction per channel close.
Every off-chain payment still passes through the policy engine (sub-10 ms p95). Sanctions screening on the counterparty happens at channel open and again on every settlement. The channel itself is recorded in the activity log with start, payment count, and final settlement.