Resource
What is stablecoin billing?
Updated 2026-08-02 · Published 2026-08-02
Product status
MonetLayer’s public evidence is early-access Base Sepolia USDC collection with customer wallet confirmation—not Base mainnet production.
Section
Stablecoin billing versus payment execution
Payment execution moves tokens on a network. Billing decides whether that movement should change invoice state, entitlements, and merchant notifications.
A confirmed transfer is necessary evidence, but it is not by itself a complete revenue-operations outcome. Billing systems still need plans, payment attempts, reconciliation rules, and webhook delivery.
Section
Core objects in a billing lifecycle
Useful stablecoin billing usually tracks these objects as durable state, not as one-off checkout screens.
- 01
Plans and subscriptions that define what should be collected
- 02
Invoices that state amount, asset, and period
- 03
Payment attempts that record collection progress
- 04
Settlement evidence tied to a verified onchain result
- 05
Reconciliation that matches evidence to invoice state
- 06
Entitlements that unlock product access after success
- 07
Merchant webhooks that notify downstream systems
Section
Customer-controlled collection
In a customer-initiated model, the payer confirms collection through a wallet action before funds move. That is different from automatic wallet debit without customer action.
Billing software can still schedule invoices and retries. Scheduling is not the same as charging a wallet autonomously.
Section
Non-custodial architecture
A billing layer can own revenue state without custody of merchant or customer funds and without storing private keys. Wallet control and chain execution remain outside the billing system.
FAQ
Common questions
Is a stablecoin transfer the same as billing?
No. A transfer moves value. Billing connects that settlement to invoices, entitlements, reconciliation, and merchant operations.
Does stablecoin billing require custody?
No. Billing state can be maintained without custody of funds or private keys.
Continue
Request early access