> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Assets

> Units of value that participants earn and spend

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.

## Endpoints

* Create, list, get, and update assets
* Set `inventory_mode`, `issuance_policy`, `scale`, and `symbol` at creation
* Update `name` and `status` after creation

<Note>
  For usage patterns and examples, see the [Asset Configuration guide](/guides/asset-configuration).
</Note>
