Skip to content
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

Add EIP: Abstract Token #6604

Merged
merged 12 commits into from
Sep 13, 2023

Conversation

cr-walker
Copy link
Contributor

Abstract tokens provide a standard interface to:

  • Mint tokens off-chain as messages
  • Reify tokens on-chain via smart contract
  • Dereify tokens back into messages

Abstract tokens can comply with existing standards like ERC20, ERC721, and ERC1155. The standard allows wallets and other applications to better handle potential tokens before any consensus-dependent events occur on-chain.

Abstract tokens enable zero-cost token minting, facilitating high-volume applications by allowing token holders to reify tokens (place the tokens on-chain) as desired. Example use cases:

  • airdrops
  • POAPs / receipts
  • identity / access credentials

@cr-walker cr-walker requested a review from eth-bot as a code owner March 3, 2023 22:32
@github-actions github-actions bot added s-draft This EIP is a Draft t-erc labels Mar 3, 2023
@eth-bot
Copy link
Collaborator

eth-bot commented Mar 3, 2023

✅ All reviewers have approved.

@eth-bot eth-bot added e-consensus Waiting on editor consensus e-review Waiting on editor to review labels Mar 3, 2023
@github-actions github-actions bot added the w-ci Waiting on CI to pass label Mar 3, 2023
Copy link
Member

@Pandapip1 Pandapip1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the walidator issues

@github-actions github-actions bot added c-new Creates a brand new proposal e-number Waiting on EIP Number assignment labels Mar 14, 2023
@github-actions github-actions bot removed the s-draft This EIP is a Draft label Mar 14, 2023
@github-actions github-actions bot removed the e-number Waiting on EIP Number assignment label Mar 14, 2023
@github-actions
Copy link

The commit 0f07c81 (as a parent of c8ce2ab) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot added the s-draft This EIP is a Draft label Mar 14, 2023
@github-actions github-actions bot removed the w-ci Waiting on CI to pass label Mar 14, 2023
@cr-walker
Copy link
Contributor Author

@Pandapip1 - validation issues are fixed! Note that I had to assign a number (EIP-6604) to get the checks to pass, but I thought EIP numbers were usually assigned later in the review process.

@github-actions
Copy link

github-actions bot commented Sep 6, 2023

There has been no activity on this pull request for 2 weeks. It will be closed after 3 months of inactivity. If you would like to move this PR forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.

@github-actions github-actions bot added the w-stale Waiting on activity label Sep 6, 2023
@eth-bot eth-bot changed the title Abstract Token Standard Add EIP: Abstract Token Sep 13, 2023
@SamWilsn SamWilsn force-pushed the eip-draft_abstract_token_standard branch from 58b3159 to 5e0fff5 Compare September 13, 2023 20:33
@SamWilsn SamWilsn dismissed Pandapip1’s stale review September 13, 2023 20:34

eipw errors fixed

@eth-bot eth-bot enabled auto-merge (squash) September 13, 2023 20:34
Copy link
Collaborator

@eth-bot eth-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Reviewers Have Approved; Performing Automatic Merge...

Copy link
Collaborator

@eth-bot eth-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Reviewers Have Approved; Performing Automatic Merge...

@eth-bot eth-bot merged commit 7418ed3 into ethereum:master Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-new Creates a brand new proposal e-consensus Waiting on editor consensus e-review Waiting on editor to review s-draft This EIP is a Draft t-erc w-stale Waiting on activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants