Skip to content

Commit 15c3be1

Browse files
authored
Update GENESIS_VALIDATOR_ONBOARDING.md
1 parent f3f2b53 commit 15c3be1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/GENESIS_VALIDATOR_ONBOARDING.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sudo mv lumerad /usr/local/bin
2929
- `MONIKER`: Your validator's moniker (e.g., `MyAwesomeValidator`).
3030
- `CHAIN_ID`: The chain ID of the network (`lumera-mainnet-1` or `lumera-testnet-1`).
3131
- `KEYNAME`: A name for your validator's key (e.g., `my_validator_key`).
32-
- `AMOUNT`: The initial amount of tokens you will receive for genesis staking (Reach out to Lumera Protocol).
32+
- `AMOUNT`: The initial amount of tokens you will receive for genesis staking (`1000000ulume`).
3333
- `VAL_COMMISSION_RATE`: The initial commission rate for your validator (e.g., "0.05").
3434
- `VAL_COMMISSION_MAX_RATE`: The maximum commission rate for your validator (e.g., "0.25").
3535
- `VAL_COMMISSION_MAX_CHANGE_RATE`: The maximum change rate for your commission (e.g., "0.05").
@@ -39,9 +39,6 @@ sudo mv lumerad /usr/local/bin
3939
- `VAL_SECURITY_CONTACT`: Your validator's security contact.
4040
- `VAL_WEBSITE`: Your validator's website (optional).
4141

42-
> **IMPORTANT!!!**
43-
> Contact the core team and request amount of tokens you would be allocated for genesis staking.
44-
4542
## Step 2: Clone the Repository and verify Genesis file
4643

4744
> **IMPORTANT!!!**
@@ -156,10 +153,6 @@ echo "Validator Address: $VALIDATOR_ADDRESS"
156153
157154
7. **Add your account to Genesis:**
158155

159-
> **IMPORTANT!!!**
160-
> You are already supposed to contact the core team about amount of tokens you would use for genesis staking. If not - do it now
161-
> Once amount is confirmed, add your account to genesis
162-
163156
```shell
164157
lumerad genesis add-genesis-account $VALIDATOR_ADDRESS $AMOUNT --keyring-backend file
165158
```

0 commit comments

Comments
 (0)