> For the complete documentation index, see [llms.txt](https://wiki.apexcobblemon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.apexcobblemon.com/info/server-guides/money-guide.md).

# Money Guide

There are many ways to earn money on the server. The methods below are some of the most consistent.

* **Selling Pokémon:** Sell Pokémon to other players through the [GTS](/features/trading/gts.md), directly to the server with [SellToServer](/features/trading/sell-to-server.md), or in the [#trades](https://discord.com/channels/1136856302283403405/1136861461801603133) channel in our [Discord](https://discord.gg/apexcobblemon)
* [**Pokémon Drops**](/features/pokemon/drops.md)**:** Defeat Pokémon and sell the loot they drop through `/drops`
* [**PokéHunts**](/features/pokemon/pokehunts.md)**:** Complete targeted hunts for specific Pokémon through `/hunt`
* [**Bingo**](/features/player/bingo.md)**:** Catch the required Pokémon to complete your card in `/bingo` for rewards
* [**PokéDex**](/features/pokemon/pokedex.md)**:** Catch Pokémon to unlock powerful badge rewards through `/dex`
* [**Raids**](/features/battling/raids.md)**:** Defeat Raid Bosses to earn valuable rewards through `/raids`
* **Kits:** Collect free daily items through `/kits`
* [**Voting**](/features/player/voting.md)**:** Vote daily with `/vote` to earn ![:voting\_box:](https://cdn.discordapp.com/emojis/1169451946046930954.webp?size=56)**Vote Points** and redeem items in the Vote Shop
* [**Present Hunt**](/features/player/presents.md)**:** Search for hidden Presents at Spawn and other locations using `/presents`&#x20;
* [**Apex Modpack**](/info/installation-guide.md)**:** Use our Official Modpack to unlock `/kit modpack` and gain **+1% Shiny Spawn Rate**
* [**ChestShops**](/features/trading/chestshops.md)**:** Sell Pokémon and items to other players by creating a shop with `/cs create`
* [**Player Gyms**](/features/battling/player-gyms.md)**:** Defeat Gym Leaders in /gyms to unlock rewards through `/badges`
* [**Gym Leader**](/features/battling/player-gyms/gym-leaders.md)**:** Apply to become a Gym Leader to unlock Gym rewards through `/badges`


---

# 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:

```
GET https://wiki.apexcobblemon.com/info/server-guides/money-guide.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.
