Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin Chain SAFU CryptoTax DeFAI AGI Claude Me Claude Skill Claude Design Claude Cowork
Independent Media
Not affiliated with any project
The Deepest Real-World Asset Knowledge Base
rwa-bible.com
LATEST
The Hidden Risk in Tokenized Treasuries: Why On-Chain Price Drifts From NAV, and What Happens in a Redemption Rush  ·  Centrifuge Deep Dive: How One of RWA's Oldest Protocols Turns Invoices and Loans Into On-Chain Yield  ·  Where Does RWA Yield Actually Come From? Why One Pays 4% and Another 12% — and Why the Risk Is Completely Different  ·  EU Digital Fairness Act Targets Game Virtual Currencies: Gems and Coins Must Show Real Prices, Candy Crush and Supercell Warn of Industry Damage — What Does This Have to Do with Crypto?  ·  7 Most Common RWA Beginner Mistakes: From 'Thinking It's Like USDC' to 'Forgetting Tax Records'  ·  Exodus × Ondo Launch 200+ Tokenized Stocks and ETFs on Solana: Milestone in Self-Custody Wallet Evolving into Full-Asset Platform
Glossary · tokenization

ERC-3643 (T-REX: Token for Regulated Exchanges)

tokenization Advanced

30-Second Version · For the impatient
ERC-3643 (also called T-REX, Token for Regulated Exchanges) is an Ethereum token standard specifically designed for compliant securities tokenization. Unlike ordinary ERC-20 tokens (any address can receive them), ERC-3643 automatically verifies whether the recipient address is on the KYC whitelist before each token transfer — if not whitelisted, the transaction is automatically rejected. Ondo Finance's OUSG and USDY, Franklin BENJI, all use ERC-3643 or similar compliant token standards, ensuring tokens circulate only among compliant investors.
Full Explanation +
01 · What is this?

ERC-20 vs ERC-3643 technical differences are fundamental to understanding RWA token design. ERC-20 (ordinary token standard, like USDC, USDT): transfer() function logic: deduct X tokens from address A, add X tokens to address B. Only verifies sender has sufficient balance, no recipient qualification verification; any Ethereum address can hold and receive ERC-20 tokens; completely permissionless — no smart contract-level restriction on 'who can hold.' ERC-3643 (compliant token standard, like OUSG, BENJI): transfer() function logic: deduct X tokens from address A → query Identity Registry contract to confirm address B's qualifications → if address B is whitelisted and meets qualification requirements, add X tokens to address B; if address B isn't whitelisted, transaction reverts (fails). Only addresses that have completed KYC in Securitize's system and been added to the whitelist can receive tokens. This technical difference makes ERC-3643 tokens fundamentally 'permissioned tokens' rather than 'permissionless tokens' — the essential dividing line between RWA and DeFi.

02 · Why does it exist?

ERC-3643's modular design lets issuers flexibly configure compliance rules without rewriting entire contracts. ERC-3643's core components: Token Contract (contains balance mapping, transfer function, and compliance hooks); Identity Registry (maintains 'approved address → investor compliance attributes' mapping — country, qualification level, KYC status); Compliance Contract (defines transfer rules — like: no US addresses can hold Reg S tokens; daily holding limits; pre-transfer lockup periods); Trusted Issuers Registry (which KYC service providers' verification results are accepted by this contract). Practical significance of modular design: Ondo Finance can update compliance rules (like reducing minimum holding from $100K to $50K) without modifying the OUSG token contract itself; in emergencies (like OFAC sanctioning new addresses), can quickly remove specific addresses from whitelist without freezing all tokens.

03 · How does it affect your decisions?

Ondo Finance choosing ERC-3643 over ERC-20 involves several key considerations that clarify RWA token design trade-offs. Reg D/Reg S technical enforcement needs: OUSG's Reg D exemption requires only 'accredited investors' can hold; Reg S exemption requires tokens not flowing to US markets. These legal requirements must have corresponding technical control mechanisms — ERC-3643's whitelist system makes these legal requirements 'technically enforced rules' rather than 'behavioral norms relying on manual monitoring.' Issuer liability reduction: if OUSG used ordinary ERC-20, Alice could send tokens to any address — including non-KYC addresses, US persons, even sanctioned addresses. Ondo Finance would face compliance liability (allowing non-compliant persons to hold Reg D-exempt securities). ERC-3643 makes these situations technically impossible, substantially reducing issuer compliance liability. Institutional trust building: institutional investors (MakerDAO, pension funds) require verifiable compliance mechanisms in tokenized assets. ERC-3643's whitelist system provides technical guarantee that 'tokens only circulate among compliant investors,' making institutions more willing to allocate OUSG.

04 · What should you do?

ERC-3643's global adoption status and future evolution. Current adoption (mid-2026): Ondo Finance (OUSG, USDY); Franklin Templeton (BENJI's Polygon version); Tokeny Solutions (ERC-3643's primary developer and promoter, having deployed dozens of institutional RWA tokens); some EU tokenized equity programs (leveraging ERC-3643's compliant features to satisfy MiCA's permissioned token requirements). Competitive landscape with other standards: outside Ethereum, different chains have different compliance token standards — Stellar has its own compliance controls (BENJI's Stellar version uses Stellar-native compliance); Solana's compliance tokens (Ondo's USDY on Solana uses Token Extensions). On Ondo Chain (planned), compliance controls will be integrated into the consensus layer rather than application-layer contracts — potentially making Ondo Chain tokens natively compliant without needing application-layer standards like ERC-3643. Evolution direction: as RWA × DeFi integration deepens, ERC-3643's whitelist coverage needs expansion — more DeFi protocols whitelisted, allowing OUSG and similar tokens to be used across broader DeFi ecosystems while maintaining compliance.

