Tim Beiko
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- tags: elcip --- # Besu Execution Client Incentive Program [toc] ## Overview The Ethereum Foundation is launching an Execution Layer Client Incentive Program (ELCIP). This program will provide execution-layer client teams with locked ETH in the form of live validators to be released according to certain milestones, including post-merge performance and progress towards enabling withdrawals from the beacon chain. ## Program Goals & Eligibility The program aims to provide long-term support and incentives for teams towards maintaining reliable clients and a healthy network overall. For client teams to be eligible, they should already be contributing to the general development of Ethereum and intend to support the upcoming transition to proof of stake. Throughout the program, teams will need to maintain certain levels of performance to be eligible for the rewards. More on this below. ## Configuration |Name |Value |Description | |--------------------|----------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------| |`NUM_PERFORMANCE`| `128` |Number of validators monitored for performance| |`NUM_CANARIES`| `16` |Number of canary validators | |`NUM_VALIDATORS`| `NUM_PERFORMANCE + NUM_CANARIES`|Number of total validators | |`INITIAL_RELEASE`| `32` |Number of validators to release at initial major milestone| |`TIMED_RELEASES`| `[6, 10, 14, 18, 22, 26 + NUM_CANARIES]`|Number of validators to be released each 6 months after `INITIAL_RELEASE`| |`METRICS_WINDOW`|`8192`|Number of epochs over which success metrics are observed| |`MAX_PROBATION_WINDOW`|`32768`|Maximum number of epochs that the Client can be in probation before the EF can partially or fully remove the Client from the incentivization| ## **Structure** The following are the high level steps performed by “EF” and the “Client” through the life of this plan. 1. Make deposits 2. Transfer control of active signing keys 3. Client operate nodes/validators 4. Release withdrawal credentials in waves ### **1. Make deposits** After a client has agreed to join the program, the EF creates `NUM_VALIDATORS` 32-ETH deposits. Total ETH at stake in the client incentivization plan is equal to `NUM_VALIDATORS * 32`. In consultation with execution-layer client teams, a formal start date for this program will be determined where teams will gain control of validators, approximately between October 1st and whenever merge occurs. ### **2. Transfer control of active signing keys** After step 1, there will be `NUM_VALIDATORS` privkeys mapping to the pubkeys in the validator deposits controlled by a single mnemonic. These keys must be securely transferred to the client team. This mnemonic is transfered to the Client via one of the folloing: 1. Using asymmetric encryption (e.g. PGP) via a known/validated public key of the recipient Client 2. Read verbally 25% at a time over 4 encrypted calls of various platforms 3. Through an alternatively negotiated, secure means The Client then generates `NUM_VALIDATORS` keystores using the mnemonic and verifies that each privkey maps sequentially to the batch of validator pubkey deposits made in their name. The EF retains the mnemonic in cold storage in the event that active keys must be used to exit validators from the program. ### **3. Client operates nodes/validators** Deposits are made; keys are transferred. Now, the Client is in charge of the management of the associated validators until withdrawal credential privkeys are released. Specifically, the Client *must* use their own software as an execution-engine and is responsible for choosing and maintaining a consensus-engine throughout the incentivization period. Performance of the Client’s validators can be assessed simply by viewing chain metrics, but additional node performance metrics might be requested. ### **4. Release sets of withdrawal credentials upon meeting milestones** Waves of validators are to be released to the Client upon meeting pre-defined milestones via the transfer of the underlying privkeys for the validator withdrawal credentials. When a wave of validators is released, this ends the obligation of the Client to the EF for those validators. The Client is free to choose to continue to validate, to exit, to withdrawal, etc. These keys will be pgp encrypted and transferred in batches. ## **Milestones** Due to the dynamic nature of the ever evolving Ethereum roadmap, simplicity is favored in the choice of milestones. A wave of credentials are released when withdrawals from the beacon chain are enabled, with a minimum period of one year between the launch of the Execution Layer Client Incentive Program (ELCIP) and the complete release of the first wave of credentials. If withdrawals from the beacon chain are enabled within or before the first year of the ELCIP, the first wave of credentials will be released monthly, in equal tranches, from the first month after withdrawals are enabled, to the one year mark of the program. For example, if withdrawals are enabled 6 months after the start of the program, then 1/6th of the first tranche will be released on months 6, 7, 8, 9, 10, 11 and 12. Otherwise, the first wave of credentials will be released when withdrawals are enabled. Subsequent waves are released over time if the Client continues to meet expectations. Specifically, the milestones are as follows: 1. Release `INITIAL_RELEASE` validators at the time at which withdrawals from the beacon chain are enabled (`WITHDRAWALS_ENABLED_TIME`). 2. `for i, num_validators in enumerate(TIMED_RELEASES)`, release `num_validators` validators at time `WITHDRAWALS_ENABLED_TIME + (i + 1) * 6_months` if client operation continues to exhibit successful metrics. ## **Success metrics** Client/validator performance must consistently meet a set of success metrics to continue participation in this program. The first `NUM_PERFORMANCE` validators of the deposited validators are tracked by the EF to assess metrics. The last `NUM_CANARIES` validators of the deposited validators are free to be used by the Client for testing, experimental releases, etc. Canary validators *are not* expected to constantly meet the success metrics but are still subject to slashing rules. ### **Metrics** |Name|Value|Description| |--------------------|----------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------| |`MIN_ACCEPTABLE_BALANCE`|31.75 ETH|Minimum acceptable balance of client validators| |`MIN_ATTESTATION_PERCENTAGE`|95 percent|Minimum acceptable percentage of attestations created by client validators| |`MIN_BLOCK_PERCENTAGE`|95 percent|Minimum acceptable percentage of blocks created by client validators| The following are the success metrics that the Client must meet: - Client validators on average do not drop below `MIN_ACCEPTABLE_BALANCE` balance - Client validators have at least `MIN_ATTESTATION_PERCENTAGE` percentage of expected attestations included on chain over any `METRICS_WINDOW` epoch period - Client validators have at least `MIN_BLOCK_PERCENTAGE` percentage of expected blocks included on chain over any `METRICS_WINDOW` epoch period Moreover, client teams are expected to actively participation in research and development of crucial network upgrades, including but not limited to implementation of a state management solution (e.g. state expiry). The EF is solely responsible for determining whether this metric has been met. Above all else, the EF expect client teams to actively work toward ensuring a robust and healthy network. The EF recognizes that in some scenarios these metrics are not entirely in the control of the Client (e.g. large portion of the network offline for an extended period of time due to issues with another client). In most such cases, the `METRICS_WINDOW` has been selected to be long enough to account for issues and recovery, but in such exceptional scenarios, the EF will also take into account exogenous factors outside of the Client’s control. *Note*: In the context of this plan, validator top-ups are against the rules and should generally be avoided. If in some scenario a top-up would benefit the health of the network, the EF and client can discuss and reformulate the metrics/milestones accordingly. ### **Probation** If the Client drops below the success metrics, the Client’s incentivization status moves into probation. During a probationary period the Client has `MAX_PROBATION_WINDOW` epochs to get metrics back to successful standards, and during a probationary period the Client cannot have any validator credentials released. The amount of time spent in probation pushes back the release of any validator credentials by at least that amount of time. If Client metrics remain in probationary status for more than `MAX_PROBATION_WINDOW` epochs, the EF can at their discretion partially or fully remove the Client from the incentivization program and partially or fully exit the Client’s validators. ### **Slashing** In the event that one or more of a Client’s validators is slashed, such a validator is removed from the incentive program. If the event is relatively isolated and quickly remedied, the EF can at its sole discretion choose to place a maximum of 16 of the slashed ETH per slashed validator back into the program to be released at the final milestone. If the slashable event is exceedingly large, negligent, or repeated, the EF can at their discretion partially or fully remove the Client from the incentivization program and partially or fully exit the Client’s validators. *Note*: Performance and canary validators are *both* subject to the slashing rules. ### Consensus Layer Dependencies While the Client is fully responsible to ensure that their operation is run in a performant and non-slashable way, we recognize that there is a limit to what execution layer teams can do to mitigate issues on the consensus layer (and vice-versa). Specifically, this means we expect the Client to adopt best practices with regards to running their validators, but will not penalize them in the case of a widespread consensus-layer issue. Best practices when running validators include: * Ensuring that the Client can interoperate with most/all major consensus clients, at least on canary validators; * Ensuring that the Client's failures are decorrelated from the rest of the network, both by relying on diverse consensus layer clients and hosting setups; * Ideally ensuring that the Client's validators are split across >1 consensus client in case of a consensus client-specific issue; * Ensuring that the Client has the ability to switch from one consensus client to another in the case of a consensus client-specific issue. ## **Terms** This plan is an opt-in additional incentivization plan for execution-layer clients. Participation in this plan and the amount of locked funds available in the plan will have no bearing on future client grant decisions. Clients *can* include a small stipend for node infrastructure in grant requests regardless of participation. Prerequisites of participation in this plan are successful participation in multi-client testnets and generally demonstrating production readiness at all times. In general and especially in the event of exceptional and unforeseen scenarios concerning the client, the client team, the Ethereum roadmap, and/or the Ethereum mainnet, the EF is solely responsible for deciding how to award withdrawal credentials and/or restructure the terms of this incentive plan at any time. Such exceptional scenarios include, but are not limited to, the following: - Separate client teams merging into one - Client team splitting into two - Client team ceasing the maintenence of a component (e.g. validator client) or the entirety of their software - Ethereum roadmap radically changing such that the milestones no longer reflect achievable goals - Ethereum mainnet has extended issues with stability, finality, or otherwise proper function - Ethereum mainnet undergoes a contentious hardfork

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully