> For the complete documentation index, see [llms.txt](https://rugzombie.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rugzombie.gitbook.io/docs/tokenomics/untitled/early-withdraw-fees.md).

# Early Withdraw Fees

To keep and incentivize liquidity and to punish arbitrage and harvesting bots, all graves, tombs and spawning pools have an early withdraw fee assessed if removed prematurely.&#x20;

This 5% fee will be immediately sent to the treasury upon early removal. Some of those funds will be used for periodic buy-back and burns, among other things. [See the use of our treasury funds here](/docs/tokenomics/untitled/initial-token-supply.md#treasury-funds).

This fee applies to staked amounts. The withdraw period is set according to each grave, be sure to note.

This timer is reset upon each deposit and withdraw to [de-incentive manipulation ](/docs/tokenomics/untitled/whale-taxes-de-incentives-early-withdraw-fees.md)and incentivize long term holding.

For our TOMBS, the  5% fee LP is immediately unpaired, the $ZMBE is burned, and the other pair is sent to the treasury address.&#x20;

Please note that this 5% fee is hardcoded into the contract, and even an emergency withdrawal will trigger this fee. Pleas DYOR before depositing into a grave so as to note result in lost funds. Our team cannot recover this amount for users.


---

# 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://rugzombie.gitbook.io/docs/tokenomics/untitled/early-withdraw-fees.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.