Real-World Example +

Two OUSG transfer scenarios illustrating ERC-3643 in actual operation. Scenario A (success): Alice (OUSG whitelisted address) → Bob (also whitelisted, completed Securitize KYC). Alice initiates transfer(Bob_address, 100) → ERC-3643 contract queries Identity Registry → Bob's address is valid (KYC status: passed, qualification: Reg S non-US person, no sanctions) → transfer succeeds, Alice -100 OUSG, Bob +100 OUSG, Securitize simultaneously updates legal shareholder registry. Scenario B (failure): Alice attempts to send 100 OUSG to Carol (Carol has no Securitize KYC, address not whitelisted). Alice initiates transfer(Carol_address, 100) → ERC-3643 contract queries Identity Registry → Carol's address not found (no KYC) → contract executes revert, transaction fails → Alice loses Gas fees (~$3-8) but OUSG doesn't move at all. Scenario B lesson: before sending any ERC-3643 tokens, confirm the recipient address is whitelisted using Ondo Finance's official interface or Securitize's query tools. Failed sends don't lose tokens, but do lose Gas fees.

Common Misconceptions +
✕ Misconception 1
× Misconception: ERC-3643 makes OUSG less secure than ordinary ERC-20 because there's a 'backdoor' (admins can modify whitelists). ERC-3643 does allow admins (Securitize/Ondo Finance) to modify whitelists (adding or removing addresses) — a necessary compliance function (like OFAC sanctioning new addresses). But this 'backdoor' is by design, known, and transparent — anyone can see on Etherscan who OUSG's contract admins are and what whitelist operations have historically occurred. This makes ERC-3643's 'centralized compliance control' more transparent than traditional financial institutions (which have no on-chain auditable records), not less secure.
✕ Misconception 2
× Misconception: ERC-3643 is just ERC-20 with a simple 'switch' added — not technically complex. ERC-3643's design is far more sophisticated — it has independent modules (Identity Registry, Compliance Contract, Trusted Issuers Registry) enabling fine-grained compliance rule configuration: restrict holding by country; set per-address holding limits; set transfer lockup periods; set different address tiers (Tier 1 = retail, Tier 2 = institutional, different holding limits). This modular compliance design makes ERC-3643 the most suitable compliant standard for complex securities tokenization.
The Missing Link +
Direct Impact

ERC-3643 vs ERC-20 trade-offs in RWA. ERC-3643 advantages: compliance enforcement upgrades from 'manual monitoring' to 'technically enforced'; enables tokenized securities to compliantly exist under US law (Reg D/Reg S); provides institutional investors trustworthy compliance guarantee; substantially reduces issuer legal liability. ERC-3643 costs: permissioned (only whitelisted addresses can hold and receive) — loses DeFi's permissionlessness; secondary market liquidity restricted; slightly higher Gas; sets technical barriers for ordinary DeFi users; introduces centralized Securitize as whitelist manager. Best ERC-3643 use cases: any tokenized securities requiring issuance under US law or equivalent compliance frameworks; RWA products requiring institutional investor participation; EU market tokenized assets needing MiCA (ART category) compliance. Not suitable for: pure DeFi liquidity tokens (needing maximum composability); assets requiring high anonymity; small-denomination high-frequency trading assets.

Ask a Question
Please enter at least 10 characters
Related Articles
The Complete Journey from Real Asset to On-Chain Token: How Legal, Technical, and Capital Flows Must Align Simultaneously
fundamentals · Jun 08