# Claimable Rewards

Claimable Rewards is a Squire feature built on [Triggers](/game-systems/triggers.md) that allows you to deliver in-game rewards directly through Discord. With Claimable Rewards, you can create reward campaigns that let community members securely claim content, connect rewards to authenticated player accounts, and use Discord as a powerful channel for player engagement before and after launch.

### Use Cases

* Reward players for joining your Discord before launch
* Run limited-time event rewards through Discord
* Grant rewards to community members after a livestream or announcement
* Distribute make-good rewards after server downtime or issues
* Reward Discord-based community competitions or social participation

### How-To

* [Create Claimable Rewards in Discord](/squire-discord-bot/claimable-rewards/how-to/create-claimable-rewards-in-discord.md)

### Guide

* [How to Reward Players with In-Game Assets via Discord](https://lootlocker.com/guides/level-up-your-community-how-to-reward-players-with-in-game-assets-via-discord)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lootlocker.com/squire-discord-bot/claimable-rewards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
