Stop Double
Spending.
The immutable ledger API. Eliminate race conditions at the infrastructure level with double-entry accounting primitives.
await ledger.transfer({ "idempotency_key": "tx_0f8a7...", "postings": [ { "account": "user:123", "amount": -500, "asset": "credit_gpt4" }, { "account": "system:rev", "amount": 500, "asset": "credit_gpt4" } ] }); // Status: 201 Created (Immutable)