EIP 2020, E-money Standard Token by Fernando Paris, Daniel Lehrner

The EM Token builds on Ethereum standards currently in use such as ERC20, but it extends them to provide few key additional pieces of functionality, needed in the regulated financial world:
Compliance: EM Tokens implement a set of methods to check in advance whether user-initiated transactions can be done from a compliance point of view. Implementations must `require` that these methods return a positive answer before executing the transaction.
Clearing: In addition to the standard ERC20 `transfer` method, EM Token provides a way to submit transfers that need to be cleared by the token issuing authority offchain. These transfers are then executed in two steps:
1. transfers are ordered
2. after clearing them, transfers are executed or rejected by the operator of the token contract
Holds: token balances can be put on hold, which will make the held amount unavailable for further use until the hold is resolved (i.e. either executed or released).
Funding Requests: users can request for a wallet to be funded by calling the smart contract and attaching a debit instruction string.
Payouts: users can request payouts by calling the smart contract and attaching a payment instruction string.
https://emoneytokenstandard.org/

Share your thoughts, add a comment!

You must be logged in in order to place a comment.

Article comments

Loading...
No comments yet, be the first to comment this article