> 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/getting-started/what-is-realio.md).

# What is Realio?

Realio is a premier decentralized platform for **Tokenized Stock Portfolio Management**. We go beyond simple trading by providing a comprehensive suite of tools to track, manage, and optimize your on-chain equity investments across multiple blockchains.

## Core Pillars

* **Comprehensive Portfolio Management**: Track your net worth and performance across Ethereum, Robinhood Chain, and BNB Chain in a single, unified dashboard.
* **Cross-Chain Asset Tracking**: Realio automatically aggregates your holdings from all supported networks, giving you a holistic view of your wealth.
* **Dividend Tracking**: Never miss a distribution. Our built-in tracker monitors and projects dividends from your tokenized stock holdings (e.g., SPY, QQQ, NVDA).
* **Automated Rebalancing**: Maintain your ideal risk exposure with our intelligent rebalancer that suggests trades to align your portfolio with your target allocation.
* **Efficient Swaps**: Seamlessly enter and exit positions using high-liquidity Uniswap V3 pools integrated directly into the app.

## Why Realio?

* **Institutional Grade**: We partner with top-tier issuers to ensure 1:1 backing for every stock token.
* **24/7 Global Access**: Trade US Equities anytime, anywhere, without the restrictions of traditional market hours.
* **Full Control**: As a non-custodial platform, you maintain absolute control over your assets and private keys at all times.

```mermaid
graph TD
    User((User)) -->|Connects| App[Realio Dashboard]
    App -->|Aggregates| Portfolio[Portfolio Manager]
    Portfolio -->|Track| Div[Dividend Tracker]
    Portfolio -->|Optimize| Reb[Portfolio Rebalancer]
    App -->|Execute| Swap[Swap Interface]
    Swap -->|Liquidity| DEX[Uniswap V3]
```


---

# 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/getting-started/what-is-realio.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.
