diff --git a/docs/gaia/gaiacli.md b/docs/gaia/gaiacli.md index c4429cf6aa8a..ba24567d849a 100644 --- a/docs/gaia/gaiacli.md +++ b/docs/gaia/gaiacli.md @@ -360,10 +360,6 @@ where `[name]` is the name of the key you specified when you initialized `gaiad` While tokens are bonded, they are pooled with all the other bonded tokens in the network. Validators and delegators obtain a percentage of shares that equal their stake in this pool. -::: tip Note -Don't use more `uatom` than you have! You can always get more by using the [Faucet](https://faucetcosmos.network/)! -::: - ##### Query Delegations Once submitted a delegation to a validator, you can see it's information by using the following command: diff --git a/docs/gaia/installation.md b/docs/gaia/installation.md index 94ea9c801012..74d0ea30f034 100644 --- a/docs/gaia/installation.md +++ b/docs/gaia/installation.md @@ -1,6 +1,6 @@ ## Install Gaia -This guide will explain how to install the `gaiad` and `gaiacli` entrypoints onto your system. With these installed on a server, you can participate in the latest testnet as either a [Full Node](./join-mainnet.md) or a [Validator](./validators/validator-setup.md). +This guide will explain how to install the `gaiad` and `gaiacli` entrypoints onto your system. With these installed on a server, you can participate in the mainnet as either a [Full Node](./join-mainnet.md) or a [Validator](./validators/validator-setup.md). ### Install Go