> 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/features/raids/raid-drops.md).

# Raid Drops

{% hint style="info" %}
Rewards for participating in raids vary depending on your ranking and the type of raid you take part in.
{% endhint %}

<details>

<summary>What rewards can I obtain from raids?</summary>

| PokeCrate keys            | Safari Pass         | Trainer Bundle         |
| ------------------------- | ------------------- | ---------------------- |
| PlushieCrate Keys         | Exp Shares          | BattlePass Exp Voucher |
| EventCrate Keys           | L Exp Candy Bundles | XL Candy Bundles       |
| Random Expedition Tickets | Raid Points         |                        |

</details>

***

## Raid Balls

Raid Balls are given to those who participate in raids; the amount and type depend on your position and the type of raid you participated in.\
\
Currently, the types of balls you can get are: <mark style="color:purple;">**GreatBalls, UltraBalls, and Premier balls**</mark>

***

## Raid Points

Raid Points, as Raid balls are given depending on position, and raid type!\
Can go from 10 - 400 Raid points

These points can be spent in the [Raid Shop ](/features/raids/raid-shop.md)

{% hint style="info" %}
Some Raid Rewards will be sent to <mark style="color:green;">**/mailbox,**</mark> and others will be sent straight to your inventory. Ensure you have enough free inventory to receive rewards.
{% endhint %}

{% hint style="danger" %}
Rewards are subject to change at a moment's notice.
{% endhint %}

<a href="/pages/DwhsueA2GPovyh6YnYn0#raid-rewards-and-drops" class="button primary">Back to Raids Page</a>


---

# 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/features/raids/raid-drops.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.
