> For the complete documentation index, see [llms.txt](https://docs.wlth.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wlth.xyz/investment/staking-and-fees.md).

# Staking & Fees

Staking $WLTH unlocks a set of benefits that scale with your commitment. By locking tokens, you reduce fees, access premium features, and gain a stake in WLTH’s future.

### Benefits

* Fee reduction on profit-share
* Early access to allocations (top stakers)
* Entry into the WLTH Fund with USDC payouts
* Protocol ownership rights and long-term profit share\ <br>

### Fees

* Exclusive Access products: 20% protocol profit-share (“carry”). Reducible to 0% with sufficient staking.
* Automated Strategies: 2% exit fee. No profit-share.\ <br>

### How it works

1. Stake $WLTH in the app
2. Choose a lock-up period (1–4 years)
3. Benefits apply instantly to your investments
4. Unstake at the end of your term with no penalty\ <br>

### Unstaking early

* Penalties apply if you exit before the term ends
* The penalty decreases over time, reaching 0% at expiry


---

# 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.wlth.xyz/investment/staking-and-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.
