> 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/merchant.md).

# Merchant

<figure><img src="/files/aFA14iHR0LyKAMfNiMbQ" alt=""><figcaption><p>Item Shop</p></figcaption></figure>

Greedy for *$GRVE* like few others in Bonesville, the merchant has traveled the underworld talking to the best doctors around and managed to acquire the cures needed to remove these afflictions from your *EvoSkulls/Pets*. He has made sure to bring with him a proper stock of these items.

The effects of the Malus debuffs can only be removed if the specific item required to cure it is used on the afflicted *Evo/Pet*. The *Evo/Pe*t can have more than one active Malus debuff and can continue to do missions while afflicted by the Hunger and Sadness Malus, but the Freezing Malus makes it unable to partake in further missions until it is healed.

Go to the merchant: <https://app.croskull.com/#/itemshop>

### Mystery Box <a href="#id-29c7" id="id-29c7"></a>

The merchant will have the Mystery Boxes available for sale. Each mystery box contains 1 out of the 3 cures needed to remove the malus. The probability of the contents of the Mystery Box is a 1 in 3 chance for each of the 3 cures.

* **Cake** (when your *Evo/Pet* is hungry)
* **Merchant sand** (when your *Evo/Pet* is sad)
* **Hot tea** (when your *Evo/Pet* is freezing)

The merchant accepts all the CroSkull ecosystem currencies, thus: *$GRVE, $SLS* and *$RUDE*

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

### Shop in $GRVE <a href="#b570" id="b570"></a>

You can buy mystery boxes in bulk, and without limit:

* 10 x Mystery Box = *20* [*$GRVE*](/croskull/erc20-tokens/grave-usdgrve.md)
* 20 x Mystery Box = *36* [*$GRVE*](/croskull/erc20-tokens/grave-usdgrve.md)
* 30 x Mystery Box = *50* [*$GRVE*](/croskull/erc20-tokens/grave-usdgrve.md)

### Shop in $SLS <a href="#id-62ff" id="id-62ff"></a>

Limited to a maximum of 3 boxes daily:

* 1 x Mystery Box = *60* [*$SLS*](/croskull/erc20-tokens/souls-usdsls.md)
* 3 x Mystery Box = *150* [*$SLS*](/croskull/erc20-tokens/souls-usdsls.md)

### Shop in $RUDE <a href="#id-3ec0" id="id-3ec0"></a>

Limited to 1 Mystery box daily at a cost of 50 [*$RUDE*.](/croskull/erc20-tokens/rude-usdrude.md)

*All the $GRVE, $RUDE and $SLS used to buy these items are 100% burnt.*

### Other Possibilities of Getting a Box <a href="#id-06ae" id="id-06ae"></a>

Owners of a Founder Pet can daily claim 1 Mystery Box for free (non-cumulative).

The merchant and the entire village of Bonesville are constantly expanding, stay tuned…


---

# 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/merchant.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.
