> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./events/13.-what-is-an-expedition.md).

# 13. What is an Expedition?

In **Expeditions**, you can send your Hamsters on exciting journeys! Each Expedition has its own **Duration** (how long it takes), **Difficulty** (the chance of the Hamster dying), **Reward Value** (the value of the rewards you receive), and **Reward Amount** (how many rewards you get).

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

Choose your best Hamster and send them out to earn rewards! To receive a Hamster, make sure to get it through the **Season Pass**.

<figure><img src="/files/9RtIofToqnvAKrKgwHZc" alt=""><figcaption></figcaption></figure>

Hamsters gain experience during Expeditions. With each level-up, they earn a skill point that you can use to upgrade them as you wish! However, after each Expedition, Hamsters need to rest. If an Expedition fails, the rest time doubles.

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

Once the Expedition is complete, you’ll receive your rewards. The harder the Expedition, the better the rewards!

{% hint style="info" %}
For more details, check out [<mark style="color:green;">the next question</mark>](/rollercoin/f.a.q./events/14.-how-does-an-expedition-work.md)!
{% 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://faq.rollercoin.com/rollercoin/f.a.q./events/13.-what-is-an-expedition.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.
