<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Ethereum Improvement Proposals - Living</title>
    <subtitle>Ethereum Improvement Proposals (EIPs &amp; ERCs) describe standards for the Ethereum platform, such as core protocol changes and application-level standards.</subtitle>
    <link href="https://wg-eips.ritovision.com/status/living/atom.xml" rel="self" type="application/atom+xml"/>
    <link rel="alternate" type="text/html" href="https://wg-eips.ritovision.com/status/living/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-02-11T14:49:28+00:00</updated>
    <id>https://wg-eips.ritovision.com/status/living/atom.xml</id>
    <entry xml:lang="en">
        <title>Hardware and Bandwidth Recommendations</title>
        <published>2025-01-26T00:00:00+00:00</published>
        <updated>2026-02-11T14:49:27+00:00</updated>
	
	
	<author>
		<name>Parithosh Jayanthi</name><uri>https://github.com/parithosh</uri>
	</author>
	
	<author>
		<name>Kevaundray Wedderburn</name><uri>https://github.com/kevaundray</uri>
	</author>
	
	<author>
		<name>Josh Rudolf</name><uri>https://github.com/jrudolf</uri>
	</author>
	
	<author>
		<name>Dankrad Feist</name><uri>https://github.com/dankrad</uri>
	</author>
	
	<author>
		<name>Justin Traglia</name><uri>https://github.com/jtraglia</uri>
	</author>
	
	<author>
		<name>Ignacio Hagopian</name><uri>https://github.com/jsign</uri>
	</author>
	
	<author>
		<name>George Kadianakis</name><uri>https://github.com/asn-d6</uri>
	</author>
	
	<author>
		<name>Fredrik Svantes</name><uri>https://github.com/fredriksvantes</uri>
	</author>
	
	<author>
		<name>Carl Beekhuizen</name><uri>https://github.com/carlbeek</uri>
	</author>
	
	<author>
		<name>Toni Wahrstätter</name><uri>https://github.com/nerolation</uri>
	</author>
	
	
        <link rel="alternate" href="https://wg-eips.ritovision.com/7870/" type="text/html"/>
        
        
        <link rel="replies" type="text/html" href="https://ethereum-magicians.org/t/hardware-and-bandwidth-recommendations-for-full-nodes-and-validators/22675" />
        

        <id>https://wg-eips.ritovision.com/7870/</id>
        
            
            
            
            <category
                scheme="https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;type&#x2F;"
                term="informational"
                label="Informational" />
            
        
            
            
            
            <category
                scheme="https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;status&#x2F;"
                term="living"
                label="Living" />
            
        

        
        <category
            term="tag:eip:7870"
            label="EIP-7870" />
        

        
        

        
        <summary type="html">System recommendations for Validators and Full nodes</summary>
        
        <content type="html"  xml:base="https://wg-eips.ritovision.com/7870/">&lt;h2 id=&quot;abstract&quot;&gt;Abstract&lt;&#x2F;h2&gt;
