> For the complete documentation index, see [llms.txt](https://infinity-worlds.gitbook.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinity-worlds.gitbook.io/platform/quests.md).

# Quests

By completing different missions, you can earn XP, which improves your leaderboard position and unlocks rewards.

* **Expeditions**: For each successfully passed expedition you get 25 XP.
* **Invites**: Invite friends to the platform using your unique referral link to get 1500 XP. At first 5 XP and an extra 1495 XP when your friend reaches Rank 2.
* **Threads**: Make a shill post about us in X, tag us @the\_warl0rds and post the link in the “**🧵│ threads**” channel to get 350 XP for each.&#x20;
* **Collabs:** Participate in our ⁠collabs for a chance to win whitelist spots from our partner projects and earn 500 XP for each entry.
* **Twitter Engagement:** Daily interact with our posts to claim:

  * **Like** – 20 XP + 200 Shards <img src="/files/qngLnALN9XYhW9gDwH52" alt="" data-size="line">
  * **Retweet** – 50 XP + 500 Shards <img src="/files/rOYGh7zve0e4cTFrR8cP" alt="" data-size="line">
  * **Comment** – 30 XP + 300 Shards <img src="/files/9o95uk0KAjLKwxfPJc7H" alt="" data-size="line">

  Please note that engage rewards are not credited immediately in the leaderboard, they are added automatically within 24 hours.

<figure><img src="/files/ZQmtQSlfKAFZIXwraXX4" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://infinity-worlds.gitbook.io/platform/quests.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.
