> 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/slices.md).

# Slices

Traditionally, investing in private markets meant locking your money away for years with no way out. No liquidity, no flexibility, just waiting. WLTH changes that with **Slices**.

A Slice is a tokenised unit of ownership that represents your exact share in a deal or fund. Think of it as your digital proof of stake, recorded, transparent, and always tradable.

With Slices, you’re never stuck. They’re designed for flexibility and liquidity:

* **Trade anytime** → Sell your Slice on the WLTH app whenever you choose.
* **Fractionalise further** → Split your Slice into smaller parts, sell some, and keep the rest.
* **Backed and transparent** → Every Slice is tied 1:1 to WLTH’s underlying allocation, verified and updated automatically.

Slices turn illiquid, locked-up investments into something **fractional, transparent, and liquid**. They give you freedom: to hold long-term, to exit early, or to rebalance on your terms.

**In short: Slices are how wealth becomes accessible.**


---

# 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/slices.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.
