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

# Ecosystem

- [Real Blockchain Old](https://docs.reallayer.com/ecosystem/real-blockchain-old.md)
- [Real Blockchain](https://docs.reallayer.com/ecosystem/real-blockchain.md)
- [Performance](https://docs.reallayer.com/ecosystem/real-blockchain/performance.md)
- [Ecosystem and Blockchain Flow](https://docs.reallayer.com/ecosystem/real-blockchain/ecosystem-and-blockchain-flow.md)
- [Real Protocol](https://docs.reallayer.com/ecosystem/real-protocol.md)
- [Tokenization Module](https://docs.reallayer.com/ecosystem/real-protocol/tokenization-module.md)
- [RealFractionalToken.sol](https://docs.reallayer.com/ecosystem/real-protocol/tokenization-module/realfractionaltoken.sol.md)
- [RealTokenFactory.sol](https://docs.reallayer.com/ecosystem/real-protocol/tokenization-module/realtokenfactory.sol.md)
- [RealAssetNFT.sol](https://docs.reallayer.com/ecosystem/real-protocol/tokenization-module/realassetnft.sol.md)
- [Primary Market Module](https://docs.reallayer.com/ecosystem/real-protocol/primary-market-module.md)
- [RealOffering.sol](https://docs.reallayer.com/ecosystem/real-protocol/primary-market-module/realoffering.sol.md)
- [OfferingFactory.sol](https://docs.reallayer.com/ecosystem/real-protocol/primary-market-module/offeringfactory.sol.md)
- [Secondary Market Module](https://docs.reallayer.com/ecosystem/real-protocol/secondary-market-module.md)
- [P2PRouter.sol](https://docs.reallayer.com/ecosystem/real-protocol/secondary-market-module/p2prouter.sol.md)
- [Yield Distribution Contracts](https://docs.reallayer.com/ecosystem/real-protocol/yield-distribution-contracts.md)
- [RealStakingDistributor.sol](https://docs.reallayer.com/ecosystem/real-protocol/yield-distribution-contracts/realstakingdistributor.sol.md)
- [Lending Contracts](https://docs.reallayer.com/ecosystem/real-protocol/lending-contracts.md)
- [RealLending.sol](https://docs.reallayer.com/ecosystem/real-protocol/lending-contracts/reallending.sol.md)
- [Prompt](https://docs.reallayer.com/ecosystem/real-protocol/prompt.md)
- [Real Protocol and Smart Contracts](https://docs.reallayer.com/ecosystem/real-protocol-and-smart-contracts.md)
- [Core Coin Contracts](https://docs.reallayer.com/ecosystem/real-protocol-and-smart-contracts/core-coin-contracts.md)
- [Library Contracts](https://docs.reallayer.com/ecosystem/real-protocol-and-smart-contracts/library-contracts.md)
- [Interface Contracts](https://docs.reallayer.com/ecosystem/real-protocol-and-smart-contracts/interface-contracts.md)
- [Shared Infrastructure](https://docs.reallayer.com/ecosystem/real-protocol-and-smart-contracts/shared-infrastructure.md)
- [System Integration](https://docs.reallayer.com/ecosystem/real-protocol-and-smart-contracts/system-integration.md)
- [Real Bridge](https://docs.reallayer.com/ecosystem/real-bridge.md)
- [Architecture and Flows](https://docs.reallayer.com/ecosystem/real-bridge/architecture-and-flows.md)
- [Real Exchange](https://docs.reallayer.com/ecosystem/real-exchange.md)
- [Spot and Futures](https://docs.reallayer.com/ecosystem/real-exchange/spot-and-futures.md)
- [Perpetuals](https://docs.reallayer.com/ecosystem/real-exchange/perpetuals.md)
- [Peer-to-Peer](https://docs.reallayer.com/ecosystem/real-exchange/peer-to-peer.md)
- [Real Explorer](https://docs.reallayer.com/ecosystem/real-explorer.md)
- [API Reference](https://docs.reallayer.com/ecosystem/real-explorer/api-reference.md)
- [Real Tools](https://docs.reallayer.com/ecosystem/real-tools.md)
- [Real Token Old](https://docs.reallayer.com/ecosystem/real-token-old.md)
- [Real Token](https://docs.reallayer.com/ecosystem/real-token.md)
- [REAL Governance](https://docs.reallayer.com/ecosystem/real-governance.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 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.reallayer.com/ecosystem.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.
