Skip to main content
An asset defines a unit of value in your system: points, cashback, credits, nights. Each asset has an inventory_mode (SIMPLE or LOT) and an issuance_policy (UNLIMITED or PREFUNDED) that control how balances behave. Both settings are immutable after creation, so choose deliberately. SIMPLE keeps one aggregate balance and fits plain points or credits; LOT tracks every credit individually and is required for expiration, vesting, auth/settlement matching, or issuer attribution. UNLIMITED mints value on demand; PREFUNDED draws from a program wallet so credits stop when the wallet is empty, which is how you enforce a hard budget.

Endpoints

  • Create, list, get, and update assets
  • Set inventory_mode, issuance_policy, scale, and symbol at creation
  • Update name and status after creation
For usage patterns and examples, see the Asset Configuration guide.