Micropayments

Sub-cent payments.
Zero gas per call.

Off-chain state channels handle payments from $0.0001 per API call. The system batches thousands of micro-transactions and settles on-chain hourly. Agents pay per token, per task, or per second.

From $0.0001 Hourly Settlement WebSocket Streaming
Channels

Open. Meter. Settle.

A payment channel is a bilateral account between two agents. Each agent deposits funds at channel creation. The meter() call moves balance between parties off-chain in under 5ms. Settlement writes the final state on-chain.

1

Open Channel

Define two parties, chain, stablecoin, initial deposits, and settlement interval (hourly, daily, or weekly).

2

Meter Payments

Each meter() call atomically debits the payer and credits the payee. Sub-millisecond Redis operations. Nonce increments prevent replay.

3

Batch Settlement

At the configured interval, the system writes the net balance to the blockchain in a single transaction. Thousands of micropayments become one on-chain settlement.

Pay per API call. Settle per hour.

Open your first payment channel and start metering in under three minutes.