Skip to content

Add ERC: uRWA - Universal Real World Asset Interface #1029

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

xaler5
Copy link

@xaler5 xaler5 commented May 1, 2025

This EIP defines a minimal and implementation-agnostic interface for Real World Assets (RWAs), intended to unify compliance-related functionality across ERC-20, ERC-721, and ERC-1155 tokens. The interface introduces core primitives (recall, isUserAllowed, isTransferAllowed) that support regulated token use cases, such as enforcement actions and transfer restrictions, without prescribing how those policies are implemented.

The standard deliberately omits non-essential and opinionated features such as role-based access control, metadata handling, pausing, or on-chain identity mechanisms. These are left to implementers to integrate as needed, enabling maximum flexibility and reducing surface area for unnecessary gas costs or over-specification. This promotes composability and ease of integration across DeFi and institutional applications without compromising base token behavior.

Author: @xaler5
Discussion: https://ethereum-magicians.org/t/erc-universal-rwa-interface/23972

@eip-review-bot
Copy link
Collaborator

eip-review-bot commented May 1, 2025

File ERCS/erc-1234.md

Requires 1 more reviewers from @g11tech, @SamWilsn, @xinbenlv

@eip-review-bot eip-review-bot changed the title Add Universal RWA Interface (uRWA) Add ERC: uRWA - Universal Real World Asset Interface May 1, 2025
@github-actions github-actions bot added the w-ci label May 1, 2025
@github-actions github-actions bot removed the w-ci label May 1, 2025
@github-actions github-actions bot added the w-ci label May 1, 2025
Copy link

github-actions bot commented May 1, 2025

The commit 937e864 (as a parent of ab4cc24) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot removed the w-ci label May 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants