> For the complete documentation index, see [llms.txt](https://econody.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://econody.gitbook.io/docs/start/rwa-marketplace.md).

# RWA Marketplace

The Econody RWA Marketplace is where tokenized real-world assets can be listed, discovered, bought, sold, and managed in a seamless, user-friendly environment.

It transforms illiquid investments into globally accessible opportunities, allowing users to trade fractions of high-value assets like real estate or commodities with ease.

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

{% stepper %}
{% step %}

### Asset Discovery&#x20;

Explore a wide range of tokenized assets through categories such as Commodities, Equity in Startups, Profit-Sharing projects, Real Estate units and others.

Each listing includes detailed overviews, valuations, yield projections, holder counts, images and other information about listed asset.
{% endstep %}

{% step %}

### Primary Offerings

Newly tokenized assets are launched here for initial sales. Investors can participate in offerings with customizable structures and risk preferences.
{% endstep %}

{% step %}

### Secondary Market Trading

Enables peer-to-peer trading of existing tokens, providing liquidity for holders to buy or sell at market prices.
{% endstep %}

{% step %}

### Manage your assets

Track holdings, monitor performance, claim revenues, and receive automated distributions. Integration with wallets allows easy transfers and staking of tokens for additional yields.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**Compliance and Security:**

All listings undergo KYC/AML verification for issuers and buyers. Smart contracts ensure transparent ownership transfers, with built-in fraud detection and audit trails.

Econody ensures investors clearly and automatically receive their share of income from tokenized assets—such as rental revenue, royalties, or fund profits etc.
{% endhint %}

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


---

# 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://econody.gitbook.io/docs/start/rwa-marketplace.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.
