EIPs & ERCs¶
Ethereum Improvement Proposals (EIPs) define standards and protocol changes for the Ethereum network. ERCs (Ethereum Request for Comments) are application-level standards, particularly for token interfaces.
Token Standards¶
| Standard | Description |
|---|---|
| ERC-20 | Fungible token standard |
| ERC-721 | Non-fungible token (NFT) standard |
| ERC-1155 | Multi-token standard |
| ERC-4626 | Tokenized vault standard |
Protocol EIPs¶
| EIP | Description |
|---|---|
| EIP-1559 | Fee market reform |
| EIP-4844 | Proto-danksharding (blob transactions) |
| ERC-4337 | Account abstraction |
| EIP-7702 | Set EOA account code |
Network Upgrades¶
| Upgrade | Description |
|---|---|
| Pectra | Prague-Electra upgrade |
| Fusaka | Future upgrade |
| EOF | EVM Object Format |
| Verkle Tree | State tree optimization |