Mints

Mints Banking

Escrow and conditional payments

Hold funds against milestones, conditions, or third-party verification. Funds release when the condition proves true — and only then.

Get early access
Create an escrow (API)
POST /v1/escrows
{ "payer": "did:oas:…", "payee": "did:oas:…",
  "amount": "500.00", "currency": "USDC",
  "milestones": [{ "name": "draft", "amount": "200.00" },
                 { "name": "final", "amount": "300.00" }] }

Milestone releases

Split a payment across deliverables; each milestone releases independently.

Conditions, not promises

Release rules are evaluated by the platform against verifiable conditions, not by counterparty goodwill.

Full audit trail

Every state change in an escrow is an immutable event you can replay.