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

# Missions

Evoskulls and Pets can be sent on a Mission in order to earn [$SLS](/croskull/erc20-tokens/souls-usdsls.md) (Souls). &#x20;

![](/files/X2sAT07WbFHINQfOsXlF)

### The Slot System

Each wallet starts with 3 slots for Pets and 3 for EvoSkulls. This means that there are separate slots for Pets (Seperate slots for each season as well) and EvoSkulls. These slots are used to choose which pet/EvoSkull to send on a mission. When a pet is sent on a mission, that slot becomes unavailable. \
The only limit is the amount of slots you have. You can unlock more slots for your wallet by paying [$GRVE](/croskull/erc20-tokens/grave-usdgrve.md). (Up to a maximum of 10 slots per wallet! These are permanently unlocked). \
The [$GRVE](/croskull/erc20-tokens/grave-usdgrve.md) used for this unlock will be burned.

**Unlock price per extra slot:**

* 4th slot costs 30 [$GRVE](/croskull/erc20-tokens/grave-usdgrve.md)
* 5th slot costs 60 [$GRVE](/croskull/erc20-tokens/grave-usdgrve.md)
* 6th slot costs 120 [$GRVE](/croskull/erc20-tokens/grave-usdgrve.md)
* 7th slot costs 240 [$GRVE](/croskull/erc20-tokens/grave-usdgrve.md)
* 8th slot costs 480 [$GRVE](/croskull/erc20-tokens/grave-usdgrve.md)
* 9th slot costs 960 [$GRVE](/croskull/erc20-tokens/grave-usdgrve.md)
* 10th slot costs 1920 [$GRVE](/croskull/erc20-tokens/grave-usdgrve.md)

![](/files/dD9yTwERDdcru30sJuBa)

The amount of [$SLS](/croskull/erc20-tokens/souls-usdsls.md) earned will be based on your Pet/Evo’s level. The higher the level, the higher the rewards.

* Each mission consumes 1 stamina.
* Stamina regenerates at a rate of roughly 1 every 4 hours (Block based).
* Max 10 daily missions per Pet/EvoSkull.
* Multiple missions can be done within the same transaction (Up to 10)
* Mission duration is 2 hours for every mission.
* You can send multiple pets/EvoSkulls from the same collections, within the same transactions up to the amount of available slots.

<table><thead><tr><th align="center">Mission Access Level</th><th width="214.3392333984375" align="center">Souls per mission</th></tr></thead><tbody><tr><td align="center">1</td><td align="center">1</td></tr><tr><td align="center">2</td><td align="center">2</td></tr><tr><td align="center">3</td><td align="center">3</td></tr><tr><td align="center">4</td><td align="center">4</td></tr><tr><td align="center">5</td><td align="center">5</td></tr><tr><td align="center">6</td><td align="center">6</td></tr><tr><td align="center">7</td><td align="center">7</td></tr><tr><td align="center">8</td><td align="center">8</td></tr><tr><td align="center">9</td><td align="center">9</td></tr><tr><td align="center">10 ></td><td align="center">10</td></tr></tbody></table>

Once your Pets/Evoskulls have finished their missions, you have to "Return" them. The rewarded [$SLS](/croskull/erc20-tokens/souls-usdsls.md) gets accumulated in the mission section, and can be claimed from there. This is in order to reduce gas fees, so that users can claim the [$SLS](/croskull/erc20-tokens/souls-usdsls.md) when they wish to do so.

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

### Malus debuff

When returning from missions, the Pets/EvoSkulls sometimes get afflicted by a Malus debuff. \
There is a *10%* chance for this to happen after each mission. If you are doing multiple missions within the same transaction, the chance to be afflicted with a malus effect increases. \
(Chance of Malus = Number of missions within the same transaction x *10%*. This means that 2 missions, would give a *20%* chance of malus, 3 would give *30%* and so on). \
If your Pet/EvoSkull returns with a Malus debuff, it will be afflicted by one of the following effects:

* Hunger (Max stamina gets reduced)
* Freezing (Locks the Evo’s/Pet’s usability)
* Sadness (Power gets reduced, which is the total amount of stat points of Pet/EvoSkull).

The Malus effects can only be removed if the specific item required to remove it is used on the pet/EvoSkull affected. This is done from the [Tavern](/croskull/ecosystem/season/tavern.md) section of our [Dapp](https://app.croskull.com/#/). There can be more than one Malus debuff active at the same time. \
The Pet/EvoSkull can continue doing [missions](/croskull/ecosystem/missions.md) with the Hunger and Sadness Malus, but the Freezing Malus makes it unable to continue missions until cured or it goes away by itself (roughly 24 hours to defrost).&#x20;

{% hint style="info" %}
Items to remove the effects of Malus can be purchased in the [Merchant](/croskull/ecosystem/merchant.md) section of [Dapp](https://app.croskull.com/#/), the items can be found inside the *mystery boxes*.&#x20;
{% 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://croskulls-organization.gitbook.io/croskull/ecosystem/missions.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.
