-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add number of VT penalized if skipped (#58)
- Loading branch information
1 parent
4f37710
commit db91b29
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ scp [email protected]:/path/to/coral/registration.json ~/my/local/comput | |
### Step 5: Await Provisioning | ||
The Guardians will provision pending validators when there is 32 ETH of liquidity in the PufferVault. | ||
|
||
Invalid registrations will be skipped by the Guardians. The NoOp's bond will be returned but their VTs are penalized to prevent griefing. | ||
Invalid registrations will be skipped by the Guardians. The NoOp's bond will be returned but 10 VTs will be penalized to prevent griefing. | ||
|
||
### Step 6: Prepare your Validator | ||
Import your validator keys to your beacon/validator client. | ||
|