&lt;p&gt;This proposal specifies hardware and bandwidth recommendations for different types of Ethereum nodes:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Full nodes&lt;&#x2F;strong&gt;: Nodes that follow the tip of the chain without necessarily proposing blocks.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Validators&lt;&#x2F;strong&gt;: Split into:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Attesters&lt;&#x2F;strong&gt;: Validators that validate and attest to blocks created by proposers.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Local block builders&lt;&#x2F;strong&gt; (Proposers): Validators that create blocks locally and broadcast them to the network.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;The resource-intensive aspect for local block builders lies in creating the block and quickly broadcasting the data required for attesters to validate it in time.&lt;&#x2F;p&gt;
&lt;p&gt;We note that it may be possible to run a client with less than the recommended specifications, however benchmarks and decision-making will be made with respect to these recommendations.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;motivation&quot;&gt;Motivation&lt;&#x2F;h2&gt;
&lt;p&gt;Clear system specifications are crucial for:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Ensuring meaningful benchmark comparisons across different client implementations.&lt;&#x2F;li&gt;
&lt;li&gt;Enabling informed decision-making about protocol upgrades and their resource usage implications.&lt;&#x2F;li&gt;
&lt;li&gt;Providing clear guidance for node operators to ensure alignment with future network requirements.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Without a shared understanding of target hardware specifications:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Benchmark results lose significance due to inconsistent testing environments.&lt;&#x2F;li&gt;
&lt;li&gt;Decision-making becomes challenging for implementation choices, as performance characteristics are heavily hardware-dependent.&lt;&#x2F;li&gt;
&lt;li&gt;Network participants lack clear guidance for hardware investments.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h2 id=&quot;specification&quot;&gt;Specification&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;roles-and-their-recommended-specifications&quot;&gt;Roles and Their Recommended Specifications&lt;&#x2F;h3&gt;
&lt;p&gt;Node operators typically run both an &lt;strong&gt;Execution Layer (EL)&lt;&#x2F;strong&gt; client and a &lt;strong&gt;Consensus Layer (CL)&lt;&#x2F;strong&gt; client on the same machine. The specifications below assume the combined resource usage of both.&lt;&#x2F;p&gt;
&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Node Type&lt;&#x2F;th&gt;&lt;th&gt;Storage&lt;&#x2F;th&gt;&lt;th&gt;Memory&lt;&#x2F;th&gt;&lt;th&gt;CPU Cores &#x2F; Threads&lt;&#x2F;th&gt;&lt;th&gt;&lt;strong&gt;PassMark CPU Rating&lt;&#x2F;strong&gt;&lt;&#x2F;th&gt;&lt;th&gt;Bandwidth Download &#x2F; Upload&lt;&#x2F;th&gt;&lt;&#x2F;tr&gt;&lt;&#x2F;thead&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Full Node&lt;&#x2F;strong&gt;&lt;&#x2F;td&gt;&lt;td&gt;4 TB NVMe&lt;&#x2F;td&gt;&lt;td&gt;32 GB&lt;&#x2F;td&gt;&lt;td&gt;4c &#x2F; 8t&lt;&#x2F;td&gt;&lt;td&gt;~1000 ST &#x2F; 3000 MT&lt;&#x2F;td&gt;&lt;td&gt;50 Mbps &#x2F; 15 Mbps&lt;&#x2F;td&gt;&lt;&#x2F;tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Attester&lt;&#x2F;strong&gt;&lt;&#x2F;td&gt;&lt;td&gt;4 TB NVMe&lt;&#x2F;td&gt;&lt;td&gt;64 GB&lt;&#x2F;td&gt;&lt;td&gt;8c &#x2F; 16t&lt;&#x2F;td&gt;&lt;td&gt;~3500 ST &#x2F; 25000 MT&lt;&#x2F;td&gt;&lt;td&gt;50 Mbps &#x2F; 25 Mbps&lt;&#x2F;td&gt;&lt;&#x2F;tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Local Block Builder&lt;&#x2F;strong&gt;&lt;&#x2F;td&gt;&lt;td&gt;4 TB NVMe&lt;&#x2F;td&gt;&lt;td&gt;64 GB&lt;&#x2F;td&gt;&lt;td&gt;8c &#x2F; 16t&lt;&#x2F;td&gt;&lt;td&gt;~3500 ST &#x2F; 25000 MT&lt;&#x2F;td&gt;&lt;td&gt;100 Mbps &#x2F; 50 Mbps&lt;&#x2F;td&gt;&lt;&#x2F;tr&gt;
&lt;&#x2F;tbody&gt;&lt;&#x2F;table&gt;
&lt;p&gt;&lt;em&gt;Approximate single-thread (ST) and multi-thread (MT) PassMark CPU scores. For example, a PassMark ST rating of 3500 and an MT rating of 25000 typically corresponds to upper mid-range server CPUs circa 2024–2025.&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;storage&quot;&gt;Storage&lt;&#x2F;h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Recommended&lt;&#x2F;strong&gt;: 4 TB NVMe M.2 drive with:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sequential R&#x2F;W&lt;&#x2F;strong&gt;: 7,000 MB&#x2F;s&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Random 4K R&#x2F;W&lt;&#x2F;strong&gt;: Up to 1,000,000 IOPS&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Why NVMe over SATA?&lt;&#x2F;strong&gt;
&lt;ul&gt;
&lt;li&gt;NVMe drives have significantly higher throughput and lower latency than SATA SSDs.&lt;&#x2F;li&gt;
&lt;li&gt;Drives without DRAM (DRAMless) or with QLC flash are not advised, due to lower endurance and potentially lower sustained performance.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;On Endurance (TBW)&lt;&#x2F;strong&gt;
&lt;ul&gt;
&lt;li&gt;Running a node involves frequent writes (e.g., database updates, logs). Ensure that the SSD’s Total Bytes Written (TBW) rating is sufficient for multi-year operation.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Capacity Considerations&lt;&#x2F;strong&gt;
&lt;ul&gt;
&lt;li&gt;As of January 2025, 2 TB can still work, but daily chain growth makes 4 TB more future-proof.&lt;&#x2F;li&gt;
&lt;li&gt;While EIP-4444 aims to reduce historical storage requirements, the timeline for EIP-4444 remains uncertain.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h3 id=&quot;memory&quot;&gt;Memory&lt;&#x2F;h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why 64 GB for Validators (Attesters &#x2F; Local Block Builders)?&lt;&#x2F;strong&gt;
&lt;ul&gt;
&lt;li&gt;Running an Ethereum validator (both EL &amp;amp; CL clients) can be memory-intensive, with state cache dominating RAM usage.&lt;&#x2F;li&gt;
&lt;li&gt;Certain memory intensive client combinations have historically failed with 16 GB. It is possible to tune cache size in different clients to make it work, however we do not assume that the average user will do this.&lt;&#x2F;li&gt;
&lt;li&gt;Preliminary benchmarks highlighting zk-STARK memory usage suggest cryptographic operations can demand significant RAM.&lt;&#x2F;li&gt;
&lt;li&gt;Relative to total hardware costs, upgrading from 32 GB to 64 GB is a small price but can improve stability and is more future proof with regards to zk-STARKs.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h3 id=&quot;cpu&quot;&gt;CPU&lt;&#x2F;h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Single vs. Multi-thread Performance&lt;&#x2F;strong&gt;
&lt;ul&gt;
&lt;li&gt;Attesters and local block builders benefit from both high single-thread and multi-thread performance.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h3 id=&quot;bandwidth&quot;&gt;Bandwidth&lt;&#x2F;h3&gt;
&lt;h4 id=&quot;local-block-builders&quot;&gt;Local Block Builders&lt;&#x2F;h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Recommended&lt;&#x2F;strong&gt;: 100 Mbps download, 50 Mbps upload.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Rationale&lt;&#x2F;strong&gt;:
&lt;ul&gt;
&lt;li&gt;Distributing blocks is highly bandwidth-intensive.&lt;&#x2F;li&gt;
&lt;li&gt;If a builder cannot meet these speeds, they risk slower propagation and causing late blocks.&lt;&#x2F;li&gt;
&lt;li&gt;In extreme cases, a low-bandwidth node could propose partially full blocks or one that includes fewer blobs to mitigate slow broadcast.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h4 id=&quot;attesters&quot;&gt;Attesters&lt;&#x2F;h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Recommended&lt;&#x2F;strong&gt;: 50 Mbps download, 25 Mbps upload.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Minimum tested&lt;&#x2F;strong&gt;: 15 Mbps (as per ethPandaOps simulations where 40% of the network had Gigabit connections and the other 60% had 15 Mbps upload).
&lt;ul&gt;
&lt;li&gt;However, real-world performance depends on peer network topology. A node with poor bandwidth could in theory quickly share data with a well-connected peer with good bandwidth which means that this peer could quickly seed the network.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Rationale&lt;&#x2F;strong&gt;:
&lt;ul&gt;
&lt;li&gt;25 Mbps was chosen as a buffer to account for these miscellaneous factors that are harder to predict.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h4 id=&quot;validators-using-mev-boost&quot;&gt;Validators Using MEV-Boost&lt;&#x2F;h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Recommended&lt;&#x2F;strong&gt;: 50 Mbps download &#x2F; 25 Mbps upload.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Rationale&lt;&#x2F;strong&gt;:
&lt;ul&gt;
&lt;li&gt;Most MEV-relay interactions involve fetching bundles and block headers, which can be done within typical broadband speeds.&lt;&#x2F;li&gt;
&lt;li&gt;While the local validator will also share the block with its peers, the relay will do the same which reduces the need for local bandwidth.&lt;&#x2F;li&gt;
&lt;li&gt;However, there may be cases where your validator will still build a local block, such as if no MEV-relay responds or if the value of the MEV reward is lower than the minimum configuration set in MEV-Boost. In these circumstances, the recommendations for &lt;strong&gt;Local Block Builders&lt;&#x2F;strong&gt; would be relevant.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h4 id=&quot;full-nodes&quot;&gt;Full Nodes&lt;&#x2F;h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Recommended&lt;&#x2F;strong&gt;: 50 Mbps download &#x2F; 15 Mbps upload.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Rationale&lt;&#x2F;strong&gt;:
&lt;ul&gt;
&lt;li&gt;Full nodes currently participate in sampling and must track the chain tip, but are not as latency-sensitive as attesters or local block builders.&lt;&#x2F;li&gt;
&lt;li&gt;They can operate on lower bandwidth but risk being a slot or more behind the chain if bandwidth capacity is severely limited.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h3 id=&quot;quick-reference-summary&quot;&gt;Quick Reference Summary&lt;&#x2F;h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Full Node&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Storage&lt;&#x2F;strong&gt;: 4 TB NVMe&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;RAM&lt;&#x2F;strong&gt;: 32 GB&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;CPU&lt;&#x2F;strong&gt;: 4 cores &#x2F; 8 threads (~1000 ST &#x2F; ~3000 MT PassMark)&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Bandwidth&lt;&#x2F;strong&gt;: 50 Mbps down &#x2F; 15 Mbps up&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Attester&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Storage&lt;&#x2F;strong&gt;: 4 TB NVMe&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;RAM&lt;&#x2F;strong&gt;: 64 GB&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;CPU&lt;&#x2F;strong&gt;: 8 cores &#x2F; 16 threads (~3500 ST &#x2F; ~25000 MT PassMark)&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Bandwidth&lt;&#x2F;strong&gt;: 50 Mbps down &#x2F; 25 Mbps up&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Local Block Builder&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Storage&lt;&#x2F;strong&gt;: 4 TB NVMe&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;RAM&lt;&#x2F;strong&gt;: 64 GB&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;CPU&lt;&#x2F;strong&gt;: 8 cores &#x2F; 16 threads (~3500 ST &#x2F; ~25000 MT PassMark)&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Bandwidth&lt;&#x2F;strong&gt;: 100 Mbps down &#x2F; 50 Mbps up&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h2 id=&quot;backwards-compatibility&quot;&gt;Backwards Compatibility&lt;&#x2F;h2&gt;
&lt;p&gt;This EIP is informational and requires no protocol changes. We recommend that future EIPs include an assessment of their impact on these hardware recommendations.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;security-considerations&quot;&gt;Security Considerations&lt;&#x2F;h2&gt;
&lt;p&gt;N&#x2F;A&lt;&#x2F;p&gt;
&lt;h2 id=&quot;copyright&quot;&gt;Copyright&lt;&#x2F;h2&gt;
&lt;p&gt;Copyright and related rights waived via &lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;license&#x2F;&quot;&gt;CC0&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>
    </entry>
    <entry xml:lang="en">
        <title>EIP Editor Handbook</title>
        <published>2022-05-02T00:00:00+00:00</published>
        <updated>2026-02-11T14:49:27+00:00</updated>
	
	
	<author>
		<name>Pooja Ranjan</name><uri>https://github.com/poojaranjan</uri>
	</author>
	
	<author>
		<name>Gavin John</name><uri>https://github.com/Pandapip1</uri>
	</author>
	
	<author>
		<name>Sam Wilson</name><uri>https://github.com/SamWilsn</uri>
	</author>
	
	<author>
		<name>et al.</name>
	</author>
	
	
        <link rel="alternate" href="https://wg-eips.ritovision.com/5069/" type="text/html"/>
        
        
        <link rel="replies" type="text/html" href="https://ethereum-magicians.org/t/pr-5069-eip-editor-handbook/9137" />
        

        <id>https://wg-eips.ritovision.com/5069/</id>
        
            
            
            
            <category
                scheme="https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;status&#x2F;"
                term="living"
                label="Living" />
            
        
            
            
            
            <category
                scheme="https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;type&#x2F;"
                term="meta"
                label="Meta" />
            
        

        
        <category
            term="tag:eip:5069"
            label="EIP-5069" />
        

        
        

        
        <summary type="html">Organizational structure, decision making process, and other EIP Editor odds and ends.</summary>
        
        <content type="html"  xml:base="https://wg-eips.ritovision.com/5069/">&lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;&#x2F;h2&gt;
