# re.al docs

## re.al docs

- [Get to Know re.al](https://docs.re.al/introduction/get-to-know-re.al.md)
- [Relationship to Arbitrum](https://docs.re.al/introduction/relationship-to-arbitrum.md)
- [Tokenized RWAs on re.al](https://docs.re.al/introduction/tokenized-rwas-on-re.al.md)
- [Arbitrum Orbit Overview](https://docs.re.al/re.al-chain/arbitrum-orbit-overview.md)
- [Block Explorer](https://docs.re.al/re.al-chain/block-explorer.md)
- [Run a Node](https://docs.re.al/re.al-chain/run-a-node.md): Setup Real Permissionless RPC Node
- [Governance](https://docs.re.al/re.al-chain/governance.md)
- [Security](https://docs.re.al/re.al-chain/security.md)
- [Contracts & Addresses](https://docs.re.al/re.al-chain/contracts-and-addresses.md)
- [reETH: Native Token](https://docs.re.al/get-started/reeth-native-token.md)
- [Get Started](https://docs.re.al/get-started/get-started.md)
- [Asset Bridging](https://docs.re.al/get-started/asset-bridging.md)
- [Network Guides and Videos](https://docs.re.al/get-started/network-guides-and-videos.md)
- [How to Bridge to re.al](https://docs.re.al/get-started/network-guides-and-videos/how-to-bridge-to-re.al.md)
- [How to Lock $RWA](https://docs.re.al/get-started/network-guides-and-videos/how-to-lock-usdrwa.md)
- [How to Bridge from re.al (to Ethereum and L2s)](https://docs.re.al/get-started/network-guides-and-videos/how-to-bridge-from-re.al-to-ethereum-and-l2s.md)
- [Overview](https://docs.re.al/rwa-token/overview.md)
- [RWA Tokenomics](https://docs.re.al/rwa-token/rwa-tokenomics.md)
- [Reporting veRWA APY](https://docs.re.al/rwa-token/rwa-tokenomics/reporting-verwa-apy.md)
- [Managing veRWA](https://docs.re.al/rwa-token/managing-verwa.md)
- [stRWA and wstRWA](https://docs.re.al/rwa-token/strwa-and-wstrwa.md)
- [RWA Rewards Program](https://docs.re.al/rwa-token/rwa-rewards-program.md)
- [Overview and Goals](https://docs.re.al/rwa-token/rwa-rewards-program/overview-and-goals.md)
- [Program Specifics](https://docs.re.al/rwa-token/rwa-rewards-program/program-specifics.md)
- [Referrals](https://docs.re.al/rwa-token/rwa-rewards-program/referrals.md)
- [Calculating Points](https://docs.re.al/rwa-token/rwa-rewards-program/calculating-points.md)
- [Migration](https://docs.re.al/rwa-token/migration.md)
- [Contracts](https://docs.re.al/rwa-token/contracts.md)
- [RWA Technical](https://docs.re.al/rwa-token/contracts/rwa-technical.md)
- [stRWA Technical](https://docs.re.al/rwa-token/contracts/strwa-technical.md)
- [Start Building](https://docs.re.al/build-on-re.al/start-building.md)
- [Faucet](https://docs.re.al/build-on-re.al/faucet.md)
- [Smart Contracts](https://docs.re.al/build-on-re.al/smart-contracts.md)
- [Write a Contract](https://docs.re.al/build-on-re.al/smart-contracts/write-a-contract.md)
- [Deploy Using Hardhat](https://docs.re.al/build-on-re.al/smart-contracts/deploy-using-hardhat.md)
- [Verify Contracts](https://docs.re.al/build-on-re.al/smart-contracts/verify-contracts.md)
- [Services](https://docs.re.al/services/services.md)
- [Account Abstraction](https://docs.re.al/services/account-abstraction.md)
- [Safe Account Abstraction](https://docs.re.al/services/account-abstraction/safe-account-abstraction.md)
- [Automation & Off-chain Data](https://docs.re.al/services/automation-and-off-chain-data.md)
- [Gelato Web3 Functions](https://docs.re.al/services/automation-and-off-chain-data/gelato-web3-functions.md)
- [Bridges](https://docs.re.al/services/bridges.md)
- [Layer Zero](https://docs.re.al/services/bridges/layer-zero.md)
- [Indexers](https://docs.re.al/services/indexers.md)
- [Goldsky](https://docs.re.al/services/indexers/goldsky.md)
- [Oracles](https://docs.re.al/services/oracles.md)
- [Redstone on re.al](https://docs.re.al/services/oracles/redstone-on-re.al.md)
- [Relay](https://docs.re.al/services/relay.md)
- [Gelato Relay](https://docs.re.al/services/relay/gelato-relay.md)
- [VRF](https://docs.re.al/services/vrf.md)
- [Gelato VRF](https://docs.re.al/services/vrf/gelato-vrf.md)
- [Wallet as a Service](https://docs.re.al/services/wallet-as-a-service.md)
- [Privy](https://docs.re.al/services/wallet-as-a-service/privy.md)
- [Web3Auth](https://docs.re.al/services/wallet-as-a-service/web3auth.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.re.al/introduction/get-to-know-re.al.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.
