# How to Build on Real

### Overview

Real provides a unified developer stack for tokenizing, trading, and managing real-world assets. Developers can integrate at different layers of the ecosystem depending on whether they are building issuance tools, trading infrastructure, or token-based applications. The Real decentralized platforms are modular by design, allowing builders to start small and expand without re-architecting their integrations.

### Why Build on Real

* End-to-end RWA stack covering issuance, trading, and lifecycle management
* Compliance-first architecture embedded at the protocol level
* Institutional-grade design suitable for regulated capital and real assets
* Composable infrastructure supporting modular and vertical builds

### How to Start Building

<table data-header-hidden><thead><tr><th width="246"></th><th></th></tr></thead><tbody><tr><td><strong>Step</strong></td><td><strong>Technical Action</strong></td></tr><tr><td>1. Integration Scoping </td><td><p><strong>Action:</strong>  Choose your integration layer<br></p><p><strong>Technical Description:</strong>  Decide whether you are building on Real Protocol, Real Exchange, Real Token, or multiple layers.</p></td></tr><tr><td>2. Technical Enablement</td><td><p><strong>Action:</strong>  Access developer resources</p><p><br><strong>Technical Description:</strong>  Review SDKs, APIs, and smart contract interfaces.</p></td></tr><tr><td>3. Environment Setup</td><td><p><strong>Action:</strong>  Set up environment<br></p><p><strong>Technical Description:</strong>  Configure wallets, test networks, and permissions.</p></td></tr><tr><td><ol start="4"><li>Development and Validation</li></ol></td><td><p><strong>Action:</strong>  Build and test<br></p><p><strong>Technical Description:</strong>  Develop against sandbox environments and simulate real asset flows.</p></td></tr><tr><td><ol start="5"><li>Production Deployment</li></ol></td><td><p><strong>Action:</strong>  Deploy and scale<br></p><p><strong>Technical Description:</strong>  Move to production with compliance and monitoring enabled.</p></td></tr></tbody></table>

### Real Protocol

#### Overview

Real Protocol is the foundational layer for tokenizing real-world assets. It provides the smart contract frameworks, compliance logic, and lifecycle tooling required to represent off-chain assets on-chain in a regulated and enforceable way.

The protocol abstracts complex legal and compliance requirements into programmable logic, allowing developers to focus on building products rather than reinventing asset infrastructure.

#### Development Use-cases

* Build asset-specific tokenization frameworks
* Extend compliance and permissions logic
* Create operational and administrative tooling

#### Opportunities&#x20;

| **Area**           | **Key Actions**                    | **Technical Description**                                                    |
| ------------------ | ---------------------------------- | ---------------------------------------------------------------------------- |
| Token standards    | Design asset-aware token contracts | Implement smart contracts that encode ownership, rights, and lifecycle rules |
| Compliance modules | Enforce regulatory constraints     | Integrate allowlists, transfer rules, and jurisdiction checks                |
| Issuance tooling   | Support asset onboarding           | Build interfaces and automation for issuers and operators                    |

***

### Real Exchange

#### Overview

Real Exchange is the trading and settlement layer for tokenized real-world assets. It enables compliant primary issuance and secondary market activity while maintaining regulatory controls at every stage of the transaction lifecycle.

The exchange is designed to support institutional-grade liquidity, transparent pricing, and on-chain settlement without sacrificing compliance or security.

#### Development Use-cases

* Build trading interfaces and execution tools
* Support liquidity formation and market infrastructure
* Improve settlement, reporting, and post-trade operations

#### Opportunities

| **Area**             | **Key Actions**               | **Technical Description**                                 |
| -------------------- | ----------------------------- | --------------------------------------------------------- |
| Trading applications | Create market access tools    | Build front-end and API-driven trading experiences        |
| Liquidity systems    | Enable price discovery        | Develop AMMs, RFQ engines, or order-book integrations     |
| Settlement tooling   | Automate post-trade workflows | Handle clearing, reconciliation, and regulatory reporting |

***

### Real Token

#### Overview

Real Token is the native ecosystem token that aligns incentives across issuers, traders, developers, and users. It is designed to power access, participation, and governance across the Real ecosystem.

Rather than serving as a speculative asset, Real Token is intended to reflect actual network usage and economic activity.

#### Development Use-cases

* Design token-based utility and access models
* Build incentive mechanisms tied to real usage
* Participate in governance and ecosystem coordination

#### Opportunities&#x20;

| **Area**          | **Key Actions**                 | **Technical Description**                                          |
| ----------------- | ------------------------------- | ------------------------------------------------------------------ |
| Utility design    | Implement access and fee models | Use Real Token for protocol access, discounts, or premium features |
| Incentive systems | Reward productive behavior      | Build staking, rebates, or rewards tied to network activity        |
| Governance tools  | Enable protocol governance      | Create voting and proposal mechanisms for ecosystem decisions      |


---

# Agent Instructions: 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/developers/how-to-build-on-real.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.
