You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing EIP-3030 would allow Nimbus to connect to a Web3Signer remote signer to obtain signatures.
This is very relevant in the effort to support non-technical solo stakers that require a UI to operate. Since implementor teams have very limited bandwidth attaching a UI to an external remote signer is the shortest path to a universal keymanager API for all client. Please check this issue for a readiness analysis of other potential solutions dappnode/DAppNode#329.
A remote signer also allows both solo stakers and staking pools to safely switch between clients safely with zero downtime. It also abstracts managing the slashing protection data since it's computed and stored inside the remote signer.
The standard is currently adopted by Teku and Lighthouse, Prysm and Lodestar pending. The Web3Signer linked above developed by Teku has been stress tested in production for long and is usable immediately. To support the UI the Web3Signer should be extended to include some basic routes potentially adhering to ethereum/beacon-APIs#151, and there's already potential funding available to make it happen.
I highly encourage the Nimbus team to consider this feature's priority since it can be very beneficial for both Nimbus adoption and the health of the network as a whole.
The text was updated successfully, but these errors were encountered:
Implementing EIP-3030 would allow Nimbus to connect to a Web3Signer remote signer to obtain signatures.
This is very relevant in the effort to support non-technical solo stakers that require a UI to operate. Since implementor teams have very limited bandwidth attaching a UI to an external remote signer is the shortest path to a universal keymanager API for all client. Please check this issue for a readiness analysis of other potential solutions dappnode/DAppNode#329.
A remote signer also allows both solo stakers and staking pools to safely switch between clients safely with zero downtime. It also abstracts managing the slashing protection data since it's computed and stored inside the remote signer.
The standard is currently adopted by Teku and Lighthouse, Prysm and Lodestar pending. The Web3Signer linked above developed by Teku has been stress tested in production for long and is usable immediately. To support the UI the Web3Signer should be extended to include some basic routes potentially adhering to ethereum/beacon-APIs#151, and there's already potential funding available to make it happen.
I highly encourage the Nimbus team to consider this feature's priority since it can be very beneficial for both Nimbus adoption and the health of the network as a whole.
The text was updated successfully, but these errors were encountered: