Mints Banking
Payment channels and streaming
Open a channel once, then stream value continuously — per second, per token, per request — with settlement when the channel closes.
Get early accessPOST /v1/channels
{ "counterparty": "did:oas:…", "deposit": "100.00",
"rate": { "amount": "0.0004", "per": "second" } }Stream, don't batch
Pay for compute, data, or inference as it is consumed, at machine granularity.
Off-ledger speed
Channel updates are instant between parties; the ledger settles net results.
Deterministic close
Either party can close; the channel settles to its last signed state.