> For the complete documentation index, see [llms.txt](https://gitbook.vvv.net/vvv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.vvv.net/vvv/vvv-ecosystem/central-asset-exchange.md).

# Central Asset Exchange

<figure><img src="/files/gO202eGFi8L9lv10boke" alt=""><figcaption></figcaption></figure>

vVv Exchange will facilitate the tokenization of RWA, offering investors the ability to purchase, sell and custody digital assets on our platform, and resolving the liquidity issue of conventional funds and assets.\
\
The tokenization process converts traditional assets into ERC20 tokens that are managed securely on the blockchain through our specialized platform. To access the tokenization service, users are required to stake a specified amount of $VVV tokens, which remain locked until the lifecycle of the tokenized product is complete. A portion of the fund's total value is held in $USDC tokens to serve as collateral, providing an added layer of stability and security.\
\
Please note that participation on our exchange is subject to approval. Prospective investors must undergo a vetting process, including but not limited to KYC/KYB checks and meeting minimum capital requirements.

{% hint style="info" %}
We will release further information, updates, features, and news as we roll out our next milestones.
{% endhint %}


---

# 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://gitbook.vvv.net/vvv/vvv-ecosystem/central-asset-exchange.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.
