Ethereum Improvement Proposal (EIP)

EIPs provide a standardized mechanism to propose, discuss, and implement changes across Ethereum protocol, client software, and ecosystem.

EIPs describe new features, modifications, or standards for Ethereum and can target protocol, tooling, or ecosystem. Types include Standard Track, Meta, and Informational. The EIP process is open, community-driven, and non-binding; adoption depends on consensus among clients. Notable EIPs include ERC-20 ([token standard](/ru/terms/token-standard)) and EIP-1559 (fee mechanism). EIPs are archived and maintained by the community.

        graph LR
  Center["Ethereum Improvement Proposal (EIP)"]:::main
  Rel_eips["eips"]:::related -.-> Center
  click Rel_eips "/terms/eips"
  Rel_ethereum["ethereum"]:::related -.-> Center
  click Rel_ethereum "/terms/ethereum"
  Rel_eip_4844["eip-4844"]:::related -.-> Center
  click Rel_eip_4844 "/terms/eip-4844"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Простыми словами

Generated ELI5 content

🤓 Expert Deep Dive

Generated expert content

❓ Частые вопросы

What is an EIP?

A formal design document to propose, discuss, and implement changes to Ethereum.

📚 Источники