> For the complete documentation index, see [llms.txt](https://docs.realio.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realio.finance/features/explore-assets.md).

# Explore Assets

The **Explore** page is the ultimate discovery engine for tokenized real-world assets. With support for over 300+ equities across multiple chains, it provides institutional-grade data at your fingertips.

## Mastering the Discovery Engine

Finding the right investment is effortless with our advanced discovery tools:

* **Universal Search**: Instantly find any stock by its traditional ticker (e.g., `NVDA`) or company name.
* **Smart Categories**: Filter assets by sectors such as **Technology**, **Healthcare**, **Finance**, or **Commodities**.
* **Issuer Transparency**: Toggle between issuers like **Ondo**, **Backed**, and **Robinhood** to see asset-specific backing details.
* **Dynamic Sorting**: Rank assets by **Market Cap**, **24h Change (%)**, or **Trading Volume** to identify market trends.

## Institutional Asset Data

Every asset in the Explore page features a deep-dive data sheet:

{% columns %}
{% column width="60%" %}

### Real-Time Market Stats

* **Live Pricing**: Precision-synced with major traditional equity exchanges.
* **On-Chain Supply**: Real-time tracking of the total circulating tokens.
* **Tokenized Market Cap**: The total USD value of the stock currently held on-chain.
* **Volume Metrics**: 24-hour and 7-day trading activity across all chains.
  {% endcolumn %}

{% column width="40%" %}
{% hint style="success" icon="check" %}
**Verified Contracts** Every asset displays verified smart contract addresses for Ethereum, Robinhood Chain, and BNB Chain to ensure you are interacting with the correct token.
{% endhint %}
{% endcolumn %}
{% endcolumns %}

## Issuer Verification

We believe in radical transparency. For every asset, you can view:

1. **The Legal Prospectus**: Direct links to the issuer's compliance documents.
2. **Proof of Backing**: Information on the 1:1 custody of underlying shares.
3. **Chain Availability**: A breakdown of which networks currently host the asset.

{% hint style="info" %}
Looking for trending assets? Check the **Trending** section on the homepage for a curated list of high-activity stocks.
{% 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://docs.realio.finance/features/explore-assets.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.
