diff --git a/docs/wiki/pectra-faq.md b/docs/wiki/pectra-faq.md index 40e0a1be..30025158 100644 --- a/docs/wiki/pectra-faq.md +++ b/docs/wiki/pectra-faq.md @@ -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? @@ -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?