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

# Buying and Selling Slices

**What are Slices?**\
Slices are tokenised shares of a deal or fund. They can be bought, sold, or even split into smaller parts. Each Slice represents a proportional share of the underlying investment, so values may vary when buying on secondary markets.

***

### How to Buy a Slice

1. Go to **wlth.xyz/marketplace**.
2. Log in with your Web3 wallet (make sure you have enough $USDC to buy).
3. Browse the app and filter by options like *Lowest Price* or *Ownership %*.
4. Select the Slice you want and click **Buy**.
5. Review the details, confirm, and sign the transaction in your wallet.

✅ Your Slice will now appear in your wallet.

***

### How to Sell a Slice

1. Log in with the wallet holding your Slice.
2. Go to **Portfolio** → find the fund and Slice you want to sell.
3. Click **Sell** and enter the price in $USDC.
4. Review the summary, including fees and royalties, then confirm.
5. Sign the transaction in your wallet.

✅ Your Slice is now listed for sale on the app.

***

### How to Edit or Cancel a Listing

1. Log in with the wallet holding your Slice.
2. Go to **Portfolio** → select the fund and Slice.
3. Click **Edit Listing**.
4. Adjust your settings (price, details) or choose to cancel.
5. Review the summary, confirm, and sign the transaction.

✅ Your listing will now be updated, or removed if you cancelled.

***

**Note:** When you trade Slices on the WLTH app, fees and royalties stay within the platform to support the community.


---

# 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/buying-and-selling-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.
