> 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/faq.md).

# FAQ

## General

### Are these real stocks?

No, these are digital tokens that track the price of real stocks. Each token is backed 1:1 by actual shares of the underlying equity held in institutional-grade custody by regulated issuers like **Ondo Finance** and **Backed Finance**.

### Can I trade 24/7?

Yes! One of the primary advantages of tokenized stocks on Realio is that they are tradeable 24/7 on the blockchain, even when traditional stock exchanges (like the NYSE or NASDAQ) are closed.

### How do I earn dividends?

Most tokenized stocks on Realio pass through dividends to token holders. Depending on the issuer, these are distributed either via a multiplier mechanism (increasing your token balance) or as stablecoin airdrops. You can track these in the **Dividend Tracker** section of your Portfolio.

### Is there a minimum investment?

Since these are blockchain-based tokens, you can buy fractional amounts (e.g., 0.01 units of AAPL). There is no institutional minimum, making blue-chip equities accessible to everyone.

## Technical & Security

### What chains are supported?

Currently, Realio supports:

* **Ethereum**: For deep liquidity and institutional RWAs.
* **Robinhood Chain**: For exclusive assets and ultra-low fees.
* **BNB Chain**: For high-speed trading and low costs.

### What wallets are supported?

We support all major EVM-compatible wallets, including **MetaMask**, **Coinbase Wallet**, and **Rainbow** via the Reown AppKit (WalletConnect) integration.

### Is my data private?

Realio uses **Sign-In with Ethereum (SIWE)** for authentication. While your transaction history is public on the blockchain, your identity remains pseudo-anonymous unless linked to an exchange or service where you have performed KYC.

### Why do I need to "Approve" a token?

Before the Uniswap V3 smart contract can swap a token for you, you must explicitly grant it permission to spend that specific token from your wallet. This is a one-time security requirement for each unique token.

## Portfolio & Trading

### How does the Portfolio Rebalancer work?

The rebalancer compares your current asset weights against your desired target allocation. If an asset drifts too far from its target, the tool suggests a set of trades to bring your portfolio back into balance.

### Does Realio charge any fees?

Realio does **not** charge any platform-specific fees for trading. You only pay:

1. **Network Gas Fees**: Paid to the blockchain miners/validators.
2. **Liquidity Provider Fees**: Paid to the Uniswap V3 pools (typically 0.05%, 0.3%, or 1%).

### How is the cross-chain tracking handled?

When you connect your wallet, Realio's backend scans the supported blockchains for balances of verified stock tokens associated with your address, aggregating them into a single unified view.

{% hint style="info" %}
Still have questions? Join our community on **X** or contact our support team directly via the dashboard.
{% 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/faq.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.
