ERC-3643 / T-REX: The Permissioned Token Standard Powering Compliant RWA
The claim-based compliance standard that lets a green token be transferred only between verified identities — the regulatory backbone behind most compliant energy STOs.
Overview
ERC-3643, published in 2021 by the tokenization company Tokeny, is the leading standard for permissioned tokens — digital assets that can only be held or transferred by verified identities. Its reference implementation, T-REX (Token for Regulated EXchanges), wraps the standard in a full compliance framework.
For green-energy RWA, this is the difference between a token anyone can buy and a token only qualified, jurisdiction-approved investors can touch — the line that separates a lawful STO from an illegal public offering.
How compliant transfer works
The standard splits the token from identity. An Identity Registry stores on-chain identities; a Claim Issuer attests facts about a person or entity (KYC passed, accredited, resident of an allowed jurisdiction); a Compliance module encodes the rules; and a Transfer Manager blocks any transfer that violates them.
Before a token moves, the contract checks both sender and receiver against the live ruleset. A transfer to a sanctioned address, an unverified wallet, or a prohibited jurisdiction simply reverts. Compliance is enforced in the token, not in a PDF.
ERC-3643 vs. plain ERC-20
A vanilla ERC-20 is permissionless: anyone with a wallet can hold and send it. That is perfect for a meme coin and catastrophic for a security. A photovoltaic yield-right token built on ERC-20 would let a sanctioned party or a retail investor acquire a regulated offering by accident.
ERC-3643 adds the missing gate. It keeps the familiar token interface while layering identity and rules underneath, so the same wallet UX can serve a strictly regulated asset. For green STOs, this gate is not optional.
Why green RWA needs it
Recall the compliant path from the Hong Kong framework article: assets in an SPV, issuance as an STO, sale only to professional investors. ERC-3643 is the on-chain enforcement of that path — it restricts the token to verified professional investors, enforces jurisdiction, and can freeze or reclaim tokens per regulator request.
This is almost certainly the backbone beneath the Chinese photovoltaic RWA structures referenced on this site (GCL’s 82 MW issuance, the charging-pile STO, the AntChain rails): a permissioned token standard doing the compliance heavy-lifting so the asset can be lawful.
Claim-based compliance and privacy
The elegance is the separation of concerns. Identity and KYC live with licensed issuers off-chain; the token only sees cryptographic claims ("this wallet is approved"), never the underlying passport. An investor verified once can reuse their identity across many issuers — a portable, privacy-preserving compliance credential.
For regulators, the model offers a live, auditable control plane: they can see that every holder is verified and every transfer compliant, without the token itself leaking personal data. That balance is why institutions adopt it.
Ecosystem and relatives
ERC-3643 is implemented by Tokeny and adopted across regulated exchanges and institutional tokenization platforms. It is often contrasted with ERC-1400, the broader security-token standard: ERC-1400 focuses on document and workflow semantics, while ERC-3643 focuses on identity-gated transfer — the two are frequently used together.
For a green-energy issuer, the practical choice is rarely "build vs. adopt." The compliant path is to adopt a proven permissioned standard and spend engineering effort on the asset and its oracle, not on reinventing transfer restrictions.
Lessons for RWA designers
The single most important takeaway: compliance is a feature of the token, not a bolt-on disclaimer. Pick the transfer standard before you write a line of Solidity, because retrofitting identity gates onto a permissionless ERC-20 is painful and often impossible without a token migration.
For the photovoltaic RWA thesis of this site, ERC-3643 is the quiet enabler: it is what lets a green yield token be both on-chain and lawful, turning "we promise only qualified investors" from a sentence in a whitepaper into an enforced rule in code.
Related analysis
Energy Web: The Open-Source Backbone Behind Energy RWA
A global nonprofit that built the identity, oracle, and tokenization toolkits energy RWA projects quietly depend on — the missing “trust layer” behind triple-trust claims.
Brooklyn Microgrid: The Neighborhood That Traded Solar Peer-to-Peer
LO3 Energy’s transactive-energy pilot proved local solar could be traded between neighbors on a blockchain — and ran straight into utility regulation.
SolarCoin: A Cryptocurrency That Pays You to Generate Solar Power
The first large-scale attempt to bootstrap solar adoption with a reward token — 1 SLR per megawatt-hour — and what its decade-long experiment teaches RWA designers.