> For the complete documentation index, see [llms.txt](https://docs.chikn.farm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chikn.farm/gaming/foraging/decomposing.md).

# Decomposing

Worm are hungry and eager to dismantle the Items their brethren lost their lives to craft. Decomposing allows players to return their Items to the soil to get back some of the Resources that went into crafting them.

Decomposing takes time and costs $WORM, the exact numbers of which decided by the wear of the Item. You can skip the decomposition time by paying 5x the $WORM cost to instantly secure your Resources.

{% hint style="info" %}
*Updated 15/12/2023*
{% endhint %}

<mark style="color:red;">Costs to Decompose:</mark>

* Pristine = 5000 $WORM
* Fresh = 1200 $WORM
* Used = 750 $WORM
* Worn = 500 $WORM
* Cooked = 250 $WORM
* Broken = 100 $WORM

You can skip the decomposition cooldown by paying more $WORM for an instant decomposition.

$$
$WORM\ Cost\ to\ Instant\ Decompose = Decompose\ Cost\* 5
$$

The amount of Resources you get back from an Item depends on its wear. Broken Items return the fewest Resources, while Items in perfect nick give back the most.&#x20;

You’ll never get back 100% of the constituent Resources. Your worm aren’t fans of ‘change of mind’ policies.

<mark style="color:red;">Decomposition Rates:</mark>

* Pristine = 75%
* Fresh = 60%
* Used = 50%
* Worn = 30%
* Cooked = 15%
* Broken = 5%


---

# 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://docs.chikn.farm/gaming/foraging/decomposing.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.
