Path: blob/main/docs/versioned_docs/version-v28/04-network/05-coordination.md
1007 views
---
---
Other commands for coordination
Ignite CLI offers various other commands to coordinate chain launches that can be used by coordinators, validators, or other participants.
The requests follow the same logic as the request for validator participation; they must be approved by the chain coordinator to be effective in the genesis.
Request a genesis account
Any participant can request a genesis account with an associated balance for the chain. The participant must provide an address with a comma-separated list of token balances.
Any prefix can be used for the Bech32 address, it is automatically converted into spn
on the Ignite Chain.
Output
Request to remove a genesis account
Any participant can request to remove a genesis account from the chain genesis. It might be the case if, for example, a user suggests an account balance that is so high it could harm the network. The participant must provide the address of the account.
Any prefix can be used for the Bech32 address, it is automatically converted into spn
on the Ignite Chain.
Output
Request to remove a genesis validator
Any participant can request to remove a genesis validator (gentx) from the chain genesis. It might be the case if, for example, a chain failed to launch because of some validators, and they must be removed from genesis. The participant must provide the address of the validator account (same format as genesis account).
Any prefix can be used for the Bech32 address, it is automatically converted into spn
on the Ignite Chain.
The request removes only the gentx from the genesis but not the associated account balance.
Output