What is a micropayment?
- Author
- CRYPTO PORT Editorial
- Published
- Updated
- Reading time
- 4 min
In short
A micropayment is a payment of a few cents or yen — amounts so small that card processing fees used to exceed the payment itself. Low-fee chains and designs that batch transfers make them feasible, but the economics break wherever fees can spike.
Key points
- Payments of a few cents, too small for traditional rails
- Fixed card fees used to exceed the payment amount
- Low-fee chains and batching make them viable
- Fee spikes break the economics immediately
Definition
A payment whose individual amount is very small — for a single article, a few minutes of video, or one API call — enabling billing at fine-grained units.
The obstacle was always fee structure. Card processing costs a fixed amount per transaction, so handling a ten-cent payment loses money. Small-value content therefore drifted towards monthly bundles or advertising instead.
On low-fee chains the per-transaction cost becomes small enough relative to the payment that pay-per-use adds up. Designs that batch many small transfers into one settlement, or that update balances between two parties and write only the final state on-chain, push this further.
Fees move with congestion, though. Economics that work on a quiet day can invert during a busy one. Anything built on micropayments needs to decide in advance how it behaves when fees rise.
Watch out for
- · When the fee exceeds the payment, the transfer stops making sense
- · Records are still required per payment, and volume makes bookkeeping heavy
- · Batching designs leave you carrying counterparty risk until settlement