Ethereum Improvement Proposal (EIP)

EIPs fornecem um mecanismo padronizado para propor, discutir e implementar mudanças no Ethereum protocol, client software e ecossistema.

EIPs descrevem novas funcionalidades, modificações ou standards para o Ethereum e podem ter como alvo o protocol, tooling ou ecossistema. Os tipos incluem Standard Track, Meta e Informational. O processo de EIP é aberto, community-driven e não vinculativo; a adoção depende do consensus entre os clients. EIPs notáveis incluem ERC-20 ([token standard](/pt/terms/token-standard)) e EIP-1559 (fee mechanism). EIPs são arquivados e mantidos pela 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;

      

🧒 Explique como se eu tivesse 5 anos

Generated ELI5 content

🤓 Expert Deep Dive

Generated expert content

❓ Perguntas frequentes

What is an EIP?

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

📚 Fontes