> For the complete documentation index, see [llms.txt](https://docs.xwg.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xwg.games/games-w-partners/hero-card/earning-and-redeeming-rewards.md).

# Earning & Redeeming Rewards

### Earning Rewards

As opposed to Dream Card v1, players will be able to earn $XWG regardless of whether they win or lose a match in Hero Card.

Players will earn lottery tickets and Bill as their primary rewards for participating in Hero Card battles.

![The Inventory of a Hero Card Player](https://lh6.googleusercontent.com/0k1ITR67w2FF_jZW6SfVCn4Fvl8AAlMgOzcEFbhMsNzEk091YfG2QtAKvQDJ0Fnpti8C_S5U2qoVjO1XFr3SpLvf67v6qt1aslx71-chT5ERysN1HStsYd-Cv8eLtq944nlIMUCyTk0qfL7ifsYJjJQ)

Lottery tickets will only be granted to winners of Hero Card battles. When used, lottery tickets will grant players with an exclusive pass that can be further exchanged for either $XWG rewards, or to get a piece of the grand pool prizes!

Bills will only be granted to the losers of Hero Card battles. Bills can be directly exchanged for $XWG at a variable exchange rate. The main purpose of the Bills currency is to help players recover a portion of their entry cost for participating in Hero Card battles.

### Reward Redemption

Once a player has collected a number of "Limited Hero Cards" in their inventory, they can redeem them for special prizes at the Grant Pool.

There will be two reward options in the Grant Pool:

1. A varying reward that has an upper limit reward value of 1 Million $XWG.
2. A fixed reward that can be accessed so long as there are enough rewards left in the prize pool to be given out.

![](/files/ezmYBiAKpF7UpYLXz6vg)

Reward exchanges will usually consume a minimum of 4 Hero Cards but can vary depending on the reward amount with higher rewards requiring more "Limited Hero Cards" to be consumed, up to 40.

Lastly, when Hero Cards are exchanged for rewards, the rewards will be provided in the form of Bills, which can then be exchanged for $XWG tokens.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.xwg.games/games-w-partners/hero-card/earning-and-redeeming-rewards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
