> For the complete documentation index, see [llms.txt](https://wildforest.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wildforest.gitbook.io/whitepaper/economy/game-currencies.md).

# Game currencies

In-game currencies accumulate players' advancement and are used as a resource for further progress.

### Gold

<figure><img src="/files/d2kBJkKn2PGXb97s1amA" alt=""><figcaption><p>Gold</p></figcaption></figure>

Players can get Gold from Trophy Road, Battle Pass rewards, and Campfire. Gold is used to level up Units together with Shards.

#### Utility:

* Level up fee
* Bounty Board task reroll
* Other in-game activities

Sources:

### Wild Forest ($WF)

<figure><img src="/files/OADMi2aMrHXKv6JO78UZ" alt=""><figcaption><p>$WF </p></figcaption></figure>

$WF is an interchangeable on-chain and off-chain token and serves as the backbone of the Wild Forest ecosystem, offering extensive utility in the game. It is the primary driver of player progression and acts as the currency for premium purchases, including the Premium Battle Pass, Unit rank-ups, and NFT mints.

$WF token provides access to the [Wild Forest Tokenomics](/whitepaper/economy/wild-forest-economy.md) to benefit stakers from all in-game purchases.

#### Utility:

* Unit rank-up fee
* Perk reroll
* Premium in-game purchases
* Currency for the in-game shop (Shards pack or more)
* NFT mint fee
* Token Share Program benefits
* Tiered referral earnings

#### Sources:

* Premium Survival Mode Lootboxes
* Ranked leaderboard rewards
* Packs NFTs ([Trophy Packs](/whitepaper/nfts/packs-nft/trophy-packs.md))
* Competitive activities & Tournaments
* Bounty Board rewards
* Open market purchase

### Shards

<figure><img src="/files/uAaq30cHoqwq0YAgcjHD" alt=""><figcaption><p>Ninja Shards</p></figcaption></figure>

A shard is a unit-specific element required for a unit's level-up. Each level-up requires a certain amount of Shards specific to this Unit. Wild Shards can be used to level up any Unit of the corresponding tier.

The primary sources of Shards are Trophy road, Battle Pass, Events rewards, and the in-game shop. Initial shards can also be obtained via the Novice Bounty Board.

### Essence

<figure><img src="/files/jrRiIc6gwcbwf4DkCRdX" alt=""><figcaption><p>Essence</p></figcaption></figure>

<figure><img src="/files/8pTsHgAnKSEJXCrG2VI1" alt=""><figcaption><p>Essence Shop</p></figcaption></figure>


---

# 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://wildforest.gitbook.io/whitepaper/economy/game-currencies.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.
