# Protocol Fees

## Anonymity Pool

The protocol charges a 0.3% withdrawal fee when a user withdraws from the anonymity pool using their secret note. Fees are collected for 7 days by the fee distribution contract then distributed evenly over the next 7 days as follows:

| Contracts   | Allocation |
| ----------- | ---------- |
| Treasury    | 20%        |
| SHADE pool  | 40%        |
| xSHADE pool | 40%        |

## Exiting Vesting Early

The protocol charges a 50% penalty fee for exiting vesting early on rewards earned from mining, this is collected by the SHADE distribution contract immediately then distributed evenly over the next 7 days to the xSHADE pool.

## ShadeStaker

The protocol charges a 0.1% withdrawal fee when a user withdraws their unlocked SHADE from the ShadeStaker contract, all SHADE collected from ShadeStaker will be burned.


---

# Agent Instructions: 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:

```
GET https://shadecash.gitbook.io/shadecash/token/protocol-fees.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
