RWA API

Enterprise Real World Asset (RWA) RPC Methods
Writing date: 2026-05-05

RWA API
Enterprise Real World Asset (RWA) RPC Methods

Document Version: 1.0
Writing Date: 2026-05-05
Last Updated: 2026-05-07
Scope: ZORAI Enterprise RWA RPC, RWA Issuers, Compliance Admins, Verifiers, Valuers, RegTech systems, custody providers and audit integrations.

1. Overview

The RWA API is the RPC surface ZORAI provides for enterprise Real World Asset issuance, compliance, valuation, distribution, redemption and regulatory disclosure workflows. These methods are designed for controlled business systems and compliance back offices, and must not be exposed as unprotected public wallet APIs.

The primary implementation is located in pkg/rpc/rwa_rpc.go. State models live under pkg/rwa, and the standard contract template is contracts/zorai-token-templates/ZORAIRWAToken.sol. In production, RWA RPC should operate together with standard EVM asset contracts, KYC providers, custody systems, audit workflows and external legal processes.

2. Primary Methods

3. Advanced Methods

4. Permission and Security Requirements

Important: RWA management methods must not be exposed through an unprotected public RPC endpoint. Production deployments must protect management methods with Admin controls, API Key, Validator ACL, Multisig, Timelock and Audit Trail.

5. Future Plans / Next Steps