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

# Rewards Storage Artifact

> Persistent reward data.

The **Rewards Storage Artifact** persists the queue of pending rewards and historical claim data.

## data

* **Pending Queue**: List of rewards waiting to be claimed.
* **Cron History**: Timestamps of last receipt for scheduled rewards.
* **Stats**: Total lifetime claims.

<CodeGroup>
  ```yaml Manifest theme={null}
  artifact:
    type: btc_rewards_artifact
    artifactId: "player_rewards_data"
  ```
</CodeGroup>
