# In-game currencies

## **General Description**

The game features two main currencies: **Gold** and **Emeralds**.&#x20;

<div><figure><img src="/files/PNucv8JSIS5AZz1GV1Vp" alt="" width="215"><figcaption><p>Gold</p></figcaption></figure> <figure><img src="/files/QdXVynqa9AO6P9grAOL5" alt="" width="215"><figcaption><p>Emeralds</p></figcaption></figure></div>

Gold is primarily used to acquire new items as they are unlocked through Blood Progression and to upgrade them.

Emeralds are more valuable and harder to obtain, but they offer broader functionality. For example, players can use emeralds to revive themselves in a region after defeat without watching ads, speed up the crafting of potions, shurikens, or other items with wait times, and purchase additional harpoons or missing resources.

## **Ways to Earn Gold and Emeralds**

There are two main ways to obtain these currencies:

1. **In-Game Bonuses**:
   * Earned as rewards from looting defeated opponents, finding stashes in [region](/game-info/game-systems/region.md), completing tasks, or earning achievements.
   * Awarded as prizes in [Altar Races](/game-info/game-systems/bazaar/game-events/event-altars-race.md) and [Leagues](/game-info/game-systems/bazaar/game-events/event-leagues.md).
2. [**Geisha’s**](/game-info/game-systems/bazaar/charatacters-and-locations/geisha.md) **Store**:
   * Purchase emeralds with real-world (fiat) currency.
   * Exchange emeralds for gold.


---

# Agent Instructions: 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://docs.playhattori.io/game-info/game-systems/in-game-currencies.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.
