> For the complete documentation index, see [llms.txt](https://wiki.cobbletwo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobbletwo.com/features/economy.md).

# Economy

## HOW TO GET

1. COINS ![](/files/zvQcrL4PKdcOvzSLNvyR)\
   The main currency of the server. It’s used to purchase items, blocks, and make transactions in the market. Pokédollars are earned by **voting** for the server, defeating **wild Pokémon** and **trainers** in the spawn, completing **hunts**, joining **Raids** and during **events**.<br>
2. **SHARDS** <img src="/files/xq1hGwzlZ6DxOe03P9Xo" alt="" data-size="line">\
   Valuable fragments that can be exchanged for exclusive and rare items. Shards are earned by [**recharging**](https://store.cobbletwo.com/vote), **completing Pokédex, voting**, claiming **daily** rewards, hitting the Community Goal and participating in tourney&#x73;**.**<br>
3. **HEARTS** <img src="/files/I3WqkcNpJMVlHgcUCUDj" alt="" data-size="line">\
   Hearts are earned by [**voting**](https://store.cobbletwo.com/vote) for the server on external pages. These can be redeemed for Pokémon Skins, Shards, Mob Eggs and even Master balls, encouraging players to support the community.<br>
4. **VALOR** <img src="/files/PsH93nfeEbljrpmMMolp" alt="" data-size="line">\
   A battle-earned currency for the grinders and raiders. Valor is gained by taking down the toughest challenges and is mainly spent in the Valor Shop for Legendary Pokémon items, exclusive Valor skins, and Bottle Caps.<br>
5. WISHES (PITY) <img src="/files/AFXy3CbggEMaapXWygUB" alt="" data-size="line">\
   A rare and mystical currency that grants access to legendary Pokémon. Wishes are earned by reaching the **Community Goal**. They ensure you get the legendary you're wanting!


---

# 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://wiki.cobbletwo.com/features/economy.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.
