# Overview

These guidelines define how DeFiLlama classifies, measures, and displays tokenized real-world assets on the [RWA dashboard](https://defillama.com/rwa). They cover evidence flags, metric definitions, access models, RWA classification rules, column definitions, type taxonomy, category taxonomy, and asset class taxonomy.

The goal is consistent asset classification so that users can understand how assets are categorized and measured, and compare assets using standardized metrics.

The RWA section is split into two dashboards:

* [**RWA Dashboard**](https://defillama.com/rwa) — tracks tokenized assets, stablecoins, funds, credit, wrappers, and governance tokens.
* [**RWA Perps Dashboard**](https://defillama.com/rwa/perps) — tracks perpetual futures markets tied to real-world reference assets such as equities, commodities, bonds, and ETFs.

## Subpages

* [Eligibility & Exclusion](https://docs.llama.fi/real-world-assets/real-world-assets/eligibility-and-exclusion) — inclusion criteria, exclusion criteria, and expulsion rules that determine whether an asset belongs in the RWA universe.
* [Methodology & Metrics](https://docs.llama.fi/real-world-assets/real-world-assets/methodology-and-metrics) — evidence flags, metric definitions, access models, and RWA classification rules.
* [Definitions & Taxonomy](https://docs.llama.fi/real-world-assets/real-world-assets/definitions-and-taxonomy) — column definitions, type taxonomy, category taxonomy, and asset class taxonomy.
* [RWA Perps](https://docs.llama.fi/real-world-assets/real-world-assets/rwa-perps) — dashboard guide, column definitions, asset class taxonomy, and reference asset group taxonomy for the RWA Perps dashboard.
* [RWA Token Submission Form](https://forms.defillama.com/rwa-submission) — required fields for submitting a new RWA token to the dashboard.


---

# Agent Instructions: 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:

```
GET https://docs.llama.fi/real-world-assets/real-world-assets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
