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

Update pectra-faq.md #319

Merged
merged 2 commits into from
Nov 1, 2024
Merged
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
10 changes: 6 additions & 4 deletions docs/wiki/pectra-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,18 @@ Overall
#### **Q:** Where can I find the specification for EIP-7702? How can I use it as a wallet dev?
#### **Q:** How do I use account abstraction?
#### **Q:** Do I have to wait for my wallet to support EIP-7702?
#### **Q:** What do i need to know about EIP-7702 as a smart contract dev?
#### **Q:** What do i need to know as a security engineer/auditor?
#### **Q:** What do I need to know about EIP-7702 as a smart contract dev?
#### **Q:** What do I need to know as a security engineer/auditor?
#### **Q:** What does the BLS opcodes add in pectra?
#### **Q:** How can i use the `BLOCKHASH` OPCODE?
#### **Q:** How can I use the `BLOCKHASH` OPCODE?
#### **Q:** What are system contracts?
## Stakers
---
**FAQ**:
#### **Q:** What changes about deposits?
#### **Q:** How long do I have to wait for deposits now?
#### **Q:** What balances between 32ETH and 2048ETH can I earn on?
Effective balances increase 1ETH at a time. If your balance is 33.74 effective balance will be 33. If you effective balance is 33.75 then your effective balance will be 34.
#### **Q:** What are `0x02` withdrawal credentials?
#### **Q:** How do I switch to `0x02` withdrawal credentials? How does it help me?
#### **Q:** Can I deposit a validator with `0x02` credentials directly?
Expand All @@ -44,7 +46,7 @@ MaxEB or the [EIP-7251](https://eips.ethereum.org/EIPS/eip-7251) increases the `
#### **Q:** When happens if I consolidate one validator with`0x01` and another with `0x00` credentials?
#### **Q:** What happens if I consolidate validators that are exited?
#### **Q:** How can I partially withdraw some ETH from my `0x02` validator?
#### **Q:** How much ETH can i withdraw from my validator?
#### **Q:** How much ETH can I withdraw from my validator?
#### **Q:** What happens to the ETH balance if my validator has `0x02` credentials and goes below 32 ETH?
#### **Q:** What happens to the ETH balance if my validator has `0x02` credentials and goes above 2048 ETH?
#### **Q:** Can I top up ETH in my `0x02` validator?
Expand Down
Loading