# Earning Money

{% hint style="info" %}
Our economy is based around a Diamond - just like in Hermitcraft!

Each diamond is worth **$100**
{% endhint %}

So the main money making method is mining, or looting the resource worlds and getting diamonds from structures like End Cities!

Once you have some diamonds you can head to spawn (`/warp spawn`) and then just right click the slab with the floating diamond! Then just press the iron ingot and you'll see the diamond disappear from your inventory and $100 appear in your balance, press the iron ingot until you have all the money you need!

<figure><img src="/files/1AJlOjlknIsJyniIpgUw" alt=""><figcaption><p>The Diamond Exchange!</p></figcaption></figure>

If you need the diamonds back just click the gold ingot and it'll take $100 from your balance and give your diamond back! **You can't do this if you already spent your $100**

{% hint style="info" %}
You can also sell diamond blocks at the opposite exchange to speed up the process!
{% endhint %}

### Creating Shops

This is the other primary way of making money! This has it's own guide here:

{% content-ref url="/pages/-MQwy1fHqeDRFCzvw-x0" %}
[Making a Slabby](/getting-started/economy/shops.md)
{% endcontent-ref %}

### Alternative Methods

Not everyone likes mining, I get it! Whilst there are no other official methods you can always try selling other items to players unofficially. You may have an item they want, such as an enchanted book, which you can sell to them by `/tpa name` to that player and throwing them the item, they will then `/pay amount` to you, or throw you diamonds you can then sell at spawn.


---

# 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://guide.chillzone.cc/getting-started/economy/getting-money.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.
