| ERC | Title | Description |
|---|
| ERC-7720 | Deferred Token Transfer | Allows users to schedule ERC-20 token transfers for withdrawal at a specified future time, enabling deferred payments. |
| ERC-7699 | Transfer Reference Extension | Include a unique identifier (transfer or payment reference) for each ERC-20 transaction to associate transfers with orders/invoices. |
| ERC-7144 | ERC-20 with transaction validation step. | A new validation step for transfer and approve calls, achieving a security step in case of stolen wallet. |
| ERC-3005 | Batched meta transactions | Defines an extension function for ERC-20 (and other fungible token standards), which allows receiving and processing a batch of meta transactions. |
| ERC-2770 | Meta-Transactions Forwarder Contract | Standardized contract interface for extensible meta-transaction forwarding. |
| ERC-1996 | Holdable Token | An extension to the ERC-20 standard token that allows tokens to be put on hold. |
| ERC-1132 | Extending ERC20 with token locking capability | An extension to the ERC20 standard with methods for time-locking of tokens within a contract. |
| ERC | Title | Description |
|---|
| ERC-223 | Token Standard | Token with transaction handling model |
| ERC-7968 | Owner-Authorized Token Transfer Protocol | Enable third parties to transfer tokens authorized by a signed message. |
| ERC-4524 | Safer ERC-20 | Extending ERC-20 with ERC165 and adding safeTransfer (like ERC-721 and ERC-1155) |
| ERC-3009 | Transfer With Authorization | Transfer fungible assets via a signed authorization. |
| ERC-7758 | Transfer With Authorization | Transfer fungible assets via a signed authorization. |
| ERC-2771 | Secure Protocol for Native Meta Transactions. | A contract interface for receiving meta transactions through a trusted forwarder |
| EIP-902 | Token Validation | A protocol for services providing token ownership and transfer validation. |