> 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/events/2nd-anniversary-event.md).

# 2nd Anniversary Event

### <mark style="color:orange;">**Summary:**</mark>

We are celebrating **2 ʏᴇᴀʀs ᴏғ&#x20;**<mark style="color:blue;">**Cᴏʙʙʟᴇᴍᴏɴ**</mark> <mark style="color:orange;">**Isʟᴀɴᴅs!**</mark>

In this event, **players will work together to reach&#x20;**<mark style="color:green;">**20 community milestones**</mark>, with each milestone representing <mark style="color:green;">**5%**</mark>**&#x20;of the total goal**. Once all milestones are reached, the event will be **100% complete**, unlocking the final and greatest reward!

{% hint style="danger" %}
**To be eligible for rewards, you must contribute at least 2,222 Pearls.**

You only need to reach the minimum target once, and you will be eligible to receive all the rewards
{% endhint %}

### <mark style="background-color:purple;">How contribute</mark>

* **Players must collect and contribute special Pearls** to help fill the community progress bar.
* **Pearls can be earned through a wide variety of activities** in Cobblemon Islands, such as catching Pokémon, battling, participating in fossil minigames, completing raids, and more!
* Alternatively, **Players can also contribute with Pokécoins**

| Activities          | Pearls                                              |
| ------------------- | --------------------------------------------------- |
| Wild Pokémon Battle | <mark style="color:purple;">5 Per Pokémon</mark>    |
| Caught Wild Pokémon | <mark style="color:purple;">5 Per Pokémon</mark>    |
| Raids               | <mark style="color:purple;">1200 Per Raid</mark>    |
| Fossil Minigame     | <mark style="color:purple;">10 Per Treasure</mark>  |
| Daily NPC           | <mark style="color:purple;">135 Per Victory</mark>  |
| 3 Day NPC           | <mark style="color:purple;">400 Per Victory</mark>  |
| 7 Day NPC           | <mark style="color:purple;">2800 Per Victory</mark> |

## These are the commands!

### `/well contribute money impactor:pearls VALUE`&#x20;

### `/well contribute money impactor:pokedollars VALUE`

### `/well status`


---

# 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/events/2nd-anniversary-event.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.
