> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/new-islanders-information/first-steps/making-money.md).

# Making Money

{% tabs %}
{% tab title="🎴 Bingo" %}

### Bingo

BINGO is a challenge-based feature where players complete tasks on a Bingo card by catching Pokémon with unique specifications.

#### Getting Started

Use the command `/bingo` to open your Bingo card. The timer starts counting as soon as you use the command, and a fresh card will be generated for you.

Your card contains a **5×5 grid of challenges**, each requiring you to catch a Pokémon with specific characteristics. Simply catch the wild Pokémon displayed on each tile to mark it complete.

#### Winning Patterns

| Pattern             | Description                                        |
| ------------------- | -------------------------------------------------- |
| **Horizontal Row**  | Complete any 5 squares in a row (left to right)    |
| **Vertical Column** | Complete any 5 squares in a column (top to bottom) |
| **Diagonal**        | Complete 5 squares diagonally (corner to corner)   |
| **Full Card**       | Complete ALL 25 squares for maximum rewards!       |

Just like traditional Bingo, you can win by completing any horizontal row, vertical column, or diagonal line — or go for the ultimate prize by completing the entire card!

{% hint style="warning" %}
To know more about BINGO click here <a href="/pages/d30c29bc7a792383d082db55b10e8e4aad861fb2" class="button primary">BINGO!</a>
{% endhint %}
{% endtab %}

{% tab title="🏹 Hunts" %}

### Hunts

Hunts is a hunting system where you catch Pokémon with specific requirements and turn them in for **PokéDollars**!

#### Getting Started

Access your active hunts with the `/hunts` command. You can also check available hunts by visiting the **Hunts NPC at spawn**.

> Learn all about Hunts here
>
> <a href="/pages/d95dbe59605617c306ae2c42fd76d5436bab80d0" class="button primary">PokeHunts</a>

{% hint style="success" %}
Since Hunts uses a turn-in system, you can also **breed Pokémon** to complete your hunts — not just catching wild ones!
{% endhint %}
{% endtab %}

{% tab title="⛏️ Ore Mining" %}

### Ore Mining

Mine resources and sell them for profit using the in-game shop.

#### The Resource World

Start in the resource world by using `/rsw` or `/server world`. This realm is:

* **Reset weekly** — always fresh with plentiful resources
* **Abundant** in ores and other valuable materials

#### Two Ways to Play

**Option 1 — Buy from the Shop**\
Use `/shop` to purchase what you need at a fixed price and get started right away.

**Option 2 — Start from Scratch**\
Go the old-fashioned way! Mine trees, stone, and more to slowly progress toward better pickaxes and equipment.

#### Selling Your Haul

{% hint style="info" %}
Head to `/shop` to sell your mined resources for money. Check the sell prices listed there to plan your mining strategy!
{% endhint %}
{% endtab %}

{% tab title="⚔️ NPC Battles" %}

### NPC Battles

Battle NPCs around the Hub for coin rewards!

#### Team Aegis Grunts

**10 Team Aegis Grunt NPCs** have been added to the Hub. Defeat them to earn rewards.

| Detail             | Info                               |
| ------------------ | ---------------------------------- |
| **Reward per win** | 30,000 coins                       |
| **Cooldown**       | 2 hours per trainer                |
| **Battle formats** | Singles & Doubles (varies per NPC) |

{% hint style="success" %}
All NPCs feature unique Singles or Doubles battle formats. Good luck, trainer!
{% endhint %}
{% endtab %}
{% endtabs %}

## Key Commands

| Command                   | Description                  |
| ------------------------- | ---------------------------- |
| `/bingo`                  | Open your Bingo card         |
| `/hunts`                  | View your active hunts       |
| `/rsw` or `/server world` | Travel to the resource world |
| `/shop`                   | Buy or sell items            |

{% hint style="info" %}
More ways to earn money are being added all the time. Keep an eye on the announcements channel for updates!
{% endhint %}


---

# 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.cobblemonislands.com/new-islanders-information/first-steps/making-money.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.
