# 🔥･ Economy ･ 🔥

### **Earning Money**

#### 🌾 Mining / Fishing

The easiest and most reliable way to earn money is through the **core gathering skills**:

* **Mine** ores and minerals from the depths
* **Fish** up rare treasures and fish

You can also join **Jobs** with `/jobs` to earn extra cash while playing naturally!

***

#### 🧺 **Player Shops**

Create your own shop and trade directly with other adventurers!\
To make one:

1. **Crouch + Left-Click** a chest while holding the item you want to sell.
2. Your shop will now be active for players to buy from.
3. Want travelers to visit easily? Set a **player warp** using `/pw set`.

> 🌱 *Tip:* Keep your shop organized and stocked!

<figure><img src="/files/59Ysb5iiiIKprJX0QT9o" alt=""><figcaption></figcaption></figure>

***

#### 🏦 **Auction House**

Sell or buy items safely on the global market.\
Use `/ah` to open the auction house.

To list an item:

```bash
/ah sell <price> <amount>
```

Hold the item you want to sell in your hand before running the command.

> 🪵 *Example:* `/ah sell 500 1` — sells your item for $500.

<figure><img src="/files/72DXLEnlKpn8z0s4EZku" alt=""><figcaption></figcaption></figure>

***

#### 💬 **Other Ways to Earn**

* **Chat Games** occasionally give bonus coins for quick thinkers.
* **Events** like our raffles can also earn you some money if you're lucky

***

### **Spending Your Money**

#### ⚔️ Gear & Progression

Invest in tools, weapons, and gear upgrades! Check `/shop`, `/ah`, and playerwarps regularly!

* Check if an item is sold anywhere with:

  ```bash
  /finditem TO_BUY <item name>
  ```
* You can also **create a “buy shop”** to purchase items from others:
  * Look at your existing chest shop and type `/qs buy`.

***

#### 🛍️ **Shops & Pricing**

Use the **Average Shop Prices** list in-game or on the wiki to get a sense of what’s fair.

> 🧠 *Pro Tip:* Prices fluctuate with demand, try to follow the economy

***

### 🪴 **Summary**

| 💰 Way to Earn   | 🧭 Command                  | Notes                     |
| ---------------- | --------------------------- | ------------------------- |
| Mining / Fishing | `/mine menu` & `/fish menu` | Natural gameplay rewards  |
| Jobs             | `/jobs`                     | Earn cash while you play  |
| Player Shops     | `/qs create`                | Sell items passively      |
| Auction House    | `/ah sell <price>`          | Sell to the global market |
| Raffle           | `/raffle buy <price>`       | Chance for big earnings   |


---

# 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://wiki.cubecadia.net/information/economy.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.
