-
Notifications
You must be signed in to change notification settings - Fork 94
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
Update Pectra FAQ #326
Update Pectra FAQ #326
Conversation
spell check error seems unrelated to the updates in this PR |
@@ -70,22 +70,35 @@ There are 2 ways in which a validator can have `0x02` withdrawal credentials: | |||
The `0x02` withdrawal credential enables you to control the validator exit from your execution layer address as well as allows you to possess maximum effective balances of >32 ETH and <2048ETH. This means you can run one validator and have a single validator with a balance of up to 2048 ETH. | |||
|
|||
#### **Q:** Can I deposit a validator with `0x02` credentials directly? | |||
Yes, you can deposit a validator with `0x02` credentials directly. This will allow you to have a single validator with a balance of up to 2048 ETH. The `staking-cli` will support the `0x02` withdrawal credentials in the coming months before the Pectra mainnet Ethereum fork. | |||
Yes, you can deposit a validator with `0x02` credentials directly. This will allow you to have a single validator with a balance of up to 2048 ETH. The `staking-cli` will support the `0x02` withdrawal credentials in the coming months before the Pectra mainnet Ethereum fork. | |||
To try out deposits right now, you can use the [`staking-cli`](https://github.com/eth-educators/ethstaker-deposit-cli) from ethstaker, which already supports `0x02` credentials via the `--compounding` flag. You may also specify deposit amounts higher or lower than 32 ETH via the `--amount` flag. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A little discrepancy here, I would just keep the latter added part
The
staking-cli
will support the0x02
withdrawal credentials in the coming months before the Pectra mainnet Ethereum fork.
To try out deposits right now, you can use the staking-cli from ethstaker, which already supports0x02
credentials via the--compounding
flag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made that part more clear :)
What misses support right now is the official staking deposit tool, which will be added later.
resolved. |
some updates to the pectra faq