Change ether withdrawal credentials to Eth1 address corresponding to the LidoDAO controlled smart contract. This change will affect only new deposits and would be a first step to build a trust-minimized withdrawal mechanic for Lido ethereum pool. All current deposits are still held by distributedly manages account backed by BLS multi-sig.
Currently, all current deposits are still held by a distributed manager account backed by BLS multi-sig. This design decision was forced by the minimalistic nature of Phase 0 spec and was the most decentralized option available to Lido at that time.
Beacon chain spec v1.0.1 enables a new withdrawal credential type that corresponds to eth1 address. It means that withdrawals can go into eth1 smart contracts. We propose to change withdrawal credentials to Lido controlled smart contract which will allow building more transparent protocol operations without relying on distributed custody.
This improvement is very important. The transition to eth1 withdrawal credentials will increase Lido decentralization. This can positively impact obtaining new users and increasing TVL, because this transition puts Lido on the same decentralization level as other ethereum liquid staking protocols that is decentralized from the zero-day.
As mentioned above, we propose a transition to eth1 withdrawal credentials pointed to Withdrawal Vault
. Withdrawal Vault
is Lido controlled smart contract. The current specification of eth1 withdrawal credentials does not impose any special restrictions on the contract internal structure.
In the future, it is reasonable to use this contract as a component of the stETH to ETH Lido withdrawal system. However, at the moment there is no final spec for this and we cannot now implement Withdrawal Vault
in the right way. Therefore, we propose to deploy a placeholder contract, which is ownable and upgradable by the DAO agent only. Thus, the upgrade will be possible only through the DAO voting.
We suggest using a standard upgradeable proxy contract EIP-1822: Universal Upgradeable Proxy Standard (UUPS) instead of Aragon proxy implementation. There are two reasons for that: Aragon proxy consumes additional gas on each call and uses an outdated version of solidity 0.4.24.
ETH1 withdrawal credentials transition will require several steps:
NodeOperatorRegistry
After the transition to eth1 withdrawal credentials, all new ether deposits will be withdrawable to Withdrawal Vault
address. But the previously deposited ether are still holds by BLS multisig key. We can nothing to do with this until withdrawals will be activated in Phase 2. Although there is a chance that proposal (https://ethresear.ch/t/withdrawal-credential-rotation-from-bls-to-eth1/8722) about key rotation will be included in the further hard forks.
What is missed here? What other information is good to have in this proposal?
Is this a good place to ask help to push withdrawal credentials rotation in Ethereum community?
What kind of discussion we can facilitate in the end this proposal?
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
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.
Syncing