Fees and Economics
Read Live Values
The app should read contract values near each action. This page explains the model, not an immutable fee promise.
Claiming a balance-backed object is not a paid mint. Users pay network gas only.
Claims
Direct object claims call:
ledger.claim(amount, context);
Approved hooks call:
ledger.claimFor(owner, amount, context);
The ledger checks source-token support, interval, maximum object supply, and active capacity. There is no separate mint fee in the deployed contracts.