You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All proposals/protocols mentioned above using the representation that usually consists of two parameters:
token (address) represents the token address
amount (uint256) represents the amount of asset to be transferred
While this is sufficient to represent the payment (reward) that is compatible with ERC-20 tokens or ETH, it is not general enough to handle other tokens like NFT (#721 and others) or other upcoming assets.
The idea behind this ERC is to create the standard that will allow defining the payments beyond standard tokens and ETH.
There has been no activity on this issue for two months. It will be closed in a week if no further activity occurs. If you would like to move this EIP 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.
This issue was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback or request a review in a comment.
I'm opening this ERC as a means for further discussions.
Simple summary
Standard interface for meta payments
Idea
The idea of payment is included in proposals like #865 or #1077 as well as protocols like Ethereum Alarm Clock (https://github.com/ethereum-alarm-clock/ethereum-alarm-clock) as the reward for execution of the requested task.
All proposals/protocols mentioned above using the representation that usually consists of two parameters:
token (address)
represents the token addressamount (uint256)
represents the amount of asset to be transferredWhile this is sufficient to represent the payment (reward) that is compatible with ERC-20 tokens or ETH, it is not general enough to handle other tokens like NFT (#721 and others) or other upcoming assets.
The idea behind this ERC is to create the standard that will allow defining the payments beyond standard tokens and ETH.
The example payments could be:
Specification
TDB
Implementation
TDB
The text was updated successfully, but these errors were encountered: