> For the complete documentation index, see [llms.txt](https://wnd.gitbook.io/wizards-and-dragons-game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wnd.gitbook.io/wizards-and-dragons-game/game-assets/gp-token.md).

# $GP Token

![](/files/7nAWK3MuHD3r1MJQSiJc)

### What is GP?

GP (Gold Pieces) is an ERC-20 token used as the **primary in-game currency** in Wizards & Dragons.

GP provides in-game utility including character progression, obtaining utility items and gear, and novel implementations of staking compared to those typically found in DeFi.

Future game releases including PvP, questing and jobs will also incorporate new forms of GP utility and token sinks.

### What is the GP contract address?

Ethereum: 0x38Ec27c6F05a169e7eD03132bcA7d0cfeE93C2C5

Polygon: 0xFD7c36C3640DC0eb778ceB463ce618f37FEc5103

### What utility does GP have?

**Character Progression**

GP can be spent in [Training](/wizards-and-dragons-game/gameplay/training.md) to level up [Wizards](/wizards-and-dragons-game/game-assets/wizards.md)' Training Proficiency, making wizards more powerful and valuable as in-game assets.

**In-Game Items**

GP can be spent on utility items and gear released periodically. GP can also be stored inside [Treasure Chest](/wizards-and-dragons-game/game-assets/items/treasure-chest.md) NFTs with utility in game.

**Staking**

When piles of GP are staked, they have been observed to emanate a mysterious energy. The energy from staked GP is harnessed for [Powering the Rift](/wizards-and-dragons-game/gameplay/the-rift/powering-the-rift.md). The Rift is a cross-chain bridge with unique game mechanics.

Staking GP also increases a player's Rift Tier, conferring in-game boosts including cooldown reductions.

### How do I obtain GP?

**In-Game**

Each round of [Training](/wizards-and-dragons-game/gameplay/training.md) has a random chance to reward an amount of GP among other possible rewards.

**Trading**

GP can be obtained from other holders.

### How do I bridge GP to other blockchains?

GP is available on multiple chains. GP can be transferred between Ethereum and Polygon using [The Rift](/wizards-and-dragons-game/gameplay/the-rift.md).

### What are the GP tokenomics?

The maximum supply is 6,000,000,000 GP. The maximum supply is hard-coded in the token smart contract and cannot be changed.

| Category       | GP Allocation | Description                                                                                                                                                                               |
| -------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Act 1 rewards  | 2,880,000,000 | Fully distributed to [Tower v1 ✔️](/wizards-and-dragons-game/roadmap/act-1-or-game-v1/tower-v1.md) stakers.                                                                               |
| Future rewards | 2,520,000,000 | Partially distributed to [Tower v2 ✔️](/wizards-and-dragons-game/roadmap/act-1.5-or-training-v1/tower-v2.md) stakers. The remainder is reserved for future in-game and community rewards. |
| Development    | 600,000,000   | Allocated to the founders to ensure long-term alignment. No tokens have been sold.                                                                                                        |


---

# 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://wnd.gitbook.io/wizards-and-dragons-game/game-assets/gp-token.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.