&lt;p&gt;We, the Ethereum Improvement Proposal (EIP) Editors, maintain a repository of documents related to the Ethereum protocol and its ecosystem. Consider us both &lt;em&gt;archivists&lt;&#x2F;em&gt; making sure the community as a whole does not lose its history, and a &lt;em&gt;publisher&lt;&#x2F;em&gt; making sure interested parties can stay up-to-date with the latest proposals.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;mission&quot;&gt;Mission&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;what-we-do&quot;&gt;What we Do&lt;&#x2F;h3&gt;
&lt;p&gt;Our mission is to serve the broad Ethereum community, both present and future, by:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Publishing Proposals&lt;&#x2F;strong&gt;: Making proposals, including their history and associated discussions available over the long term at no cost.&lt;&#x2F;p&gt;
&lt;p&gt;By doing so, we foster transparency and ensure that valuable insights from past proposals are accessible for future decision-making and learning.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Facilitating Discussion&lt;&#x2F;strong&gt;: Providing a forum for discussing proposals open to anyone who wants to participate civilly.&lt;&#x2F;p&gt;
&lt;p&gt;By encouraging open dialogue and collaboration, we aim to harness the collective knowledge and expertise of the Ethereum community in shaping proposals.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Upholding Quality&lt;&#x2F;strong&gt;: Upholding a measure of minimally-subjective quality for each proposal as defined by its target audience.&lt;&#x2F;p&gt;
&lt;p&gt;By adhering to defined criteria, we promote the development of high-quality and relevant proposals that drive the evolution of Ethereum.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h3 id=&quot;what-we-don-t&quot;&gt;What we Don&#x27;t&lt;&#x2F;h3&gt;
&lt;p&gt;On the other hand, we do &lt;em&gt;not&lt;&#x2F;em&gt;:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Decide Winners&lt;&#x2F;strong&gt;: If there are multiple competing proposals, we will publish all of them. We are not in the business of deciding what is the right path for Ethereum, nor do we believe that there is One True Way to satisfy a need.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Assert Correctness&lt;&#x2F;strong&gt;: While we might offer technical feedback from time to time, we are not experts nor do we vet every proposal in depth. Publishing a proposal is not an endorsement or a statement of technical soundness.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Manage&lt;&#x2F;strong&gt;: We do not track implementation status, schedule work, or set fork dates or contents.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Track Registries&lt;&#x2F;strong&gt;: We want all proposals to eventually become immutable, but a registry will never get there if anyone can keep adding items. To be clear, exhaustive and&#x2F;or static lists are fine.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Provide Legal Advice&lt;&#x2F;strong&gt;: Trademarks, copyrights, patents, prior art, and other legal matters are the responsibility of authors and implementers, not EIP Editors. We are not lawyers, and while we may occasionally make comments touching on these areas, we cannot guarantee any measure of correctness.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Documenting all of the things we would not do is impossible, and the above are just a few examples. We reserve the right to do less work whenever possible!&lt;&#x2F;p&gt;
&lt;h2 id=&quot;structure&quot;&gt;Structure&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;eip-editors&quot;&gt;EIP Editors&lt;&#x2F;h3&gt;
&lt;p&gt;We, the Editors, consist of some number of EIP Editors and one Keeper of Consensus (or just Keeper for short) elected by and from the EIP Editors.&lt;&#x2F;p&gt;
&lt;p&gt;EIP Editors are responsible for governing the EIP process itself, electing a Keeper, and stewarding proposals.&lt;&#x2F;p&gt;
&lt;p&gt;The Keeper&#x27;s two responsibilities (on top of their EIP Editor duties) are: to determine when rough consensus has been reached on a matter, and determine when&#x2F;if it is appropriate to re-open an already settled matter.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;membership&quot;&gt;Membership&lt;&#x2F;h2&gt;
&lt;p&gt;Anyone may apply to join as an EIP Editor. Specific eligibility requirements are left to individual current EIP Editors, but the general requirements are:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;A strong belief in the above mission;&lt;&#x2F;li&gt;
&lt;li&gt;Proficiency with English (both written and spoken);&lt;&#x2F;li&gt;
&lt;li&gt;Reading and critiquing EIPs;&lt;&#x2F;li&gt;
&lt;li&gt;Participation in governance.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;EIP Editors are expected to meet these requirements throughout their tenure, and not doing so is grounds for removal. Any member may delegate some or all of their responsibilities&#x2F;powers to tools and&#x2F;or to other people.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;making-decisions&quot;&gt;Making Decisions&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;informally&quot;&gt;Informally&lt;&#x2F;h3&gt;
&lt;p&gt;For decisions that are unlikely to be controversial—especially for decisions affecting a single proposal—an EIP Editor may choose whatever option they deem appropriate in accordance with our mission.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;formally&quot;&gt;Formally&lt;&#x2F;h3&gt;
&lt;p&gt;Electing a Keeper, adding&#x2F;removing EIP Editors, and any possibly-controversial decisions must all be made using variations of this formal process.&lt;&#x2F;p&gt;
&lt;h4 id=&quot;preparation&quot;&gt;Preparation&lt;&#x2F;h4&gt;
&lt;h5 id=&quot;call-for-input&quot;&gt;Call for Input&lt;&#x2F;h5&gt;
&lt;p&gt;For any matter requiring a decision, a call for input must be published in writing to the usual channels frequented by EIP Editors.&lt;&#x2F;p&gt;
&lt;h5 id=&quot;quorum&quot;&gt;Quorum&lt;&#x2F;h5&gt;
&lt;p&gt;Within thirty days of the call for input, to establish a valid quorum, all EIP Editors must express their opinion, vote (where appropriate), or lack thereof on the matter under consideration.&lt;&#x2F;p&gt;
&lt;p&gt;After thirty days from the call for input, if not all EIP Editors have responded, the quorum is reduced to the Editors that have responded. This deadline may be extended in exceptional situations.&lt;&#x2F;p&gt;
&lt;h4 id=&quot;deciding&quot;&gt;Deciding&lt;&#x2F;h4&gt;
&lt;h5 id=&quot;electing-a-keeper-of-consensus&quot;&gt;Electing a Keeper of Consensus&lt;&#x2F;h5&gt;
&lt;p&gt;Any EIP Editor can call for an election for Keeper. Business continues as usual while the election is running. The EIP Editor with the most votes once quorum is met is named Keeper until the next election completes. If there is a tie, we&#x27;ll randomly choose between the EIP Editors with the most votes, using a fair and agreed upon method (for example, a coin toss over a video call or a commit&#x2F;reveal game of rock paper scissors.)&lt;&#x2F;p&gt;
&lt;h5 id=&quot;adding-an-eip-editor&quot;&gt;Adding an EIP Editor&lt;&#x2F;h5&gt;
&lt;p&gt;An EIP Editor is added once quorum is met, provided the candidate consents and no current EIP Editor objects.&lt;&#x2F;p&gt;
&lt;h5 id=&quot;removing-an-eip-editor&quot;&gt;Removing an EIP Editor&lt;&#x2F;h5&gt;
&lt;p&gt;An EIP Editor is involuntarily retired once quorum is met, provided no current EIP Editor (aside from the one being removed) objects. An EIP Editor may voluntarily leave their position at any time.&lt;&#x2F;p&gt;
&lt;p&gt;If the departing Editor was also the Keeper, an election for a new Keeper begins immediately.&lt;&#x2F;p&gt;
&lt;h5 id=&quot;other-decisions&quot;&gt;Other Decisions&lt;&#x2F;h5&gt;
&lt;p&gt;All other decisions are made through a &quot;rough consensus&quot; process. This does not require all EIP Editors to agree, although this is preferred. In general, the dominant view of the Editors shall prevail. Dominance, in this process, is not determined by persistence or volume but rather a more general sense of agreement. Note that 51% does not mean &quot;rough consensus&quot; has been reached, and 99% is better than rough. It is up to the Keeper to determine if rough consensus has been reached. Every EIP Editor is entitled to have their opinion heard and understood before the Keeper makes that determination.&lt;&#x2F;p&gt;
&lt;p&gt;No one, not the EIP Editors and certainly not the Keeper, holds veto powers (except when adding&#x2F;removing an Editor as defined above.) It is imperative that the EIP process evolve, albeit cautiously.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;This section has been adapted from &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.rfc-editor.org&#x2F;rfc&#x2F;rfc2418&quot;&gt;RFC 2418&lt;&#x2F;a&gt;.&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;h2 id=&quot;copyright&quot;&gt;Copyright&lt;&#x2F;h2&gt;
&lt;p&gt;Copyright and related rights waived via &lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;license&#x2F;&quot;&gt;CC0&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>
    </entry>
    <entry xml:lang="en">
        <title>EIP Purpose and Guidelines</title>
        <published>2015-10-27T00:00:00+00:00</published>
        <updated>2026-02-11T14:49:28+00:00</updated>
	
	
	<author>
		<name>Martin Becze</name><email>mb@ethereum.org</email>
	</author>
	
	<author>
		<name>Hudson Jameson</name><email>hudson@ethereum.org</email>
	</author>
	
	<author>
		<name>et al.</name>
	</author>
	
	
        <link rel="alternate" href="https://wg-eips.ritovision.com/1/" type="text/html"/>
        

        <id>https://wg-eips.ritovision.com/1/</id>
        
            
            
            
            <category
                scheme="https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;status&#x2F;"
                term="living"
                label="Living" />
            
        
            
            
            
            <category
                scheme="https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;type&#x2F;"
                term="meta"
                label="Meta" />
            
        

        
        <category
            term="tag:eip:1"
            label="EIP-1" />
        

        
        

        
        <content type="html"  xml:base="https://wg-eips.ritovision.com/1/">&lt;h2 id=&quot;what-is-an-eip&quot;&gt;What is an EIP?&lt;&#x2F;h2&gt;
&lt;p&gt;EIP stands for Ethereum Improvement Proposal. An EIP is a design document providing information to the Ethereum community, or describing a new feature for Ethereum or its processes or environment. The EIP should provide a concise technical specification of the feature and a rationale for the feature. The EIP author is responsible for building consensus within the community and documenting dissenting opinions.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;eip-rationale&quot;&gt;EIP Rationale&lt;&#x2F;h2&gt;
&lt;p&gt;We intend EIPs to be the primary mechanisms for proposing new features, for collecting community technical input on an issue, and for documenting the design decisions that have gone into Ethereum. Because the EIPs are maintained as text files in a versioned repository, their revision history is the historical record of the feature proposal.&lt;&#x2F;p&gt;
&lt;p&gt;For Ethereum implementers, EIPs are a convenient way to track the progress of their implementation. Ideally each implementation maintainer would list the EIPs that they have implemented. This will give end users a convenient way to know the current status of a given implementation or library.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;eip-types&quot;&gt;EIP Types&lt;&#x2F;h2&gt;
&lt;p&gt;There are three types of EIP:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A &lt;strong&gt;Standards Track EIP&lt;&#x2F;strong&gt; describes any change that affects most or all Ethereum implementations, such as—a change to the network protocol, a change in block or transaction validity rules, proposed application standards&#x2F;conventions, or any change or addition that affects the interoperability of applications using Ethereum. Standards Track EIPs consist of three parts—a design document, an implementation, and (if warranted) an update to the &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;yellowpaper&quot;&gt;formal specification&lt;&#x2F;a&gt;. Furthermore, Standards Track EIPs can be broken down into the following categories:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Core&lt;&#x2F;strong&gt;: improvements requiring a consensus fork (e.g. &lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;5&#x2F;&quot;&gt;EIP-5&lt;&#x2F;a&gt;, &lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;101&#x2F;&quot;&gt;EIP-101&lt;&#x2F;a&gt;), as well as changes that are not necessarily consensus critical but may be relevant to &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;pm&quot;&gt;“core dev” discussions&lt;&#x2F;a&gt; (for example, [EIP-90], and the miner&#x2F;node strategy changes 2, 3, and 4 of &lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;86&#x2F;&quot;&gt;EIP-86&lt;&#x2F;a&gt;).&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Networking&lt;&#x2F;strong&gt;: includes improvements around &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;devp2p&#x2F;blob&#x2F;readme-spec-links&#x2F;rlpx.md&quot;&gt;devp2p&lt;&#x2F;a&gt; (&lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;8&#x2F;&quot;&gt;EIP-8&lt;&#x2F;a&gt;) and &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;ethereum.org&#x2F;en&#x2F;developers&#x2F;docs&#x2F;nodes-and-clients&#x2F;#light-node&quot;&gt;Light Ethereum Subprotocol&lt;&#x2F;a&gt;, as well as proposed improvements to network protocol specifications of &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;go-ethereum&#x2F;issues&#x2F;16013#issuecomment-364639309&quot;&gt;whisper&lt;&#x2F;a&gt; and &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;go-ethereum&#x2F;pull&#x2F;2959&quot;&gt;swarm&lt;&#x2F;a&gt;.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Interface&lt;&#x2F;strong&gt;: includes improvements around language-level standards like method names (&lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;6&#x2F;&quot;&gt;EIP-6&lt;&#x2F;a&gt;) and &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;docs.soliditylang.org&#x2F;en&#x2F;develop&#x2F;abi-spec.html&quot;&gt;contract ABIs&lt;&#x2F;a&gt;.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;ERC&lt;&#x2F;strong&gt;: application-level standards and conventions, including contract standards such as token standards (&lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;20&#x2F;&quot;&gt;ERC-20&lt;&#x2F;a&gt;), name registries (&lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;137&#x2F;&quot;&gt;ERC-137&lt;&#x2F;a&gt;), URI schemes, library&#x2F;package formats, and wallet formats.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;A &lt;strong&gt;Meta EIP&lt;&#x2F;strong&gt; describes a process surrounding Ethereum or proposes a change to (or an event in) a process. Process EIPs are like Standards Track EIPs but apply to areas other than the Ethereum protocol itself. They may propose an implementation, but not to Ethereum&#x27;s codebase; they often require community consensus; unlike Informational EIPs, they are more than recommendations, and users are typically not free to ignore them. Examples include procedures, guidelines, changes to the decision-making process, and changes to the tools or environment used in Ethereum development. Any meta-EIP is also considered a Process EIP.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;An &lt;strong&gt;Informational EIP&lt;&#x2F;strong&gt; describes an Ethereum design issue, or provides general guidelines or information to the Ethereum community, but does not propose a new feature. Informational EIPs do not necessarily represent Ethereum community consensus or a recommendation, so users and implementers are free to ignore Informational EIPs or follow their advice.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;It is highly recommended that a single EIP contain a single key proposal or new idea. The more focused the EIP, the more successful it tends to be. A change to one client doesn&#x27;t require an EIP; a change that affects multiple clients, or defines a standard for multiple apps to use, does.&lt;&#x2F;p&gt;
&lt;p&gt;An EIP must meet certain minimum criteria. It must be a clear and complete description of the proposed enhancement. The enhancement must represent a net improvement. The proposed implementation, if applicable, must be solid and must not complicate the protocol unduly.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;special-requirements-for-core-eips&quot;&gt;Special requirements for Core EIPs&lt;&#x2F;h3&gt;
&lt;p&gt;If a &lt;strong&gt;Core&lt;&#x2F;strong&gt; EIP mentions or proposes changes to the EVM (Ethereum Virtual Machine), it should refer to the instructions by their mnemonics and define the opcodes of those mnemonics at least once. A preferred way is the following:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;REVERT (0xfe)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h2 id=&quot;eip-work-flow&quot;&gt;EIP Work Flow&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;shepherding-an-eip&quot;&gt;Shepherding an EIP&lt;&#x2F;h3&gt;
&lt;p&gt;Parties involved in the process are you, the champion or &lt;em&gt;EIP author&lt;&#x2F;em&gt;, the &lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;1&#x2F;#eip-editors&quot;&gt;&lt;em&gt;EIP editors&lt;&#x2F;em&gt;&lt;&#x2F;a&gt;, and the &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;pm&quot;&gt;&lt;em&gt;Ethereum Core Developers&lt;&#x2F;em&gt;&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;Before you begin writing a formal EIP, you should vet your idea. Ask the Ethereum community first if an idea is original to avoid wasting time on something that will be rejected based on prior research. It is thus recommended to open a discussion thread on &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;ethereum-magicians.org&#x2F;&quot;&gt;the Ethereum Magicians forum&lt;&#x2F;a&gt; to do this.&lt;&#x2F;p&gt;
&lt;p&gt;Once the idea has been vetted, your next responsibility will be to present (by means of an EIP) the idea to the reviewers and all interested parties, invite editors, developers, and the community to give feedback on the aforementioned channels. You should try and gauge whether the interest in your EIP is commensurate with both the work involved in implementing it and how many parties will have to conform to it. For example, the work required for implementing a Core EIP will be much greater than for an ERC and the EIP will need sufficient interest from the Ethereum client teams. Negative community feedback will be taken into consideration and may prevent your EIP from moving past the Draft stage.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;core-eips&quot;&gt;Core EIPs&lt;&#x2F;h3&gt;
&lt;p&gt;For Core EIPs, given that they require client implementations to be considered &lt;strong&gt;Final&lt;&#x2F;strong&gt; (see &quot;EIPs Process&quot; below), you will need to either provide an implementation for clients or convince clients to implement your EIP.&lt;&#x2F;p&gt;
&lt;p&gt;The best way to get client implementers to review your EIP is to present it on an AllCoreDevs call. You can request to do so by posting a comment linking your EIP on an &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;pm&#x2F;issues&quot;&gt;AllCoreDevs agenda GitHub Issue&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;The AllCoreDevs call serves as a way for client implementers to do three things. First, to discuss the technical merits of EIPs. Second, to gauge what other clients will be implementing. Third, to coordinate EIP implementation for network upgrades.&lt;&#x2F;p&gt;
&lt;p&gt;These calls generally result in a &quot;rough consensus&quot; around what EIPs should be implemented. This &quot;rough consensus&quot; rests on the assumptions that EIPs are not contentious enough to cause a network split and that they are technically sound.&lt;&#x2F;p&gt;
&lt;p&gt;:warning: The EIPs process and AllCoreDevs call were not designed to address contentious non-technical issues, but, due to the lack of other ways to address these, often end up entangled in them. This puts the burden on client implementers to try and gauge community sentiment, which hinders the technical coordination function of EIPs and AllCoreDevs calls. If you are shepherding an EIP, you can make the process of building community consensus easier by making sure that &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;ethereum-magicians.org&#x2F;&quot;&gt;the Ethereum Magicians forum&lt;&#x2F;a&gt; thread for your EIP includes or links to as much of the community discussion as possible and that various stakeholders are well-represented.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;In short, your role as the champion is to write the EIP using the style and format described below, shepherd the discussions in the appropriate forums, and build community consensus around the idea.&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;h3 id=&quot;eip-process&quot;&gt;EIP Process&lt;&#x2F;h3&gt;
&lt;p&gt;The following is the standardization process for all EIPs in all tracks:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;1&#x2F;.&#x2F;assets&#x2F;EIP-process-update.jpg&quot; alt=&quot;EIP Status Diagram&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Idea&lt;&#x2F;strong&gt; - An idea that is pre-draft. This is not tracked within the EIP Repository.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Draft&lt;&#x2F;strong&gt; - The first formally tracked stage of an EIP in development. An EIP is merged by an EIP Editor into the EIP repository when properly formatted.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Review&lt;&#x2F;strong&gt; - An EIP Author marks an EIP as ready for and requesting Peer Review.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Last Call&lt;&#x2F;strong&gt; - This is the final review window for an EIP before it is moved to &lt;code&gt;Final&lt;&#x2F;code&gt;. An EIP enters &lt;code&gt;Last Call&lt;&#x2F;code&gt; when the specification is stable and the author opens a PR with a review end date (&lt;code&gt;last-call-deadline&lt;&#x2F;code&gt;), typically 14 days later.&lt;&#x2F;p&gt;
&lt;p&gt;If this period results in necessary normative changes it will revert the EIP to &lt;code&gt;Review&lt;&#x2F;code&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Final&lt;&#x2F;strong&gt; - This EIP represents the final standard. A Final EIP exists in a state of finality and should only be updated to correct errata and add non-normative clarifications.&lt;&#x2F;p&gt;
&lt;p&gt;A PR moving an EIP from Last Call to Final SHOULD contain no changes other than the status update. Any content or editorial proposed change SHOULD be separate from this status-updating PR and committed prior to it.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Stagnant&lt;&#x2F;strong&gt; - Any EIP in &lt;code&gt;Draft&lt;&#x2F;code&gt; or &lt;code&gt;Review&lt;&#x2F;code&gt; or &lt;code&gt;Last Call&lt;&#x2F;code&gt; if inactive for a period of 6 months or greater is moved to &lt;code&gt;Stagnant&lt;&#x2F;code&gt;. An EIP may be resurrected from this state by Authors or EIP Editors through moving it back to &lt;code&gt;Draft&lt;&#x2F;code&gt; or its earlier status. If not resurrected, a proposal may stay forever in this status.&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;EIP Authors are notified of any algorithmic change to the status of their EIP&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Withdrawn&lt;&#x2F;strong&gt; - The EIP Author(s) have withdrawn the proposed EIP. This state has finality and can no longer be resurrected using this EIP number. If the idea is pursued at later date it is considered a new proposal.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Living&lt;&#x2F;strong&gt; - A special status for EIPs that are designed to be continually updated and not reach a state of finality. This includes most notably EIP-1.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;what-belongs-in-a-successful-eip&quot;&gt;What belongs in a successful EIP?&lt;&#x2F;h2&gt;
&lt;p&gt;Each EIP should have the following parts:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Preamble - RFC 822 style headers containing metadata about the EIP, including the EIP number, a short descriptive title (limited to a maximum of 44 characters), a description (limited to a maximum of 140 characters), and the author details. Irrespective of the category, the title and description should not include EIP number. See &lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;1&#x2F;#eip-header-preamble&quot;&gt;below&lt;&#x2F;a&gt; for details.&lt;&#x2F;li&gt;
&lt;li&gt;Abstract - Abstract is a multi-sentence (short paragraph) technical summary. This should be a very terse and human-readable version of the specification section. Someone should be able to read only the abstract to get the gist of what this specification does.&lt;&#x2F;li&gt;
&lt;li&gt;Motivation &lt;em&gt;(optional)&lt;&#x2F;em&gt; - A motivation section is critical for EIPs that want to change the Ethereum protocol. It should clearly explain why the existing protocol specification is inadequate to address the problem that the EIP solves. This section may be omitted if the motivation is evident.&lt;&#x2F;li&gt;
&lt;li&gt;Specification - The technical specification should describe the syntax and semantics of any new feature. The specification should be detailed enough to allow competing, interoperable implementations for any of the current Ethereum platforms (besu, erigon, ethereumjs, go-ethereum, nethermind, or others).&lt;&#x2F;li&gt;
&lt;li&gt;Rationale - The rationale fleshes out the specification by describing what motivated the design and why particular design decisions were made. It should describe alternate designs that were considered and related work, e.g. how the feature is supported in other languages. The rationale should discuss important objections or concerns raised during discussion around the EIP.&lt;&#x2F;li&gt;
&lt;li&gt;Backwards Compatibility &lt;em&gt;(optional)&lt;&#x2F;em&gt; - All EIPs that introduce backwards incompatibilities must include a section describing these incompatibilities and their consequences. The EIP must explain how the author proposes to deal with these incompatibilities. This section may be omitted if the proposal does not introduce any backwards incompatibilities, but this section must be included if backward incompatibilities exist.&lt;&#x2F;li&gt;
&lt;li&gt;Test Cases &lt;em&gt;(optional)&lt;&#x2F;em&gt; - Test cases for an implementation are mandatory for EIPs that are affecting consensus changes. Tests should either be inlined in the EIP as data (such as input&#x2F;expected output pairs) or included in &lt;code&gt;..&#x2F;assets&#x2F;eip-###&#x2F;&amp;lt;filename&amp;gt;&lt;&#x2F;code&gt;. This section may be omitted for non-Core proposals.&lt;&#x2F;li&gt;
&lt;li&gt;Reference Implementation &lt;em&gt;(optional)&lt;&#x2F;em&gt; - An optional section that contains a reference&#x2F;example implementation that people can use to assist in understanding or implementing this specification. This section may be omitted for all EIPs.&lt;&#x2F;li&gt;
&lt;li&gt;Security Considerations - All EIPs must contain a section that discusses the security implications&#x2F;considerations relevant to the proposed change. Include information that might be important for security discussions, surfaces risks and can be used throughout the life-cycle of the proposal. E.g. include security-relevant design decisions, concerns, important discussions, implementation-specific guidance and pitfalls, an outline of threats and risks and how they are being addressed. EIP submissions missing the &quot;Security Considerations&quot; section will be rejected. An EIP cannot proceed to status &quot;Final&quot; without a Security Considerations discussion deemed sufficient by the reviewers.&lt;&#x2F;li&gt;
&lt;li&gt;Copyright Waiver - All EIPs must be in the public domain. The copyright waiver MUST link to the license file and use the following wording: &lt;code&gt;Copyright and related rights waived via [CC0](&#x2F;LICENSE.md).&lt;&#x2F;code&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h2 id=&quot;eip-formats-and-templates&quot;&gt;EIP Formats and Templates&lt;&#x2F;h2&gt;
&lt;p&gt;EIPs should be written in &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;adam-p&#x2F;markdown-here&#x2F;wiki&#x2F;Markdown-Cheatsheet&quot;&gt;markdown&lt;&#x2F;a&gt; format. There is a &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;EIPs&#x2F;blob&#x2F;master&#x2F;eip-template.md&quot;&gt;template&lt;&#x2F;a&gt; to follow.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;eip-header-preamble&quot;&gt;EIP Header Preamble&lt;&#x2F;h2&gt;
&lt;p&gt;Each EIP must begin with an &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.ietf.org&#x2F;rfc&#x2F;rfc822.txt&quot;&gt;RFC 822&lt;&#x2F;a&gt; style header preamble, preceded and followed by three hyphens (&lt;code&gt;---&lt;&#x2F;code&gt;). This header is also termed &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;jekyllrb.com&#x2F;docs&#x2F;front-matter&#x2F;&quot;&gt;&quot;front matter&quot; by Jekyll&lt;&#x2F;a&gt;. The headers must appear in the following order.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;eip&lt;&#x2F;code&gt;: &lt;em&gt;EIP number&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;title&lt;&#x2F;code&gt;: &lt;em&gt;The EIP title is a few words, not a complete sentence&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;description&lt;&#x2F;code&gt;: &lt;em&gt;Description is one full (short) sentence&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;author&lt;&#x2F;code&gt;: &lt;em&gt;The list of the author&#x27;s or authors&#x27; name(s) and&#x2F;or username(s), or name(s) and email(s). Details are below.&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;discussions-to&lt;&#x2F;code&gt;: &lt;em&gt;The url pointing to the official discussion thread&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;status&lt;&#x2F;code&gt;: &lt;em&gt;Draft, Review, Last Call, Final, Stagnant, Withdrawn, Living&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;last-call-deadline&lt;&#x2F;code&gt;: &lt;em&gt;The date last call period ends on&lt;&#x2F;em&gt; (Optional field, only needed when status is &lt;code&gt;Last Call&lt;&#x2F;code&gt;)&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;type&lt;&#x2F;code&gt;: &lt;em&gt;One of &lt;code&gt;Standards Track&lt;&#x2F;code&gt;, &lt;code&gt;Meta&lt;&#x2F;code&gt;, or &lt;code&gt;Informational&lt;&#x2F;code&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;category&lt;&#x2F;code&gt;: &lt;em&gt;One of &lt;code&gt;Core&lt;&#x2F;code&gt;, &lt;code&gt;Networking&lt;&#x2F;code&gt;, &lt;code&gt;Interface&lt;&#x2F;code&gt;, or &lt;code&gt;ERC&lt;&#x2F;code&gt;&lt;&#x2F;em&gt; (Optional field, only needed for &lt;code&gt;Standards Track&lt;&#x2F;code&gt; EIPs)&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;created&lt;&#x2F;code&gt;: &lt;em&gt;Date the EIP was created on&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;requires&lt;&#x2F;code&gt;: &lt;em&gt;EIP number(s)&lt;&#x2F;em&gt; (Optional field)&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;withdrawal-reason&lt;&#x2F;code&gt;: &lt;em&gt;A sentence explaining why the EIP was withdrawn.&lt;&#x2F;em&gt; (Optional field, only needed when status is &lt;code&gt;Withdrawn&lt;&#x2F;code&gt;)&lt;&#x2F;p&gt;
&lt;p&gt;Headers that permit lists must separate elements with commas.&lt;&#x2F;p&gt;
&lt;p&gt;Headers requiring dates will always do so in the format of ISO 8601 (yyyy-mm-dd).&lt;&#x2F;p&gt;
&lt;h3 id=&quot;author-header&quot;&gt;&lt;code&gt;author&lt;&#x2F;code&gt; header&lt;&#x2F;h3&gt;
&lt;p&gt;The &lt;code&gt;author&lt;&#x2F;code&gt; header lists the names, email addresses or usernames of the authors&#x2F;owners of the EIP. Those who prefer anonymity may use a username only, or a first name and a username. The format of the &lt;code&gt;author&lt;&#x2F;code&gt; header value must be:&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Random J. User &amp;lt;address@dom.ain&amp;gt;&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;or&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Random J. User (@username)&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;or&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Random J. User (@username) &amp;lt;address@dom.ain&amp;gt;&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;if the email address and&#x2F;or GitHub username is included, and&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Random J. User&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;if neither the email address nor the GitHub username are given.&lt;&#x2F;p&gt;
&lt;p&gt;At least one author must use a GitHub username, in order to get notified on change requests and have the capability to approve or reject them.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;discussions-to-header&quot;&gt;&lt;code&gt;discussions-to&lt;&#x2F;code&gt; header&lt;&#x2F;h3&gt;
&lt;p&gt;While an EIP is a draft, a &lt;code&gt;discussions-to&lt;&#x2F;code&gt; header will indicate the URL where the EIP is being discussed.&lt;&#x2F;p&gt;
&lt;p&gt;The preferred discussion URL is a topic on &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;ethereum-magicians.org&#x2F;&quot;&gt;Ethereum Magicians&lt;&#x2F;a&gt;. The URL cannot point to GitHub pull requests, any URL which is ephemeral, and any URL which can get locked over time (i.e. Reddit topics).&lt;&#x2F;p&gt;
&lt;h3 id=&quot;type-header&quot;&gt;&lt;code&gt;type&lt;&#x2F;code&gt; header&lt;&#x2F;h3&gt;
&lt;p&gt;The &lt;code&gt;type&lt;&#x2F;code&gt; header specifies the type of EIP: Standards Track, Meta, or Informational. If the track is Standards please include the subcategory (core, networking, interface, or ERC).&lt;&#x2F;p&gt;
&lt;h3 id=&quot;category-header&quot;&gt;&lt;code&gt;category&lt;&#x2F;code&gt; header&lt;&#x2F;h3&gt;
&lt;p&gt;The &lt;code&gt;category&lt;&#x2F;code&gt; header specifies the EIP&#x27;s category. This is required for standards-track EIPs only.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;created-header&quot;&gt;&lt;code&gt;created&lt;&#x2F;code&gt; header&lt;&#x2F;h3&gt;
&lt;p&gt;The &lt;code&gt;created&lt;&#x2F;code&gt; header records the date that the EIP was assigned a number. Both headers should be in yyyy-mm-dd format, e.g. 2001-08-14.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;requires-header&quot;&gt;&lt;code&gt;requires&lt;&#x2F;code&gt; header&lt;&#x2F;h3&gt;
&lt;p&gt;EIPs may have a &lt;code&gt;requires&lt;&#x2F;code&gt; header, indicating the EIP numbers that this EIP depends on. If such a dependency exists, this field is required.&lt;&#x2F;p&gt;
&lt;p&gt;A &lt;code&gt;requires&lt;&#x2F;code&gt; dependency is created when the current EIP cannot be understood or implemented without a concept or technical element from another EIP. Merely mentioning another EIP does not necessarily create such a dependency.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;linking-to-external-resources&quot;&gt;Linking to External Resources&lt;&#x2F;h2&gt;
&lt;p&gt;Other than the specific exceptions listed below, links to external resources &lt;strong&gt;SHOULD NOT&lt;&#x2F;strong&gt; be included. External resources may disappear, move, or change unexpectedly.&lt;&#x2F;p&gt;
&lt;p&gt;The process governing permitted external resources is described in &lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;5757&#x2F;&quot;&gt;EIP-5757&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;execution-client-specifications&quot;&gt;Execution Client Specifications&lt;&#x2F;h3&gt;
&lt;p&gt;Links to the Ethereum Execution Client Specifications may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;Ethereum Execution Client Specifications&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-specs&#x2F;blob&#x2F;9a1f22311f517401fed6c939a159b55600c454af&#x2F;README.md&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders to:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-specs&#x2F;blob&#x2F;9a1f22311f517401fed6c939a159b55600c454af&#x2F;README.md&quot;&gt;Ethereum Execution Client Specifications&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted Execution Client Specifications URLs must anchor to a specific commit, and so must match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^(https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-specs&#x2F;(blob|commit)&#x2F;[0-9a-f]{40}&#x2F;.*|https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-specs&#x2F;tree&#x2F;[0-9a-f]{40}&#x2F;.*)$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;execution-specification-tests&quot;&gt;Execution Specification Tests&lt;&#x2F;h3&gt;
&lt;p&gt;Links to the Ethereum Execution Specification Tests (EEST) may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;Ethereum Execution Specification Tests&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-spec-tests&#x2F;blob&#x2F;c9b9307ff320c9bb0ecb9a951aeab0da4d9d1684&#x2F;README.md&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders to:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-spec-tests&#x2F;blob&#x2F;c9b9307ff320c9bb0ecb9a951aeab0da4d9d1684&#x2F;README.md&quot;&gt;Ethereum Execution Specification Tests&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted Execution Specification Tests URLs must anchor to a specific commit, and so must match one of these regular expressions:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^https:&#x2F;&#x2F;(www\.)?github\.com&#x2F;ethereum&#x2F;execution-spec-tests&#x2F;(blob|tree)&#x2F;[a-f0-9]{40}&#x2F;.+$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^https:&#x2F;&#x2F;(www\.)?github\.com&#x2F;ethereum&#x2F;execution-spec-tests&#x2F;commit&#x2F;[a-f0-9]{40}$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;consensus-layer-specifications&quot;&gt;Consensus Layer Specifications&lt;&#x2F;h3&gt;
&lt;p&gt;Links to specific commits of files within the Ethereum Consensus Layer Specifications may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;Beacon Chain&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;consensus-specs&#x2F;blob&#x2F;26695a9fdb747ecbe4f0bb9812fedbc402e5e18c&#x2F;specs&#x2F;sharding&#x2F;beacon-chain.md&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders to:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;consensus-specs&#x2F;blob&#x2F;26695a9fdb747ecbe4f0bb9812fedbc402e5e18c&#x2F;specs&#x2F;sharding&#x2F;beacon-chain.md&quot;&gt;Beacon Chain&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted Consensus Layer Specifications URLs must anchor to a specific commit, and so must match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;consensus-specs&#x2F;(blob|commit)&#x2F;[0-9a-f]{40}&#x2F;.*$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;networking-specifications&quot;&gt;Networking Specifications&lt;&#x2F;h3&gt;
&lt;p&gt;Links to specific commits of files within the Ethereum Networking Specifications may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;Ethereum Wire Protocol&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;devp2p&#x2F;blob&#x2F;40ab248bf7e017e83cc9812a4e048446709623e8&#x2F;caps&#x2F;eth.md&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders as:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;devp2p&#x2F;blob&#x2F;40ab248bf7e017e83cc9812a4e048446709623e8&#x2F;caps&#x2F;eth.md&quot;&gt;Ethereum Wire Protocol&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted Networking Specifications URLs must anchor to a specific commit, and so must match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;devp2p&#x2F;(blob|commit)&#x2F;[0-9a-f]{40}&#x2F;.*$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;portal-specifications&quot;&gt;Portal Specifications&lt;&#x2F;h3&gt;
&lt;p&gt;Links to specific commits of files within the Ethereum Portal Specifications may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;Portal Wire Protocol&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;portal-network-specs&#x2F;blob&#x2F;5e321567b67bded7527355be714993c24371de1a&#x2F;portal-wire-protocol.md&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders as:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;portal-network-specs&#x2F;blob&#x2F;5e321567b67bded7527355be714993c24371de1a&#x2F;portal-wire-protocol.md&quot;&gt;Portal Wire Protocol&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted Networking Specifications URLs must anchor to a specific commit, and so must match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;portal-network-specs&#x2F;(blob|commit)&#x2F;[0-9a-f]{40}&#x2F;.*$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;world-wide-web-consortium-w3c&quot;&gt;World Wide Web Consortium (W3C)&lt;&#x2F;h3&gt;
&lt;p&gt;Links to a W3C &quot;Recommendation&quot; status specification may be included using normal markdown syntax. For example, the following link would be allowed:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;Secure Contexts&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;2021&#x2F;CRD-secure-contexts-20210918&#x2F;&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders as:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;2021&#x2F;CRD-secure-contexts-20210918&#x2F;&quot;&gt;Secure Contexts&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted W3C recommendation URLs MUST anchor to a specification in the technical reports namespace with a date, and so MUST match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^https:&#x2F;&#x2F;www\.w3\.org&#x2F;TR&#x2F;[0-9][0-9][0-9][0-9]&#x2F;.*$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;web-hypertext-application-technology-working-group-whatwg&quot;&gt;Web Hypertext Application Technology Working Group (WHATWG)&lt;&#x2F;h3&gt;
&lt;p&gt;Links to WHATWG specifications may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;HTML&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;html.spec.whatwg.org&#x2F;commit-snapshots&#x2F;578def68a9735a1e36610a6789245ddfc13d24e0&#x2F;&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders as:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;html.spec.whatwg.org&#x2F;commit-snapshots&#x2F;578def68a9735a1e36610a6789245ddfc13d24e0&#x2F;&quot;&gt;HTML&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted WHATWG specification URLs must anchor to a specification defined in the &lt;code&gt;spec&lt;&#x2F;code&gt; subdomain (idea specifications are not allowed) and to a commit snapshot, and so must match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^https:\&#x2F;\&#x2F;[a-z]*\.spec\.whatwg\.org&#x2F;commit-snapshots&#x2F;[0-9a-f]{40}&#x2F;$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Although not recommended by WHATWG, EIPs must anchor to a particular commit so that future readers can refer to the exact version of the living standard that existed at the time the EIP was finalized. This gives readers sufficient information to maintain compatibility, if they so choose, with the version referenced by the EIP and the current living standard.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;internet-engineering-task-force-ietf&quot;&gt;Internet Engineering Task Force (IETF)&lt;&#x2F;h3&gt;
&lt;p&gt;Links to an IETF Request For Comment (RFC) specification may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;RFC 8446&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;www.rfc-editor.org&#x2F;rfc&#x2F;rfc8446&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders as:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.rfc-editor.org&#x2F;rfc&#x2F;rfc8446&quot;&gt;RFC 8446&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted IETF specification URLs MUST anchor to a specification with an assigned RFC number (meaning cannot reference internet drafts), and so MUST match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^https:\&#x2F;\&#x2F;www.rfc-editor.org\&#x2F;rfc\&#x2F;.*$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;bitcoin-improvement-proposal&quot;&gt;Bitcoin Improvement Proposal&lt;&#x2F;h3&gt;
&lt;p&gt;Links to Bitcoin Improvement Proposals may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;BIP 38&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;github.com&#x2F;bitcoin&#x2F;bips&#x2F;blob&#x2F;3db736243cd01389a4dfd98738204df1856dc5b9&#x2F;bip-0038.mediawiki&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders to:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;bitcoin&#x2F;bips&#x2F;blob&#x2F;3db736243cd01389a4dfd98738204df1856dc5b9&#x2F;bip-0038.mediawiki&quot;&gt;BIP 38&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted Bitcoin Improvement Proposal URLs must anchor to a specific commit, and so must match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^(https:&#x2F;&#x2F;github.com&#x2F;bitcoin&#x2F;bips&#x2F;blob&#x2F;[0-9a-f]{40}&#x2F;bip-[0-9]+\.mediawiki)$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;national-vulnerability-database-nvd&quot;&gt;National Vulnerability Database (NVD)&lt;&#x2F;h3&gt;
&lt;p&gt;Links to the Common Vulnerabilities and Exposures (CVE) system as published by the National Institute of Standards and Technology (NIST) may be included, provided they are qualified by the date of the most recent change, using the following syntax:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;CVE-2023-29638 (2023-10-17T10:14:15)&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;nvd.nist.gov&#x2F;vuln&#x2F;detail&#x2F;CVE-2023-29638&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders to:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;nvd.nist.gov&#x2F;vuln&#x2F;detail&#x2F;CVE-2023-29638&quot;&gt;CVE-2023-29638 (2023-10-17T10:14:15)&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;h3 id=&quot;chain-agnostic-improvement-proposals-caips&quot;&gt;Chain Agnostic Improvement Proposals (CAIPs)&lt;&#x2F;h3&gt;
&lt;p&gt;Links to a Chain Agnostic Improvement Proposals (CAIPs) specification may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;CAIP 10&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;github.com&#x2F;ChainAgnostic&#x2F;CAIPs&#x2F;blob&#x2F;5dd3a2f541d399a82bb32590b52ca4340b09f08b&#x2F;CAIPs&#x2F;caip-10.md&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders to:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ChainAgnostic&#x2F;CAIPs&#x2F;blob&#x2F;5dd3a2f541d399a82bb32590b52ca4340b09f08b&#x2F;CAIPs&#x2F;caip-10.md&quot;&gt;CAIP 10&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted Chain Agnostic URLs must anchor to a specific commit, and so must match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^(https:&#x2F;&#x2F;github.com&#x2F;ChainAgnostic&#x2F;CAIPs&#x2F;blob&#x2F;[0-9a-f]{40}&#x2F;CAIPs&#x2F;caip-[0-9]+\.md)$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;ethereum-yellow-paper&quot;&gt;Ethereum Yellow Paper&lt;&#x2F;h3&gt;
&lt;p&gt;Links to the Ethereum Yellow Paper may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;Ethereum Yellow Paper&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;yellowpaper&#x2F;blob&#x2F;9c601d6a58c44928d4f2b837c0350cec9d9259ed&#x2F;paper.pdf&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders to:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;yellowpaper&#x2F;blob&#x2F;9c601d6a58c44928d4f2b837c0350cec9d9259ed&#x2F;paper.pdf&quot;&gt;Ethereum Yellow Paper&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted Yellow Paper URLs must anchor to a specific commit, and so must match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^(https:&#x2F;&#x2F;github\.com&#x2F;ethereum&#x2F;yellowpaper&#x2F;blob&#x2F;[0-9a-f]{40}&#x2F;paper\.pdf)$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;execution-client-specification-tests&quot;&gt;Execution Client Specification Tests&lt;&#x2F;h3&gt;
&lt;p&gt;Links to the Ethereum Execution Client Specification Tests may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;Ethereum Execution Client Specification Tests&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-spec-tests&#x2F;blob&#x2F;d5a3188f122912e137aa2e21ed2a1403e806e424&#x2F;README.md&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders to:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-spec-tests&#x2F;blob&#x2F;d5a3188f122912e137aa2e21ed2a1403e806e424&#x2F;README.md&quot;&gt;Ethereum Execution Client Specification Tests&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted Execution Client Specification Tests URLs must anchor to a specific commit, and so must match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^(https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-spec-tests&#x2F;(blob|commit)&#x2F;[0-9a-f]{40}&#x2F;.*|https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-spec-tests&#x2F;tree&#x2F;[0-9a-f]{40}&#x2F;.*)$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;digital-object-identifier-system&quot;&gt;Digital Object Identifier System&lt;&#x2F;h3&gt;
&lt;p&gt;Links qualified with a Digital Object Identifier (DOI) may be included using the following syntax:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;This is a sentence with a footnote.&lt;&#x2F;span&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;^1&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;^1&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    ```csl-json&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      &amp;quot;type&amp;quot;: &amp;quot;article&amp;quot;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      &amp;quot;id&amp;quot;: 1,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      &amp;quot;author&amp;quot;: [&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;        {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;          &amp;quot;family&amp;quot;: &amp;quot;Jameson&amp;quot;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;          &amp;quot;given&amp;quot;: &amp;quot;Hudson&amp;quot;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;        }&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      ],&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      &amp;quot;DOI&amp;quot;: &amp;quot;00.0000&#x2F;a00000-000-0000-y&amp;quot;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      &amp;quot;title&amp;quot;: &amp;quot;An Interesting Article&amp;quot;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      &amp;quot;original-date&amp;quot;: {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;        &amp;quot;date-parts&amp;quot;: [&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;          [2022, 12, 31]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;        ]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      },&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      &amp;quot;URL&amp;quot;: &amp;quot;https:&#x2F;&#x2F;sly-hub.invalid&#x2F;00.0000&#x2F;a00000-000-0000-y&amp;quot;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      &amp;quot;custom&amp;quot;: {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;        &amp;quot;additional-urls&amp;quot;: [&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;          &amp;quot;https:&#x2F;&#x2F;example.com&#x2F;an-interesting-article.pdf&amp;quot;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;        ]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      }&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    }&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    ```&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders to:&lt;&#x2F;p&gt;
&lt;!-- markdownlint-capture --&gt;
&lt;!-- markdownlint-disable code-block-style --&gt;
&lt;p&gt;This is a sentence with a footnote.&lt;sup class=&quot;footnote-reference&quot; id=&quot;fr-1-1&quot;&gt;&lt;a href=&quot;#fn-1&quot;&gt;1&lt;&#x2F;a&gt;&lt;&#x2F;sup&gt;&lt;&#x2F;p&gt;
&lt;p&gt;See the &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;resource.citationstyles.org&#x2F;schema&#x2F;v1.0&#x2F;input&#x2F;json&#x2F;csl-data.json&quot;&gt;Citation Style Language Schema&lt;&#x2F;a&gt; for the supported fields. In addition to passing validation against that schema, references must include a DOI and at least one URL.&lt;&#x2F;p&gt;
&lt;p&gt;The top-level URL field must resolve to a copy of the referenced document which can be viewed at zero cost. Values under &lt;code&gt;additional-urls&lt;&#x2F;code&gt; must also resolve to a copy of the referenced document, but may charge a fee.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;execution-api-specification&quot;&gt;Execution API Specification&lt;&#x2F;h3&gt;
&lt;p&gt;Links to the Ethereum Execution API Specification may be included using normal markdown syntax, such as:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;&#x2F;span&gt;&lt;span class=&quot;z-string z-other z-link&quot;&gt;Ethereum Execution API Specification&lt;&#x2F;span&gt;&lt;span&gt;]&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span&gt;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-apis&#x2F;blob&#x2F;dd00287101e368752ba264950585dde4b61cdc17&#x2F;README.md&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Which renders to:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-apis&#x2F;blob&#x2F;dd00287101e368752ba264950585dde4b61cdc17&#x2F;README.md&quot;&gt;Ethereum Execution API Specification&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Permitted Execution API Specification URLs must anchor to a specific commit, and so must match this regular expression:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;^(https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-apis&#x2F;(blob|commit)&#x2F;[0-9a-f]{40}&#x2F;.*|https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;execution-apis&#x2F;tree&#x2F;[0-9a-f]{40}&#x2F;.*)$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h2 id=&quot;linking-to-other-eips&quot;&gt;Linking to other EIPs&lt;&#x2F;h2&gt;
&lt;p&gt;References to other EIPs should follow the format &lt;code&gt;EIP-N&lt;&#x2F;code&gt; where &lt;code&gt;N&lt;&#x2F;code&gt; is the EIP number you are referring to.  Each EIP that is referenced in an EIP &lt;strong&gt;MUST&lt;&#x2F;strong&gt; be accompanied by a relative markdown link the first time it is referenced, and &lt;strong&gt;MAY&lt;&#x2F;strong&gt; be accompanied by a link on subsequent references.  The link &lt;strong&gt;MUST&lt;&#x2F;strong&gt; always be done via relative paths so that the links work in this GitHub repository, forks of this repository, the main EIPs site, mirrors of the main EIP site, etc.  For example, you would link to this EIP as &lt;code&gt;..&#x2F;00001.md&lt;&#x2F;code&gt;.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;auxiliary-files&quot;&gt;Auxiliary Files&lt;&#x2F;h2&gt;
&lt;p&gt;Images, diagrams and auxiliary files should be included in a subdirectory of the &lt;code&gt;assets&lt;&#x2F;code&gt; folder for that EIP as follows: &lt;code&gt;assets&#x2F;eip-N&lt;&#x2F;code&gt; (where &lt;strong&gt;N&lt;&#x2F;strong&gt; is to be replaced with the EIP number). When linking to an image in the EIP, use relative links such as &lt;code&gt;.&#x2F;assets&#x2F;image.png&lt;&#x2F;code&gt;.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;transferring-eip-ownership&quot;&gt;Transferring EIP Ownership&lt;&#x2F;h2&gt;
&lt;p&gt;It occasionally becomes necessary to transfer ownership of EIPs to a new champion. In general, we&#x27;d like to retain the original author as a co-author of the transferred EIP, but that&#x27;s really up to the original author. A good reason to transfer ownership is because the original author no longer has the time or interest in updating it or following through with the EIP process, or has fallen off the face of the &#x27;net (i.e. is unreachable or isn&#x27;t responding to email). A bad reason to transfer ownership is because you don&#x27;t agree with the direction of the EIP. We try to build consensus around an EIP, but if that&#x27;s not possible, you can always submit a competing EIP.&lt;&#x2F;p&gt;
&lt;p&gt;If you are interested in assuming ownership of an EIP, send a message asking to take over, addressed to both the original author and the EIP editor. If the original author doesn&#x27;t respond to the email in a timely manner, the EIP editor will make a unilateral decision (it&#x27;s not like such decisions can&#x27;t be reversed :)).&lt;&#x2F;p&gt;
&lt;h2 id=&quot;eip-editors&quot;&gt;EIP Editors&lt;&#x2F;h2&gt;
&lt;p&gt;The current EIP editors are&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Matt Garnett (@lightclient)&lt;&#x2F;li&gt;
&lt;li&gt;Sam Wilson (@SamWilsn)&lt;&#x2F;li&gt;
&lt;li&gt;Zainan Victor Zhou (@xinbenlv)&lt;&#x2F;li&gt;
&lt;li&gt;Gajinder Singh (@g11tech)&lt;&#x2F;li&gt;
&lt;li&gt;Jochem Brouwer (@jochem-brouwer)&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Emeritus EIP editors are&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Alex Beregszaszi (@axic)&lt;&#x2F;li&gt;
&lt;li&gt;Casey Detrio (@cdetrio)&lt;&#x2F;li&gt;
&lt;li&gt;Gavin John (@Pandapip1)&lt;&#x2F;li&gt;
&lt;li&gt;Greg Colvin (@gcolvin)&lt;&#x2F;li&gt;
&lt;li&gt;Hudson Jameson (@Souptacular)&lt;&#x2F;li&gt;
&lt;li&gt;Martin Becze (@wanderer)&lt;&#x2F;li&gt;
&lt;li&gt;Micah Zoltu (@MicahZoltu)&lt;&#x2F;li&gt;
&lt;li&gt;Nick Johnson (@arachnid)&lt;&#x2F;li&gt;
&lt;li&gt;Nick Savers (@nicksavers)&lt;&#x2F;li&gt;
&lt;li&gt;Vitalik Buterin (@vbuterin)&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;If you would like to become an EIP editor, please check &lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;5069&#x2F;&quot;&gt;EIP-5069&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;eip-editor-responsibilities&quot;&gt;EIP Editor Responsibilities&lt;&#x2F;h2&gt;
&lt;p&gt;For each new EIP that comes in, an editor does the following:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Read the EIP to check if it is ready: sound and complete. The ideas must make technical sense, even if they don&#x27;t seem likely to get to final status.&lt;&#x2F;li&gt;
&lt;li&gt;The title should accurately describe the content.&lt;&#x2F;li&gt;
&lt;li&gt;Check the EIP for language (spelling, grammar, sentence structure, etc.), markup (GitHub flavored Markdown), code style&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;If the EIP isn&#x27;t ready, the editor will send it back to the author for revision, with specific instructions.&lt;&#x2F;p&gt;
&lt;p&gt;Once the EIP is ready for the repository, the EIP editor will:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Assign an EIP number (generally incremental; editors can reassign if number sniping is suspected)&lt;&#x2F;li&gt;
&lt;li&gt;Merge the corresponding &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ethereum&#x2F;EIPs&#x2F;pulls&quot;&gt;pull request&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Send a message back to the EIP author with the next step.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Many EIPs are written and maintained by developers with write access to the Ethereum codebase. The EIP editors monitor EIP changes, and correct any structure, grammar, spelling, or markup mistakes we see.&lt;&#x2F;p&gt;
&lt;p&gt;The editors don&#x27;t pass judgment on EIPs. We merely do the administrative &amp;amp; editorial part.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;style-guide&quot;&gt;Style Guide&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;titles&quot;&gt;Titles&lt;&#x2F;h3&gt;
&lt;p&gt;The &lt;code&gt;title&lt;&#x2F;code&gt; field in the preamble:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Should not include the word &quot;standard&quot; or any variation thereof; and&lt;&#x2F;li&gt;
&lt;li&gt;Should not include the EIP&#x27;s number.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h3 id=&quot;descriptions&quot;&gt;Descriptions&lt;&#x2F;h3&gt;
&lt;p&gt;The &lt;code&gt;description&lt;&#x2F;code&gt; field in the preamble:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Should not include the word &quot;standard&quot; or any variation thereof; and&lt;&#x2F;li&gt;
&lt;li&gt;Should not include the EIP&#x27;s number.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h3 id=&quot;eip-numbers&quot;&gt;EIP numbers&lt;&#x2F;h3&gt;
&lt;p&gt;When referring to an EIP with a &lt;code&gt;category&lt;&#x2F;code&gt; of &lt;code&gt;ERC&lt;&#x2F;code&gt;, it must be written in the hyphenated form &lt;code&gt;ERC-X&lt;&#x2F;code&gt; where &lt;code&gt;X&lt;&#x2F;code&gt; is that EIP&#x27;s assigned number. When referring to EIPs with any other &lt;code&gt;category&lt;&#x2F;code&gt;, it must be written in the hyphenated form &lt;code&gt;EIP-X&lt;&#x2F;code&gt; where &lt;code&gt;X&lt;&#x2F;code&gt; is that EIP&#x27;s assigned number.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;rfc-2119-and-rfc-8174&quot;&gt;RFC 2119 and RFC 8174&lt;&#x2F;h3&gt;
&lt;p&gt;EIPs are encouraged to follow &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.ietf.org&#x2F;rfc&#x2F;rfc2119.html&quot;&gt;RFC 2119&lt;&#x2F;a&gt; and &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.ietf.org&#x2F;rfc&#x2F;rfc8174.html&quot;&gt;RFC 8174&lt;&#x2F;a&gt; for terminology and to insert the following at the beginning of the Specification section:&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;The key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL NOT&quot;, &quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;NOT RECOMMENDED&quot;, &quot;MAY&quot;, and &quot;OPTIONAL&quot; in this document are to be interpreted as described in RFC 2119 and RFC 8174.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;h2 id=&quot;history&quot;&gt;History&lt;&#x2F;h2&gt;
&lt;p&gt;This document was derived heavily from &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;bitcoin&#x2F;bips&quot;&gt;Bitcoin&#x27;s BIP-0001&lt;&#x2F;a&gt; written by Amir Taaki which in turn was derived from &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;peps.python.org&#x2F;&quot;&gt;Python&#x27;s PEP-0001&lt;&#x2F;a&gt;. In many places text was simply copied and modified. Although the PEP-0001 text was written by Barry Warsaw, Jeremy Hylton, and David Goodger, they are not responsible for its use in the Ethereum Improvement Process, and should not be bothered with technical questions specific to Ethereum or the EIP. Please direct all comments to the EIP editors.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;copyright&quot;&gt;Copyright&lt;&#x2F;h2&gt;
&lt;p&gt;Copyright and related rights waived via &lt;a href=&quot;https:&#x2F;&#x2F;wg-eips.ritovision.com&#x2F;license&#x2F;&quot;&gt;CC0&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn-1&quot;&gt;
&lt;p&gt;Jameson, H. (n.d.). &lt;span style=&quot;font-style: italic;&quot;&gt;An Interesting Article&lt;&#x2F;span&gt;. https:&#x2F;&#x2F;doi.org&#x2F;&lt;a href=&quot;https:&#x2F;&#x2F;doi.org&#x2F;00.0000&#x2F;a00000-000-0000-y&quot;&gt;00.0000&#x2F;a00000-000-0000-y&lt;&#x2F;a&gt; (Original work published 2022)&lt;!-- markdownlint-restore --&gt; &lt;a href=&quot;#fr-1-1&quot;&gt;↩&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;&#x2F;section&gt;
</content>
    </entry>
</feed>
