> For the complete documentation index, see [llms.txt](https://critters-quest-1.gitbook.io/critters-quest-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://critters-quest-1.gitbook.io/critters-quest-docs/critter-quest-guides/vouchers.md).

# Vouchers

Vouchers are rewards from the Blue Wheel Gacha spins or other gifts from in-game rewards. Each one holds a stack of a single game material such as a resource, ore, processed material, or vial.

## Transfer and redeem

A voucher is an NFT. While it stays a voucher you can transfer or trade it.

To use it, redeem it from the Events page under Redeem. Redeeming burns the voucher and adds its materials to your town.

Once redeemed, the materials are spendable in-game only. They are used for crafting and repairs, and cannot be sold or transferred.

## Spending

Crafting and repair costs are paid from your redeemed voucher materials first, then from your regular stock.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://critters-quest-1.gitbook.io/critters-quest-docs/critter-quest-guides/vouchers.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.
