Ethereum Improvement Proposal (EIP)
EIP'ler, Ethereum protocol, client software ve ekosistem genelinde değişiklikleri önermek, tartışmak ve uygulamak için standartlaştırılmış bir mekanizma sağlar.
EIP'ler, Ethereum için yeni özellikleri, değişiklikleri veya standartları açıklar ve protocol, tooling veya ekosistemi hedefleyebilir. Tipleri Standard Track, Meta ve Informational'dır. EIP süreci açık, topluluk odaklı ve bağlayıcı değildir; benimsenmesi client'lar arasındaki konsensüse bağlıdır. Önemli EIP'ler arasında ERC-20 ([token standard](/tr/terms/token-standard)ı) ve EIP-1559 (fee mekanizması) bulunur. EIP'ler topluluk tarafından arşivlenir ve korunur.
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;
🧒 5 yaşındaki gibi açıkla
Generated ELI5 content
🤓 Expert Deep Dive
Generated expert content
❓ Sık sorulan sorular
What is an EIP?
A formal design document to propose, discuss, and implement changes to Ethereum.