> 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/wlth-economy/how-usdwlth-creates-value.md).

# How $WLTH Creates Value

WLTH is designed as a closed-loop economy; every action on the platform; from investing to trading; reinforces token demand and rewards active participants. Unlike most tokens, $WLTH is not just governance or speculation; it is the engine of the WLTH ecosystem.<br>

### How Value Flows In

* Transaction Fees: 1% fee on all $WLTH transfers; fuels the protocol.
* Marketplace Trades: 9% fee on secondary Slice sales.
* Exclusive Access Investments: 10% entry fee on pre-IPO allocations; recycled into Earn to Own campaigns.
* Profit Share: Up to 20% of profits from Exclusive Access deals; reduced to 0% if staked.<br>

### How Value Flows Back

* Staking Utility: Stake $WLTH to cut carry fees (20% → 0%) and unlock early access to high-demand deals.
* Stakers Fund: Marketplace and protocol fees flow into the Fund, governed by the community. Profits are shared with stakers and partially burned, creating both rewards and long-term scarcity.
* Treasury Growth: Protocol profits strengthen reserves, ensuring long-term sustainability.
* Buyback & Burn (Protocol): 10% of all protocol profits are used to buy back $WLTH on the open market and permanently burn it, reducing supply over time.
* Community Incentives: Earn to Own campaigns, and staking rewards are funded directly by protocol activity.<br>

This creates a flywheel effect:

More users → more fees → stronger Stakers Fund + treasury → bigger campaigns → higher token demand → more users.

$WLTH is both the fuel and the reward of this cycle.


---

# 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/wlth-economy/how-usdwlth-creates-value.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.
