TGViewer
Solidity Treasures Solidity Treasures @soliditypedia · 4.28K subscribers
Post #583 472
RWA tokenization: the standards stack most demos skip

Most RWA repos stop at an ERC-20 with a whitelist. Real asset tokens need identity, transfer restrictions, and forced recovery baked into the token itself. QuillAudits' reference handbook maps the actual stack:

ERC-3643 (T-REX): permissioned transfers gated by an on-chain identity registry, so transfer reverts unless both parties hold a valid claim. Compliance lives in the token, not off-chain.

ERC-4626: the vault layer for yield-bearing wrappers over the underlying asset.

The hard part is the admin surface: forced transfers, freeze, and mint/burn for redemptions are power tools that widen your attack surface. Every privileged path needs its own access-control review, not a blanket onlyOwner.

Ships with Foundry code and an audit methodology.

Quillhash/Real-World-Assets-RWA
@soliditypedia
GitHub GitHub - Quillhash/Real-World-Assets-RWA: Developer handbook & reference implementation for Real-World Asset (RWA) tokenization:… Developer handbook & reference implementation for Real-World Asset (RWA) tokenization: token standards (ERC-3643, ERC-4626), Foundry code, audit methodology. By QuillAudits - Quillhash/Real...
  • 🔥 2
  • 👍 1
More from @soliditypedia
  1. Sep 22, 2026Deploy at the same address on every chain, without shipping initcode. Plain CREATE2 ties t…
  2. Sep 18, 2026An on-chain guard for AI-agent transactions moves the trust to whoever signs the attestati…
  3. Sep 16, 2026A generalized MEV bot beat the attacker to the rsETH exploit in the same block When the ex…
  4. Sep 15, 2026Public-mempool gas sponsorship can't have all three: no locked money, no off-chain trust,…
  5. Sep 13, 2026A QEMU/KVM sandbox is not a boundary for a cyber-capable agent Trail of Bits gave a fronti…
  6. Sep 12, 2026This week in Solidity Allbridge halted its core bridge after a $1.65M exploit: a $1.12M Ka…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →