diff --git a/README.md b/README.md index 9ca813e..d093c9f 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ This section covers the instructions necessary to stake tokens to become a testn Your `pubkey` can be used to create a new validator candidate by staking some tokens: ``` -gaiacli declare-candidacy --amount=500fermions --pubkey= --address-candidate= --moniker=satoshi --chain-id= --sequence=1 --name= +gaiacli declare-candidacy --amount=500steak --pubkey= --address-candidate= --moniker=satoshi --chain-id= --sequence=1 --name= ``` You can add more information of the validator candidate such as`--website`, `--keybase-sig `or additional `--details`. If you want to edit the candidate info: @@ -241,12 +241,12 @@ gaiacli validatorset You can delegate \(_i.e._ bind\) **Atoms** to a validator to become a [delegator](https://cosmos.network/resources/delegators) and obtain a part of its fee revenue in **Photons**. For more information about the Cosmos Token Model, refer to our [whitepaper](https://github.com/cosmos/cosmos/raw/master/Cosmos_Token_Model.pdf). -### Declare candidacy +### Bond your tokens Bond your tokens to a validator candidate with the following command: ``` -gaiacli delegate --amount=10fermion --address-delegator= --address-candidate= --name= --chain-id= --sequence=1 +gaiacli delegate --amount=10steak --address-delegator= --address-candidate= --name= --chain-id= --sequence=1 ``` ### Unbond