Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding BLS signature tutorial #430

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/user/staking/ethereum/solo/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,15 @@ Once you want to finish your staking journey, you will need to withdraw your ETH
This means that once you reach the end of the Beacon Chain's exit queue, your 32 ETH will show up in your withdrawal address as a state change in the blockchain, and not as a deposit. You can find more info [here](https://ethereum.org/en/staking/withdrawals/#exiting-staking-entirely).
:::

### Withdrawal Credentials
Withdrawing both rewards and your exited 32 ETH requires `0x01` withdrawal credentials. In case you still have `0x00` credentials, you'll need to broadcast a BLS signature to upgrade them. Follow this tutorial to submit the BLS signature required for upgrading your withdrawal credentials to `0x01`:

<center><iframe width="560" height="315" src="https://youtu.be/1uxOIcR92uQ" frameborder="0" allow="accelerometer; autoplay; fullscreen" ></iframe></center>

:::caution Remember
Your Withdrawal Address can only be set once and it CANNOT be modified once done. Scammers will try to set your validator's withdrawal address with one they control, so make sure you always proceed with caution and NEVER share your seed phrases!
:::

### Opening your Web3Signer UI.

Navigate to the Stakers > Ethereum menu and click on the `Upload Keystores` button on the Web3Signer card.
Expand Down
Loading