Skip to main content

Babylon CLI Usage Guide

Comprehensive command reference for babylond


🚀 CLI Commands​

# Babylon CLI Usage Guide​

# Babylon CLI Usage Guide

babylond add-genesis-account​

Add a genesis account to genesis.json. The provided account must specify
the account address or key name and a list of initial coins. If a key name is given,
the address will be looked up in the local Keybase. The list of initial tokens must
contain valid denominations. Accounts may optionally be supplied with vesting parameters.

Usage:
babylond add-genesis-account [address_or_key_name] [coin][,[coin]] [flags]

Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for add-genesis-account
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
--vesting-amount string amount of coins for vesting accounts
--vesting-end-time int schedule end time (unix epoch) for vesting accounts
--vesting-start-time int schedule start time (unix epoch) for vesting accounts

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond collect-gentxs​

Collect genesis txs and output a genesis.json file

Usage:
babylond collect-gentxs [flags]

Flags:
--gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/
-h, --help help for collect-gentxs
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond comet​

CometBFT subcommands

Usage:
babylond comet [command]

Aliases:
comet, cometbft, tendermint

Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version

Flags:
-h, --help help for comet

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond comet [command] --help" for more information about a command.

babylond comet bootstrap-state​

Bootstrap CometBFT state at an arbitrary block height using a light client

Usage:
babylond comet bootstrap-state [flags]

Flags:
--height int Block height to bootstrap state at, if not provided it uses the latest block height in app state
-h, --help help for bootstrap-state

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond comet reset-state​

Remove all the data and WAL

Usage:
babylond comet reset-state [flags]

Aliases:
reset-state, reset_state

Flags:
-h, --help help for reset-state

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond comet show-address​

Shows this node's CometBFT validator consensus address

Usage:
babylond comet show-address [flags]

Flags:
-h, --help help for show-address

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond comet show-node-id​

Show this node's ID

Usage:
babylond comet show-node-id [flags]

Flags:
-h, --help help for show-node-id

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond comet show-validator​

Show this node's CometBFT validator info

Usage:
babylond comet show-validator [flags]

Flags:
-h, --help help for show-validator

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond comet unsafe-reset-all​

(unsafe) Remove all the data and WAL, reset this node's validator to genesis state

Usage:
babylond comet unsafe-reset-all [flags]

Aliases:
unsafe-reset-all, unsafe_reset_all

Flags:
-h, --help help for unsafe-reset-all
--keep-addr-book keep the address book intact

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond comet version​

Print protocols' and libraries' version numbers against which this app has been compiled.

Usage:
babylond comet version [flags]

Flags:
-h, --help help for version

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond comet Flags:​

CometBFT subcommands

Usage:
babylond comet [command]

Aliases:
comet, cometbft, tendermint

Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version

Flags:
-h, --help help for comet

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond comet [command] --help" for more information about a command.

babylond comet -h,​

babylond comet Global​

CometBFT subcommands

Usage:
babylond comet [command]

Aliases:
comet, cometbft, tendermint

Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version

Flags:
-h, --help help for comet

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond comet [command] --help" for more information about a command.

babylond comet --home​

CometBFT subcommands

Usage:
babylond comet [command]

Aliases:
comet, cometbft, tendermint

Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version

Flags:
-h, --help help for comet

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond comet [command] --help" for more information about a command.

babylond comet --log_format​

CometBFT subcommands

Usage:
babylond comet [command]

Aliases:
comet, cometbft, tendermint

Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version

Flags:
-h, --help help for comet

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond comet [command] --help" for more information about a command.

babylond comet --log_level​

CometBFT subcommands

Usage:
babylond comet [command]

Aliases:
comet, cometbft, tendermint

Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version

Flags:
-h, --help help for comet

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond comet [command] --help" for more information about a command.

babylond comet --log_no_color​

CometBFT subcommands

Usage:
babylond comet [command]

Aliases:
comet, cometbft, tendermint

Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version

Flags:
-h, --help help for comet

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond comet [command] --help" for more information about a command.

babylond comet --trace​

CometBFT subcommands

Usage:
babylond comet [command]

Aliases:
comet, cometbft, tendermint

Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version

Flags:
-h, --help help for comet

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond comet [command] --help" for more information about a command.

babylond comet Use​

CometBFT subcommands

Usage:
babylond comet [command]

Aliases:
comet, cometbft, tendermint

Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version

Flags:
-h, --help help for comet

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond comet [command] --help" for more information about a command.

babylond config​

Utilities for managing application configuration

Usage:
babylond config [command]

Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file

Flags:
-h, --help help for config

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond config [command] --help" for more information about a command.

babylond config diff​

Outputs all config values that are different from the app.toml defaults.

Usage:
babylond config diff [target-version] <app-toml-path> [flags]

Flags:
-h, --help help for diff

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond config get​

Get an application config value. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension.

Usage:
babylond config get [config] [key] [flags]

Flags:
-h, --help help for get

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond config home​

Outputs the folder used as the binary home. In order to change the home directory path, set the $APPD_HOME environment variable, or use the "--home" flag.

Usage:
babylond config home [flags]

Flags:
-h, --help help for home

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond config migrate​

Migrate the contents of the Cosmos SDK app configuration (app.toml) to the specified version.
The output is written in-place unless --stdout is provided.
In case of any error in updating the file, no output is written.

Usage:
babylond config migrate [target-version] <app-toml-path> (options) [flags]

Flags:
-h, --help help for migrate
--skip-validate skip configuration validation (allows to migrate unknown configurations)
--stdout print the updated config to stdout
--verbose log changes to stderr

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond config set​

Set an application config value. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension.

Usage:
babylond config set [config] [key] [value] [flags]

Flags:
-h, --help help for set
-s, --skip-validate skip configuration validation (allows to mutate unknown configurations)
--stdout print the updated config to stdout
-v, --verbose log changes to stderr

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond config view​

View the config file. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension.

Usage:
babylond config view [config] [flags]

Flags:
-h, --help help for view
--output-format string Output format (json|toml) (default "toml")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond config Flags:​

Utilities for managing application configuration

Usage:
babylond config [command]

Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file

Flags:
-h, --help help for config

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond config [command] --help" for more information about a command.

babylond config -h,​

babylond config Global​

Utilities for managing application configuration

Usage:
babylond config [command]

Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file

Flags:
-h, --help help for config

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond config [command] --help" for more information about a command.

babylond config --home​

Utilities for managing application configuration

Usage:
babylond config [command]

Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file

Flags:
-h, --help help for config

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond config [command] --help" for more information about a command.

babylond config --log_format​

Utilities for managing application configuration

Usage:
babylond config [command]

Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file

Flags:
-h, --help help for config

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond config [command] --help" for more information about a command.

babylond config --log_level​

Utilities for managing application configuration

Usage:
babylond config [command]

Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file

Flags:
-h, --help help for config

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond config [command] --help" for more information about a command.

babylond config --log_no_color​

Utilities for managing application configuration

Usage:
babylond config [command]

Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file

Flags:
-h, --help help for config

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond config [command] --help" for more information about a command.

babylond config --trace​

Utilities for managing application configuration

Usage:
babylond config [command]

Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file

Flags:
-h, --help help for config

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond config [command] --help" for more information about a command.

babylond config Use​

Utilities for managing application configuration

Usage:
babylond config [command]

Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file

Flags:
-h, --help help for config

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond config [command] --help" for more information about a command.

babylond create-bls-key​

create-bls will create a pair of BLS keys that are used to
send BLS signatures for checkpointing.

BLS keys are stored along with other validator keys in priv_validator_key.json,
which should exist before running the command (via babylond init or babylond testnet).

Example:
$ babylond create-bls-key --home ./

Usage:
babylond create-bls-key [flags]

Flags:
-h, --help help for create-bls-key
--home string The node home directory (default "/Users/dariaagadzhanova/.babylond")
--insecure-bls-password string The password for the BLS key. If the flag is not set, the password will be read from the prompt.
--no-bls-password The BLS key will use an empty password if the flag is set.

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond debug​

Tool for helping with debugging your application

Usage:
babylond debug [flags]
babylond debug [command]

Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex

Flags:
-h, --help help for debug

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond debug [command] --help" for more information about a command.

babylond debug addr​

Convert an address between hex encoding and bech32.

Example:
$ babylond debug addr cosmos1e0jnq2sun3dzjh8p2xq95kk0expwmd7shwjpfg

Usage:
babylond debug addr [address] [flags]

Flags:
-h, --help help for addr

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond debug codec​

Tool for helping with debugging your application codec

Usage:
babylond debug codec [flags]
babylond debug codec [command]

Available Commands:
list-implementations List the registered type URLs for the provided interface
list-interfaces List all registered interface type URLs

Flags:
-h, --help help for codec

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond debug codec [command] --help" for more information about a command.

babylond debug prefixes​

List prefixes used in Bech32 addresses.

Usage:
babylond debug prefixes [flags]

Examples:
$ babylond debug prefixes

Flags:
-h, --help help for prefixes

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond debug pubkey​

Decode a pubkey from proto JSON and display it's address.

Example:
$ babylond debug pubkey '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"}'

Usage:
babylond debug pubkey [pubkey] [flags]

Flags:
-h, --help help for pubkey

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond debug pubkey-raw​

Decode a pubkey from hex, base64, or bech32.

Usage:
babylond debug pubkey-raw [pubkey] -t [{ed25519, secp256k1}] [flags]

Examples:

babylond debug pubkey-raw 8FCA9D6D1F80947FD5E9A05309259746F5F72541121766D5F921339DD061174A
babylond debug pubkey-raw j8qdbR+AlH/V6aBTCSWXRvX3JUESF2bV+SEzndBhF0o=
babylond debug pubkey-raw cosmospub1zcjduepq3l9f6mglsz28l40f5pfsjfvhgm6lwf2pzgtkd40eyyeem5rpza9q47axrz


Flags:
-h, --help help for pubkey-raw
-t, --type string Pubkey type to decode (oneof secp256k1, ed25519) (default "ed25519")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond debug raw-bytes​

Convert raw-bytes to hex.

Usage:
babylond debug raw-bytes <raw-bytes> [flags]

Examples:
babylond debug raw-bytes '[72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100]'

Flags:
-h, --help help for raw-bytes

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond debug Flags:​

Tool for helping with debugging your application

Usage:
babylond debug [flags]
babylond debug [command]

Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex

Flags:
-h, --help help for debug

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond debug [command] --help" for more information about a command.

babylond debug -h,​

babylond debug Global​

Tool for helping with debugging your application

Usage:
babylond debug [flags]
babylond debug [command]

Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex

Flags:
-h, --help help for debug

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond debug [command] --help" for more information about a command.

babylond debug --home​

Tool for helping with debugging your application

Usage:
babylond debug [flags]
babylond debug [command]

Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex

Flags:
-h, --help help for debug

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond debug [command] --help" for more information about a command.

babylond debug --log_format​

Tool for helping with debugging your application

Usage:
babylond debug [flags]
babylond debug [command]

Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex

Flags:
-h, --help help for debug

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond debug [command] --help" for more information about a command.

babylond debug --log_level​

babylond debug --log_no_color​

Tool for helping with debugging your application

Usage:
babylond debug [flags]
babylond debug [command]

Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex

Flags:
-h, --help help for debug

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond debug [command] --help" for more information about a command.

babylond debug --trace​

Tool for helping with debugging your application

Usage:
babylond debug [flags]
babylond debug [command]

Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex

Flags:
-h, --help help for debug

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond debug [command] --help" for more information about a command.

babylond debug Use​

Tool for helping with debugging your application

Usage:
babylond debug [flags]
babylond debug [command]

Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex

Flags:
-h, --help help for debug

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond debug [command] --help" for more information about a command.

babylond export​

Export state to JSON

Usage:
babylond export [flags]

Flags:
--for-zero-height Export state to start at height zero (perform preproccessing)
--height int Export state from a particular height (-1 means latest height) (default -1)
-h, --help help for export
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--jail-allowed-addrs strings Comma-separated list of operator addresses of jailed validators to unjail
--modules-to-export strings Comma-separated list of modules to export. If empty, will export all modules
--output-document string Exported state is written to the given file instead of STDOUT

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond gen-helpers​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond gen-helpers set-btc-delegations​

Reads BTC delegation structures from the given json file and update the genesis.json file
in place to include the delegations in the btcstaking module's genesis state.
Duplicated BTC delegations are not allowed and it will prompt an error.

Usage:
babylond gen-helpers set-btc-delegations [path/to/btc_delegations.json] [flags]

Examples:
babylond gen-helpers set-btc-delegations path/to/btc_delegations.json
Possible content of 'btc_delegations.json' is
{
"btc_delegations": [
{
"babylon_pk": {
"key": "AkCmkLYWjr0/49MCK3lzTqKC1MiPSldXgoqP0EdtV8m1"
},
"btc_pk": "5ea8d7dfe920f5aecb1f4411b1b3e6684031ecb7a282df65107a615adc562a48",
"pop": {
"btc_sig_type": "BIP340",
"babylon_sig": "gjqXTQdgzC6AX/lnj3T3QV5vV+jtKDKwJOP9jMpZdb90MoIKRGV7j/A6lwbgsnUzbsvd4L19U7/3cOZqYBfQAg==",
"btc_sig": "Gx0VxuXgjiLvdCIIx1eN9JE9mqo+qvIo48cUhTCbM6uTxt59HTJiVGloHE518OXk+vQrNcHB+bZFqX+T5wMS9w=="
},
"fp_btc_pk_list": [
"3d6a1db7bffaebed71831fae74d32bf78e97884c41634cc1a80b0ebbffe1c7dd"
],
"start_height": "127",
"end_height": "10127",
"total_sat": "1000000",
"staking_tx": "AQAAAAF/cxe2A5/IsfYkwiVTA795y/X16NDBpqETC3kiv27AKgAAAABrSDBFAiEA8inc8+grbO6iJbl1VwJjR4Y89dK7ATcEz3XnJPNd37MCIGd0wpfu3Hz4+hjVXatnKCTViUG2SPiD83k/+yhy9bIIASEDXqjX3+kg9a7LH0QRsbPmaEAx7Leigt9lEHphWtxWKkj/////AkBCDwAAAAAAIlEg8eeUnPklLO9pkkhYMkoQFW7gxAmd4W781NwChbc9WSe0mPYpAQAAABl2qRS9MnviWBrF4wvpgMpBhIFGQHnOWYisAAAAAA==",
"staking_output_idx": 0,
"slashing_tx": "AQAAAAES8FBlJfWXZSLzImp6AjfD1bosph2q02QhTIjDo9T8bQAAAAAA/////wKghgEAAAAAABl2qRQBAQEBAQEBAQEBAQEBAQEBAQEBAYisuLcNAAAAAAAiUSD1hd0Q7BOqlMAZY6fqBidPwKe7jLRXtdGcpgQjVIhr8wAAAAA=",
"delegator_sig": "2i6kTpmzn0pJAbY+v5Ktf0yo6YNhucVZC4clg4YVVZKU7dVh9DKEzrichq5C1eFgaRr+YYtEyxtTlVwhyOg2Ag==",
"covenant_sigs": [
{
"cov_pk": "e76137fda8dff755a0879264c4eb3c3574ab77b6c5589f47b090203e4938d065",
"adaptor_sigs": [
"Ann3xe0L1gIHWS2+hhHwRDTPz5RoCFzBBte0xkhJ0VRUWDB2a46Pl1miZ9y+jyseZNYcps+DeE1cB/S54oeVQYEA"
]
}
],
"unbonding_time": 101,
"btc_undelegation": {
"unbonding_tx": "AgAAAAES8FBlJfWXZSLzImp6AjfD1bosph2q02QhTIjDo9T8bQAAAAAA/////wGsMA8AAAAAACJRIEObJoQoxADSVZ3K8dV0Req4coALcrefxibIBmWItvVDAAAAAA==",
"slashing_tx": "AQAAAAGGZtqTIrJN8TDOMw+bbENzXLECv1Z1E4idjZ2UiHnsbAAAAAAA/////wLehAEAAAAAABl2qRQBAQEBAQEBAQEBAQEBAQEBAQEBAYis5qcNAAAAAAAiUSD1hd0Q7BOqlMAZY6fqBidPwKe7jLRXtdGcpgQjVIhr8wAAAAA=",
"delegator_unbonding_sig": null,
"delegator_slashing_sig": "P6GSaJdbIhEED+k74T1sRYzTYHUhzg8/NDGvwR+sBHXhKsT8O82XRaHyvjFXAVCLK0sa5oxSOTndMmY3SKHNsw==",
"covenant_slashing_sigs": [
{
"cov_pk": "e76137fda8dff755a0879264c4eb3c3574ab77b6c5589f47b090203e4938d065",
"adaptor_sigs": [
"AjZrivh6++7Wu7OWFRxLAv2SHPvf0VhZM7pZK7oWP3KoWKdPpBcNotFqjdCQE2TTSshS4qpEuwYMLtMMzYqIOKYA"
]
}
],
"covenant_unbonding_sig_list": [
{
"pk": "e76137fda8dff755a0879264c4eb3c3574ab77b6c5589f47b090203e4938d065",
"sig": "t+zUA4qtNCKREviFUtwWh46QNEov033whhF2i89oF2mEoa55k7Hq68TAY+jiGeeTJU1BM7Q4Qfu8XFuv3c1WAw=="
}
]
},
"params_version": 0
}
],
}


Flags:
-h, --help help for set-btc-delegations

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond gen-helpers set-btc-headers​

Reads BTC Headers structures from the given json file and update the genesis.json file
in place to include the btc headers in the btcstaking module's genesis state.
Duplicated BTC headers are not allowed and it will prompt an error.

Usage:
babylond gen-helpers set-btc-headers [path/to/btc_headers.json] [flags]

Examples:
babylond gen-helpers set-btc-headers path/to/btc_headers.json
Possible content of 'btc_headers.json' is
{
"btc_headers": [
{
"header": "0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a45068653ffff7f2002000000",
"hash": "683e86bd5c6d110d91b94b97137ba6bfe02dbbdb8e3dff722a669b5d69d77af6",
"height": "0",
"work": "2"
},
{
"header": "00000020f67ad7695d9b662a72ff3d8edbbb2de0bfa67b13974bb9910d116d5cbd863e682259b3c6351788d4456e8fbb738dd51fd6aea615f63b10f634021f930c9c34be02150466ffff7f2000000000",
"hash": "6fceca20e50018d9f54632b791144eef4b3f9cb2ced9fa2702c376857a550e03",
"height": "1",
"work": "4"
}
]
}


Flags:
-h, --help help for set-btc-headers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond gen-helpers set-finality-providers​

Reads finality providers structures from the given json file and update the genesis.json file
in place to include the finality providers in the btcstaking module's genesis state.
Duplicated finality providers are not allowed and it will prompt an error.

Usage:
babylond gen-helpers set-finality-providers [path/to/finality_providers.json] [flags]

Examples:
babylond gen-helpers set-finality-providers path/to/finality_providers.json
Possible content of 'finality_providers.json' is
{
"finality_providers": [
{
"description": {
"moniker": "val-fp",
"identity": "",
"website": "",
"security_contact": "",
"details": ""
},
"commission": "0.050000000000000000",
"babylon_pk": {
"key": "A6FTeYaKkvi8cOXSmVF+2n+q58WV/qffI99YucsvrGsk"
},
"btc_pk": "625057f9828753569c478b1aa826205395222bcdbefafe9653dfdc638d18eadc",
"pop": {
"btc_sig_type": "BIP340",
"babylon_sig": "/RJyVqBEm/PDkQQTDgdPj84MywTu6LUVXDWUlPBgDGo1qsU/Rg+kJhBRwxCEKs8PYmoADcp4FiH2vVyAqRG2UA==",
"btc_sig": "OaLj+w2loH0O88cT2IEdUoV4Swx+RWagk632+mKs5wVRBM63D6uwW+lCLIjxVBfOYQRFzT2D9943k10Whw5a7Q=="
},
"slashed_babylon_height": "0",
"slashed_btc_height": "0"
}
]
}


Flags:
-h, --help help for set-finality-providers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond gen-helpers Flags:​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond gen-helpers -h,​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond gen-helpers Global​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond gen-helpers --home​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond gen-helpers --log_format​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond gen-helpers --log_level​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond gen-helpers --log_no_color​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond gen-helpers --trace​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond gen-helpers Use​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond generate-bls-pop​

generate-bls-pop will generate a BLS proof-of-possession for a validator.

Proof-of-possession is generated by the Ed25519 and BLS private keys from the stored files, priv_validator_key.json and bls_key.json.
This is used in 'babylond tx checkpointing create-validator' by specifying the '--bls-pop' flag.

Example:
$ babylond generate-bls-pop --home ./

Usage:
babylond generate-bls-pop [flags]

Flags:
-h, --help help for generate-bls-pop
--home string The node home directory (default "/Users/dariaagadzhanova/.babylond")

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond gentx​

Generate a genesis transaction that creates a validator with a self-delegation
and a BLS key if needed.
This transaction is signed by the key in the Keyring referenced by a given name. A node ID and consensus
pubkey may optionally be provided. If they are omitted, they will be retrieved from the priv_validator.json
file. The following default parameters are included:

delegation amount: 100000000stake
commission rate: 0.1
commission max rate: 0.2
commission max change rate: 0.01
minimum self delegation: 1


Example:
$ babylond gentx my-key-name 1000000stake --home=/path/to/home/dir --keyring-backend=os --chain-id=test-chain-1 \
--moniker="myvalidator" \
--commission-max-change-rate=0.01 \
--commission-max-rate=1.0 \
--commission-rate=0.07 \
--details="..." \
--security-contact="..." \
--website="..."

Usage:
babylond gentx [key_name] [amount] [flags]

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--amount string Amount of coins to bond
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--commission-max-change-rate string The maximum commission change rate percentage (per day)
--commission-max-rate string The maximum commission rate percentage
--commission-rate string The initial commission rate percentage
--details string The validator's (optional) details
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for gentx
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--identity string The (optional) identity signature (ex. UPort or Keybase)
--ip string The node's public P2P IP (default "192.168.10.47")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--min-self-delegation string The minimum self delegation required on the validator
--moniker string The validator's (optional) moniker
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--node-id string The node's NodeID
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
--output-document string Write the genesis transaction JSON document to the given file instead of the default location
--p2p-port uint The node's public P2P port (default 26656)
--pubkey string The validator's Protobuf JSON encoded public key
--security-contact string The validator's (optional) security contact email
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
--website string The validator's (optional) website
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond help​

Help provides help for any command in the application.
Simply type babylond help [path to command] for full details.

Usage:
babylond help [command] [flags]

Flags:
-h, --help help for help

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond init​

Initializes the configuration files for the validator and node.
This command also asks for a password to
generate the BLS key and encrypt it into an erc2335 structure.

Usage:
babylond init [moniker] [flags]

Flags:
--chain-id string genesis file chain-id, if left blank will be randomly created
--default-denom string genesis file default denomination, if left blank default value is 'stake'
-h, --help help for init
--home string node's home directory (default "/Users/dariaagadzhanova/.babylond")
--initial-height int specify the initial block height at genesis (default 1)
--insecure-bls-password string The password for the BLS key. If the flag is not set, the password will be read from the prompt.
--no-bls-password The BLS key will use an empty password if the flag is set.
-o, --overwrite overwrite the genesis.json file
--recover provide seed phrase to recover existing key instead of creating

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond keys​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond keys add​

Derive a new private key and encrypt to disk.
Optionally specify a BIP39 mnemonic, a BIP39 passphrase to further secure the mnemonic,
and a bip32 HD path to derive a specific account. The key will be stored under the given name
and encrypted with the given password. The only input that is required is the encryption password.

If run with -i, it will prompt the user for BIP44 path, BIP39 mnemonic, and passphrase.
The flag --recover allows one to recover a key from a seed passphrase.
If run with --dry-run, a key would be generated (or recovered) but not stored to the
local keystore.
Use the --pubkey flag to add arbitrary public keys to the keystore for constructing
multisig transactions.

Use the --source flag to import mnemonic from a file in recover or interactive mode.
Example:

keys add testing --recover --source ./mnemonic.txt

You can create and store a multisig key by passing the list of key names stored in a keyring
and the minimum number of signatures required through --multisig-threshold. The keys are
sorted by address, unless the flag --nosort is set.
Example:

keys add mymultisig --multisig "keyname1,keyname2,keyname3" --multisig-threshold 2

Usage:
babylond keys add <name> [flags]

Flags:
--account uint32 Account number for HD derivation (less than equal 2147483647)
--coin-type uint32 coin type number for HD derivation (default 118)
--dry-run Perform action, but don't add key to local keystore
--hd-path string Manual HD Path derivation (overrides BIP44 config)
-h, --help help for add
--index uint32 Address index number for HD derivation (less than equal 2147483647)
-i, --interactive Interactively prompt user for BIP39 passphrase and mnemonic
--key-type string Key signing algorithm to generate keys for (default "secp256k1")
--ledger Store a local reference to a private key on a Ledger device
--multisig strings List of key names stored in keyring to construct a public legacy multisig key
--multisig-threshold int K out of N required signatures. For use in conjunction with --multisig (default 1)
--no-backup Don't print out seed phrase (if others are watching the terminal)
--nosort Keys passed to --multisig are taken in the order they're supplied
--pubkey string Parse a public key in JSON format and saves key info to <name> file.
--pubkey-base64 string Parse a public key in base64 format and saves key info.
--recover Provide seed phrase to recover existing key instead of creating
--source string Import mnemonic from a file (only usable when recover or interactive is passed)

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys delete​

Delete keys from the Keybase backend.

Note that removing offline or ledger keys will remove
only the public key references stored locally, i.e.
private keys stored in a ledger device cannot be deleted with the CLI.

Usage:
babylond keys delete <name>... [flags]

Flags:
-f, --force Remove the key unconditionally without asking for the passphrase. Deprecated.
-h, --help help for delete
-y, --yes Skip confirmation prompt when deleting offline or ledger key references

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys export​

Export a private key from the local keyring in ASCII-armored encrypted format.

When both the --unarmored-hex and --unsafe flags are selected, cryptographic
private key material is exported in an INSECURE fashion that is designed to
allow users to import their keys in hot wallets. This feature is for advanced
users only that are confident about how to handle private keys work and are
FULLY AWARE OF THE RISKS. If you are unsure, you may want to do some research
and export your keys in ASCII-armored encrypted format.

Usage:
babylond keys export <name> [flags]

Flags:
-h, --help help for export
--unarmored-hex Export unarmored hex privkey. Requires --unsafe.
--unsafe Enable unsafe operations. This flag must be switched on along with all unsafe operation-specific options.

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys import​

Import a ASCII armored private key into the local keybase.

Usage:
babylond keys import <name> <keyfile> [flags]

Flags:
-h, --help help for import

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys import-hex​

Import hex encoded private key into the local keybase.
Supported key-types can be obtained with:
babylond list-key-types

Usage:
babylond keys import-hex <name> <hex> [flags]

Flags:
-h, --help help for import-hex
--key-type string private key signing algorithm kind (default "secp256k1")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys list​

Return a list of all public keys stored by this key manager
along with their associated name and address.

Usage:
babylond keys list [flags]

Flags:
-h, --help help for list
-n, --list-names List names only

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys list-key-types​

Return a list of all supported key types (also known as algos)

Usage:
babylond keys list-key-types [flags]

Flags:
-h, --help help for list-key-types

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys migrate​

Migrate keys from Amino to Protocol Buffers records.
For each key material entry, the command will check if the key can be deserialized using proto.
If this is the case, the key is already migrated. Therefore, we skip it and continue with a next one.
Otherwise, we try to deserialize it using Amino into LegacyInfo. If this attempt is successful, we serialize
LegacyInfo to Protobuf serialization format and overwrite the keyring entry. If any error occurred, it will be
outputted in CLI and migration will be continued until all keys in the keyring DB are exhausted.
See https://github.com/cosmos/cosmos-sdk/pull/9695 for more details.

Usage:
babylond keys migrate [flags]

Flags:
-h, --help help for migrate

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys mnemonic​

Create a bip39 mnemonic, sometimes called a seed phrase, by reading from the system entropy. To pass your own entropy, use --unsafe-entropy

Usage:
babylond keys mnemonic [flags]

Flags:
-h, --help help for mnemonic
--unsafe-entropy Prompt the user to supply their own entropy, instead of relying on the system

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys parse​

Convert and print to stdout key addresses and fingerprints from
hexadecimal into bech32 cosmos prefixed format and vice versa.

Usage:
babylond keys parse <hex-or-bech32-address> [flags]

Flags:
-h, --help help for parse

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys rename​

Rename a key from the Keybase backend.

Note that renaming offline or ledger keys will rename
only the public key references stored locally, i.e.
private keys stored in a ledger device cannot be renamed with the CLI.

Usage:
babylond keys rename <old_name> <new_name> [flags]

Flags:
-h, --help help for rename
-y, --yes Skip confirmation prompt when renaming offline or ledger key references

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys show​

Display keys details. If multiple names or addresses are provided,
then an ephemeral multisig key will be created under the name "multi"
consisting of all the keys provided by name and multisig threshold.

Usage:
babylond keys show [name_or_address [name_or_address...]] [flags]

Flags:
-a, --address Output the address only (cannot be used with --output)
--bech string The Bech32 prefix encoding for a key (acc|val|cons) (default "acc")
-d, --device Output the address in a ledger device (cannot be used with --pubkey)
-h, --help help for show
--multisig-threshold int K out of N required signatures (default 1)
-p, --pubkey Output the public key only (cannot be used with --output)

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors

babylond keys Flags:​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond keys -h,​

babylond keys --keyring-backend​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond keys --keyring-dir​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond keys --output​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond keys Global​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond keys --home​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond keys --log_format​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond keys --log_level​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond keys --log_no_color​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond keys --trace​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond keys Use​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond migrate​

Migrate the source genesis into the target version and print to STDOUT

Usage:
babylond migrate [target-version] [genesis-file] [flags]

Examples:
babylond genesis migrate v0.47 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z

Flags:
--chain-id string Override chain_id with this flag
--genesis-time string Override genesis_time with this flag
-h, --help help for migrate
--output-document string Exported state is written to the given file instead of STDOUT

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond module-hash-by-height​

Get module hashes at a given height. This command is useful for debugging and verifying the state of the application at a given height. Daemon should not be running when calling this command.

Usage:
babylond module-hash-by-height [height] [flags]

Examples:
babylond module-hash-by-height 16841115

Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for module-hash-by-height
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond module-sizes​

print sizes of each module in the database

Usage:
babylond module-sizes [path-to-db] [flags]

Flags:
-h, --help help for module-sizes
--print-interval int interval between printing database stats (default 100000)

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond prepare-genesis​

Prepare a genesis file.
Example:
babylond prepare-genesis testnet babylon-test-1

Usage:
babylond prepare-genesis <testnet|mainnet> <chain-id> [flags]

Flags:
--activation-height uint Finality bbn block height activation to start accepting finality vote and pub rand (default 1)
--allowed-reporter-addresses string addresses of reporters allowed to submit Bitcoin headers to babylon
--block-gas-limit int Block gas limit (default 50000000)
--blocks-per-year uint Blocks per year (default 6311520)
--btc-base-header string Hex of the base Bitcoin header. (default "0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a45068653ffff7f2002000000")
--btc-base-header-height uint32 Height of the base Bitcoin header.
--btc-confirmation-depth uint32 Confirmation depth for Bitcoin headers. (default 6)
--btc-finalization-timeout uint32 Finalization timeout for Bitcoin headers. (default 20)
--chain-id string genesis file chain-id, if left blank will be randomly created
--checkpoint-tag string Hex encoded tag for babylon checkpoint on btc (default "01020304")
--covenant-pks string Bitcoin staking covenant public keys, comma separated (default "43311589af63c2adda04fcd7792c038a05c12a4fe40351b3eb1612ff6b2e5a0e,d415b187c6e7ce9da46ac888d20df20737d6f16a41639e68ea055311e1535dd9,d27cd27dbff481bc6fc4aa39dd19405eb6010237784ecba13bab130a4a62df5d,a3e107fee8879f5cf901161dbf4ff61c252ba5fec6f6407fe81b9453d244c02c,c45753e856ad0abb06f68947604f11476c157d13b7efd54499eaa0f6918cf716")
--covenant-quorum uint32 Bitcoin staking covenant quorum (default 3)
--epoch-interval uint Number of blocks between epochs. Must be more than 0. (default 400)
--finality-sig-timeout int How much time (in terms of blocks) finality providers have to cast a finality vote before being judged as missing their voting turn on the given block (default 3)
--genesis-time int Genesis time (default 1747294046)
--goal-bonded float Bonded tokens goal (default 0.67)
-h, --help help for prepare-genesis
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--inflation-max float Maximum inflation (default 0.2)
--inflation-min float Minimum inflation (default 0.07)
--inflation-rate-change float Inflation rate change (default 0.13)
--jail-duration string Minimum period of time that a finality provider remains jailed (default "24h0m0s")
--max-active-finality-providers uint32 Bitcoin staking maximum active finality providers (default 100)
--max-active-validators uint32 Maximum number of validators. (default 10)
--max-staking-amount-sat int Maximum staking amount in satoshis (default 100000000000)
--max-staking-time-blocks uint16 Maximum staking time in blocks (default 10000)
--min-commission-rate string Bitcoin staking validator minimum commission rate (default "0")
--min-signed-per-window string Minimum number of blocks that a finality provider is required to sign within the sliding window to avoid being jailed (default "0.500000000000000000")
--min-slashing-fee-sat int Bitcoin staking minimum slashing fee (default 1000)
--min-staking-amount-sat int Minimum staking amount in satoshis (default 500000)
--min-staking-time-blocks uint16 Minimum staking time in blocks (default 100)
--signed-blocks-window int Size of the sliding window for tracking finality provider liveness (default 100)
--slashing-pk-script string Bitcoin staking slashing pk script. Hex encoded. (default "76a914010101010101010101010101010101010101010188ac")
--slashing-rate string Bitcoin staking slashing rate (default "0.1")
--unbonding-fee-sat int Required fee for unbonding transaction in satoshis (default 1000)
--unbonding-time uint16 Required timelock on unbonding transaction in btc blocks. Must be larger than btc-finalization-timeout (default 21)
--vote-extension-enable-height int Vote extension enable height (default 1)

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond query​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond query auth​

Querying commands for the auth module

Usage:
babylond query auth [flags]
babylond query auth [command]

Available Commands:
account Query account by address
account-info Query account info which is common to all account types.
accounts Query all the accounts
address-by-acc-num Query account address by account number
address-bytes-to-string Transform an address bytes to string
address-string-to-bytes Transform an address string to bytes
bech32-prefix Query the chain bech32 prefix (if applicable)
module-account Query module account info by module name
module-accounts Query all module accounts
params Query the current auth parameters

Flags:
-h, --help help for auth

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query auth [command] --help" for more information about a command.

babylond query authz​

Querying commands for the authz module

Usage:
babylond query authz [flags]
babylond query authz [command]

Available Commands:
grants Query grants for a granter-grantee pair and optionally a msg-type-url
grants-by-grantee Query authorization grants granted to a grantee
grants-by-granter Query authorization grants granted by granter

Flags:
-h, --help help for authz

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query authz [command] --help" for more information about a command.

babylond query bank​

Querying commands for the bank module

Usage:
babylond query bank [flags]
babylond query bank [command]

Available Commands:
balance Query an account balance by address and denom
balances Query for account balances by address
denom-metadata Query the client metadata of a given coin denomination
denom-metadata-by-query-string Execute the DenomMetadataByQueryString RPC method
denom-owners Query for all account addresses that own a particular token denomination.
denoms-metadata Query the client metadata for all registered coin denominations
params Query the current bank parameters
send-enabled Query for send enabled entries
spendable-balance Query the spendable balance of a single denom for a single account.
spendable-balances Query for account spendable balances by address
total-supply Query the total supply of coins of the chain
total-supply-of Query the supply of a single coin denom

Flags:
-h, --help help for bank

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query bank [command] --help" for more information about a command.

babylond query block​

Query for a specific committed block using the CometBFT RPC `block` and `block_by_hash` method

Usage:
babylond query block --type=[height|hash] [height|hash] [flags]

Examples:
$ babylond query block --type=height <height>
$ babylond query block --type=hash <hash>

Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for block
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
--type string The type to be used when querying tx, can be one of "height", "hash" (default "hash")

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond query block-results​

Query for a specific committed block's results using the CometBFT RPC `block_results` method

Usage:
babylond query block-results [height] [flags]

Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for block-results
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond query blocks​

Search for blocks that match the exact given events where results are paginated.
The events query is directly passed to CometBFT's RPC BlockSearch method and must
conform to CometBFT's query syntax.
Please refer to each module's documentation for the full set of events to query
for. Each module documents its respective events under 'xx_events.md'.

Usage:
babylond query blocks [flags]

Examples:
$ babylond query blocks --query "message.sender='cosmos1...' AND block.height > 7" --page 1 --limit 30 --order_by asc

Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for blocks
--limit int Query number of transactions results per page returned (default 100)
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
--order_by string The ordering semantics (asc|dsc)
-o, --output string Output format (text|json) (default "text")
--page int Query a specific page of paginated results (default 1)
--query string The blocks events query per CometBFT's query semantics

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond query btccheckpoint​

Querying commands for the btccheckpoint module

Usage:
babylond query btccheckpoint [flags]
babylond query btccheckpoint [command]

Available Commands:
btc-height-hash retrieve earliest btc height and hash for given epoch
epoch-submissions all checkpoint submissions for given epoch
params shows the parameters of the module

Flags:
-h, --help help for btccheckpoint

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query btccheckpoint [command] --help" for more information about a command.

babylond query btclightclient​

Querying commands for the btclightclient module

Usage:
babylond query btclightclient [flags]
babylond query btclightclient [command]

Available Commands:
base-header retrieve base header of the bitcoin blockchain
contains check whether the module maintains a hash
hashes retrieve the hashes maintained by this module
header-depth check main chain depth of the header with the given hash
main-chain retrieve the canonical chain
tip retrieve tip of the bitcoin blockchain

Flags:
-h, --help help for btclightclient

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query btclightclient [command] --help" for more information about a command.

babylond query btcstaking​

Querying commands for the btcstaking module

Usage:
babylond query btcstaking [flags]
babylond query btcstaking [command]

Available Commands:
btc-delegations retrieve all BTC delegations under the given status (pending, active, unbonding, unbonded, any)
delegation retrieve a BTC delegation
finality-provider retrieve a finality provider
finality-provider-delegations retrieve all delegations under a given finality provider
finality-providers retrieve all finality providers
largest-btc-reorg Query the larges BTC reorganization recorded
params shows the parameters of the module
params-by-version Query BTC staking parameters by version number
params-versions shows all the parameters of the module with version

Flags:
-h, --help help for btcstaking

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query btcstaking [command] --help" for more information about a command.

babylond query btcstkconsumer​

Querying commands for the btcstkconsumer module

Usage:
babylond query btcstkconsumer [flags]
babylond query btcstkconsumer [command]

Available Commands:
finality-provider retrieve a given consumer's finality provider
finality-provider-consumer retrieve a given CZ finality provider's registered consumer id
finality-providers retrieve a given consumer's all finality providers
params shows the parameters of the module
registered-consumer retrieve a given registered consumer's info
registered-consumers retrieve list of registered consumers

Flags:
-h, --help help for btcstkconsumer

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query btcstkconsumer [command] --help" for more information about a command.

babylond query checkpointing​

Querying commands for the checkpointing module

Usage:
babylond query checkpointing [flags]
babylond query checkpointing [command]

Available Commands:
raw-checkpoint retrieve the checkpoint by epoch number
raw-checkpoint-list retrieve the checkpoints by status
raw-checkpoints retrieve the checkpoints for a epoch range

Flags:
-h, --help help for checkpointing

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query checkpointing [command] --help" for more information about a command.

babylond query circuit​

Querying commands for the circuit module

Usage:
babylond query circuit [flags]
babylond query circuit [command]

Available Commands:
account Query a specific account's permissions
accounts Query all account permissions
disabled-list Query a list of all disabled message types

Flags:
-h, --help help for circuit

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query circuit [command] --help" for more information about a command.

babylond query comet-validator-set​

Get the full CometBFT validator set at given height

Usage:
babylond query comet-validator-set [height] [flags]

Aliases:
comet-validator-set, cometbft-validator-set, tendermint-validator-set

Flags:
-h, --help help for comet-validator-set
--limit int Query number of results returned per page (default 100)
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
--page int Query a specific page of paginated results (default 1)

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond query consensus​

Querying commands for the consensus module

Usage:
babylond query consensus [flags]
babylond query consensus [command]

Available Commands:
comet Querying commands for the cosmos.base.tendermint.v1beta1.Service service
params Query the current consensus parameters

Flags:
-h, --help help for consensus

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query consensus [command] --help" for more information about a command.

babylond query distribution​

Querying commands for the distribution module

Usage:
babylond query distribution [flags]
babylond query distribution [command]

Available Commands:
commission Query distribution validator commission
community-pool Query the amount of coins in the community pool
delegator-validators Execute the DelegatorValidators RPC method
delegator-withdraw-address Execute the DelegatorWithdrawAddress RPC method
params Query the current distribution parameters.
rewards Query all distribution delegator rewards
rewards-by-validator Query all distribution delegator from a particular validator
slashes Query distribution validator slashes
validator-distribution-info Query validator distribution info
validator-outstanding-rewards Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations

Flags:
-h, --help help for distribution

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query distribution [command] --help" for more information about a command.

babylond query epoching​

Querying commands for the epoching module

Usage:
babylond query epoching [flags]
babylond query epoching [command]

Available Commands:
epoch shows the information of the current epoch, or the given epoch if specified
epoch-msgs shows the messages that will be executed at the end of the current epoch, or the given epoch if specified
epoch-validators shows the validators of the current epoch, or the given epoch if specified
epochs shows the information of epochs according to the pagination parameters
params shows the parameters of the module

Flags:
-h, --help help for epoching

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query epoching [command] --help" for more information about a command.

babylond query evidence​

Querying commands for the evidence module

Usage:
babylond query evidence [flags]
babylond query evidence [command]

Available Commands:
evidence Query for evidence by hash
list Query all (paginated) submitted evidence

Flags:
-h, --help help for evidence

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query evidence [command] --help" for more information about a command.

babylond query feegrant​

Querying commands for the feegrant module

Usage:
babylond query feegrant [flags]
babylond query feegrant [command]

Available Commands:
grant Query details of a single grant
grants-by-grantee Query all grants of a grantee
grants-by-granter Query all grants by a granter

Flags:
-h, --help help for feegrant

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query feegrant [command] --help" for more information about a command.

babylond query finality​

Querying commands for the finality module

Usage:
babylond query finality [flags]
babylond query finality [command]

Available Commands:
activated-height get activated height, i.e., the first height where there exists 1 finality provider with voting power
all-signing-info Show signing info of finality providers
block show the information of the block at a given height
finality-provider-power-at-height get the voting power of a given finality provider at a given height
finality-providers-at-height retrieve all finality providers at a given babylon height
list-blocks list blocks at a given status
list-evidences list equivocation evidences since a given height
list-pub-rand-commit list public randomness commitment of a given finality provider
list-public-randomness list public randomness committed by a given finality provider
params shows the parameters of the module
signing-info Show signing info of a given finality provider
votes-at-height retrieve all finality provider pks who voted at requested babylon height

Flags:
-h, --help help for finality

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query finality [command] --help" for more information about a command.

babylond query gov​

Querying commands for the gov module

Usage:
babylond query gov [flags]
babylond query gov [command]

Available Commands:
constitution Query the current chain constitution
deposit Query details of a deposit
deposits Query deposits on a proposal
params Query the parameters of the governance process
proposal Query details of a single proposal
proposals Query proposals with optional filters
tally Query the tally of a proposal vote
vote Query details of a single vote
votes Query votes of a single proposal

Flags:
-h, --help help for gov

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query gov [command] --help" for more information about a command.

babylond query ibc​

Querying commands for the IBC module

Usage:
babylond query ibc [flags]
babylond query ibc [command]

Available Commands:
channel IBC channel query subcommands
client IBC client query subcommands
connection IBC connection query subcommands

Flags:
-h, --help help for ibc

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query ibc [command] --help" for more information about a command.

babylond query ibc-fee​

IBC relayer incentivization query subcommands

Usage:
babylond query ibc-fee [command]

Available Commands:
channel Query the ibc-fee enabled status of a channel
channels Query the ibc-fee enabled channels
counterparty-payee Query the relayer counterparty payee on a given channel
packet Query for an unrelayed incentivized packet by port-id, channel-id and packet sequence.
packets Query for all of the unrelayed incentivized packets and associated fees across all channels.
packets-for-channel Query for all of the unrelayed incentivized packets on a given channel
payee Query the relayer payee address on a given channel
total-ack-fees Query the total acknowledgement fees for a packet
total-recv-fees Query the total receive fees for a packet
total-timeout-fees Query the total timeout fees for a packet

Flags:
-h, --help help for ibc-fee

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query ibc-fee [command] --help" for more information about a command.

babylond query ibc-transfer​

IBC fungible token transfer query subcommands

Usage:
babylond query ibc-transfer [command]

Available Commands:
denom-hash Query the denom hash info from a given denom trace
denom-trace Query the denom trace info from a given trace hash or ibc denom
denom-traces Query the trace info for all token denominations
escrow-address Get the escrow address for a channel
params Query the current ibc-transfer parameters
total-escrow Query the total amount of tokens in escrow for a denom

Flags:
-h, --help help for ibc-transfer

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query ibc-transfer [command] --help" for more information about a command.

babylond query ibc-wasm​

IBC wasm manager module query subcommands

Usage:
babylond query ibc-wasm [flags]
babylond query ibc-wasm [command]

Available Commands:
checksums Query all checksums
code Query wasm code

Flags:
-h, --help help for ibc-wasm

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query ibc-wasm [command] --help" for more information about a command.

babylond query incentive​

Querying commands for the incentive module

Usage:
babylond query incentive [flags]
babylond query incentive [command]

Available Commands:
btc-staking-gauge shows BTC staking gauge of a given height
delegation-rewards shows the current delegation rewards of given finality provider and delegator addresses
params shows the parameters of the module
reward-gauges shows reward gauges of a given stakeholder address

Flags:
-h, --help help for incentive

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query incentive [command] --help" for more information about a command.

babylond query mint​

Querying commands for the mint module

Usage:
babylond query mint [flags]
babylond query mint [command]

Available Commands:
annual-provisions Query the current annual provisions
genesis-time Query the genesis time
inflation Query the current inflation rate

Flags:
-h, --help help for mint

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query mint [command] --help" for more information about a command.

babylond query monitor​

Querying commands for the monitor module

Usage:
babylond query monitor [flags]

Flags:
-h, --help help for monitor

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond query params​

Querying commands for the params module

Usage:
babylond query params [flags]
babylond query params [command]

Available Commands:
subspace Query for raw parameters by subspace and key
subspaces Query for all registered subspaces and all keys for a subspace

Flags:
-h, --help help for params

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query params [command] --help" for more information about a command.

babylond query slashing​

Querying commands for the slashing module

Usage:
babylond query slashing [flags]
babylond query slashing [command]

Available Commands:
params Query the current slashing parameters
signing-info Query a validator's signing information
signing-infos Query signing information of all validators

Flags:
-h, --help help for slashing

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query slashing [command] --help" for more information about a command.

babylond query staking​

Querying commands for the staking module

Usage:
babylond query staking [flags]
babylond query staking [command]

Available Commands:
delegation Query a delegation based on address and validator address
delegations Query all delegations made by one delegator
delegations-to Query all delegations made to one validator
delegator-validator Query validator info for given delegator validator pair
delegator-validators Query all validators info for given delegator address
historical-info Query historical info at given height
params Query the current staking parameters information
pool Query the current staking pool values
redelegation Query a redelegation record based on delegator and a source and destination validator address
unbonding-delegation Query an unbonding-delegation record based on delegator and validator address
unbonding-delegations Query all unbonding-delegations records for one delegator
unbonding-delegations-from Query all unbonding delegatations from a validator
validator Query a validator
validators Query for all validators

Flags:
-h, --help help for staking

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query staking [command] --help" for more information about a command.

babylond query tx​

Example:
$ babylond query tx <hash>
$ babylond query tx --type=acc_seq <addr>/<sequence>
$ babylond query tx --type=signature <sig1_base64>,<sig2_base64...>

Usage:
babylond query tx --type=[hash|acc_seq|signature] [hash|acc_seq|signature] [flags]

Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for tx
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
--type string The type to be used when querying tx, can be one of "hash", "acc_seq", "signature" (default "hash")

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond query txs​

Search for transactions that match the exact given events where results are paginated.
The events query is directly passed to Tendermint's RPC TxSearch method and must
conform to Tendermint's query syntax.

Please refer to each module's documentation for the full set of events to query
for. Each module documents its respective events under 'xx_events.md'.

Usage:
babylond query txs [flags]

Examples:
$ babylond query txs --query "message.sender='cosmos1...' AND message.action='withdraw_delegator_reward' AND tx.height > 7" --page 1 --limit 30

Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for txs
--limit int Query number of transactions results per page returned (default 100)
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
--order_by string The ordering semantics (asc|dsc)
-o, --output string Output format (text|json) (default "text")
--page int Query a specific page of paginated results (default 1)
--query string The transactions events query per Tendermint's query semantics

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond query upgrade​

Querying commands for the upgrade module

Usage:
babylond query upgrade [flags]
babylond query upgrade [command]

Available Commands:
applied Query the block header for height at which a completed upgrade was applied
authority Get the upgrade authority address
module-versions Query the list of module versions
plan Query the upgrade plan (if one exists)

Flags:
-h, --help help for upgrade

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query upgrade [command] --help" for more information about a command.

babylond query wait-tx​

Subscribes to a CometBFT WebSocket connection and waits for a transaction event with the given hash.

Usage:
babylond query wait-tx [hash] [flags]

Aliases:
wait-tx, event-query-tx-for

Examples:
By providing the transaction hash:
$ babylond q wait-tx [hash]

Or, by piping a "tx" command:
$ babylond tx [flags] | babylond q wait-tx


Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for wait-tx
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
--timeout duration The maximum time to wait for the transaction to be included in a block (default 15s)

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond query wasm​

Querying commands for the wasm module

Usage:
babylond query wasm [flags]
babylond query wasm [command]

Available Commands:
build-address build contract address
code Downloads wasm bytecode for given code id
code-info Prints out metadata of a code id
contract Prints out metadata of a contract given its address
contract-history Prints out the code history for a contract given its address
contract-state Querying commands for the wasm module
libwasmvm-version Get libwasmvm version
list-code List all wasm bytecode on the chain
list-contract-by-code List wasm all bytecode on the chain for given code id
list-contracts-by-creator List all contracts by creator
params Query the current wasm parameters
pinned List all pinned code ids

Flags:
-h, --help help for wasm

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query wasm [command] --help" for more information about a command.

babylond query zoneconcierge​

Querying commands for the zoneconcierge module

Usage:
babylond query zoneconcierge [flags]
babylond query zoneconcierge [command]

Available Commands:
chains-info retrieve the latest info for a given list of consumers
epoch-chains-info retrieve the latest info for a list of consumers in a given epoch
finalized-chains-info retrieve the finalized info for a given list of consumers

Flags:
-h, --help help for zoneconcierge

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query zoneconcierge [command] --help" for more information about a command.

babylond query Flags:​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond query --chain-id​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond query -h,​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond query Global​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond query --home​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond query --log_format​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond query --log_level​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond query --log_no_color​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond query --trace​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond query Use​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond rollback​


A state rollback is performed to recover from an incorrect application state transition,
when CometBFT has persisted an incorrect app hash and is thus unable to make
progress. Rollback overwrites a state at height n with the state at height n - 1.
The application also rolls back to height n - 1. No blocks are removed, so upon
restarting CometBFT the transactions in block n will be re-executed against the
application.

Usage:
babylond rollback [flags]

Flags:
--hard remove last block as well as state
-h, --help help for rollback
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond start​

Run the full node application with CometBFT in or out of process. By
default, the application will run with CometBFT in process.

Pruning options can be provided via the '--pruning' flag or alternatively with '--pruning-keep-recent', and
'pruning-interval' together.

For '--pruning' the options are as follows:

default: the last 362880 states are kept, pruning at 10 block intervals
nothing: all historic states will be saved, nothing will be deleted (i.e. archiving node)
everything: 2 latest states will be kept; pruning at 10 block intervals.
custom: allow pruning options to be manually specified through 'pruning-keep-recent', and 'pruning-interval'

Node halting configurations exist in the form of two flags: '--halt-height' and '--halt-time'. During
the ABCI Commit phase, the node will check if the current block height is greater than or equal to
the halt-height or if the current block time is greater than or equal to the halt-time. If so, the
node will attempt to gracefully shutdown and the block will not be committed. In addition, the node
will not be able to commit subsequent blocks.

For profiling and benchmarking purposes, CPU profiling can be enabled via the '--cpu-profile' flag
which accepts a path for the resulting pprof file.

The node may be started in a 'query only' mode where only the gRPC and JSON HTTP
API services are enabled via the 'grpc-only' flag. In this mode, CometBFT is
bypassed and can be used when legacy queries are needed after an on-chain upgrade
is performed. Note, when enabled, gRPC will also be automatically enabled.

Usage:
babylond start [flags]

Flags:
--abci string specify abci transport (socket | grpc) (default "socket")
--address string Listen address (default "tcp://127.0.0.1:26658")
--api.address string the API server address to listen on (default "tcp://localhost:1317")
--api.enable Define if the API server should be enabled
--api.enabled-unsafe-cors Define if CORS should be enabled (unsafe - use it at your own risk)
--api.max-open-connections uint Define the number of maximum open connections (default 1000)
--api.rpc-max-body-bytes uint Define the CometBFT maximum request body (in bytes) (default 1000000)
--api.rpc-read-timeout uint Define the CometBFT RPC read timeout (in seconds) (default 10)
--api.rpc-write-timeout uint Define the CometBFT RPC write timeout (in seconds)
--api.swagger Define if swagger documentation should automatically be registered (Note: the API must also be enabled)
--bls-password-file string Load a custom file path to the bls password (not recommended)
--chain-id string genesis file chain-id, if left blank will be randomly created
--consensus.create_empty_blocks set this to false to only produce blocks when there are txs or when the AppHash changes (default true)
--consensus.create_empty_blocks_interval string the possible interval between empty blocks (default "0s")
--consensus.double_sign_check_height int how many blocks to look back to check existence of the node's consensus votes before joining consensus
--cpu-profile string Enable CPU profiling and write to the provided file
--db_backend string database backend: goleveldb | cleveldb | boltdb | rocksdb | badgerdb (default "goleveldb")
--db_dir string database directory (default "data")
--genesis_hash bytesHex optional SHA-256 hash of the genesis file
--grpc-only Start the node in gRPC query only mode (no CometBFT process is started)
--grpc-web.enable Define if the gRPC-Web server should be enabled. (Note: gRPC must also be enabled) (default true)
--grpc.address string the gRPC server address to listen on (default "localhost:9090")
--grpc.enable Define if the gRPC server should be enabled (default true)
--halt-height uint Block height at which to gracefully halt the chain and shutdown the node
--halt-time uint Minimum block time (in Unix seconds) at which to gracefully halt the chain and shutdown the node
-h, --help help for start
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--iavl-disable-fastnode Disable fast node for IAVL tree
--insecure-bls-password string Use the specified password for BLS key (if empty and --no-bls-password is not set, will prompt for password)
--inter-block-cache Enable inter-block caching (default true)
--inv-check-period uint Assert registered invariants every N blocks
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
--mempool.max-txs int Sets MaxTx value for the app-side mempool (default -1)
--min-retain-blocks uint Minimum block height offset during ABCI commit to prune CometBFT blocks
--minimum-gas-prices string Minimum gas prices to accept for transactions; Any fee in a tx must meet this minimum (e.g. 0.01photino;0.0001stake)
--moniker string node name (default "Darias-MacBook-Air.local")
--no-bls-password Generate BLS key without password protection (suitable for RPC nodes) (default true)
--p2p.external-address string ip:port address to advertise to peers for them to dial
--p2p.laddr string node listen address. (0.0.0.0:0 means any interface, any port) (default "tcp://0.0.0.0:26656")
--p2p.persistent_peers string comma-delimited ID@host:port persistent peers
--p2p.pex enable/disable Peer-Exchange (default true)
--p2p.private_peer_ids string comma-delimited private peer IDs
--p2p.seed_mode enable/disable seed mode
--p2p.seeds string comma-delimited ID@host:port seed nodes
--p2p.unconditional_peer_ids string comma-delimited IDs of unconditional peers
--priv_validator_laddr string socket address to listen on for connections from external priv_validator process
--proxy_app string proxy app address, or one of: 'kvstore', 'persistent_kvstore' or 'noop' for local testing. (default "tcp://127.0.0.1:26658")
--pruning string Pruning strategy (default|nothing|everything|custom) (default "default")
--pruning-interval uint Height interval at which pruned heights are removed from disk (ignored if pruning is not 'custom')
--pruning-keep-recent uint Number of recent heights to keep on disk (ignored if pruning is not 'custom')
--query-gas-limit uint Maximum gas a Rest/Grpc query can consume. Blank and 0 imply unbounded.
--rpc.grpc_laddr string GRPC listen address (BroadcastTx only). Port required
--rpc.laddr string RPC listen address. Port required (default "tcp://127.0.0.1:26657")
--rpc.pprof_laddr string pprof listen address (https://golang.org/pkg/net/http/pprof)
--rpc.unsafe enabled unsafe rpc methods
--shutdown-grace duration On Shutdown, duration to wait for resource clean up
--state-sync.snapshot-interval uint State sync snapshot interval
--state-sync.snapshot-keep-recent uint32 State sync snapshot to keep (default 2)
--trace Provide full stack traces for errors in ABCI Log
--trace-store string Enable KVStore tracing to an output file
--transport string Transport protocol: socket, grpc (default "socket")
--unsafe-skip-upgrades ints Skip a set of upgrade heights to continue the old binary
--wasm.memory_cache_size uint32 Sets the size in MiB (NOT bytes) of an in-memory cache for Wasm modules. Set to 0 to disable. (default 100)
--wasm.query_gas_limit uint Set the max gas that can be spent on executing a query with a Wasm contract (default 3000000)
--wasm.simulation_gas_limit string Set the max gas that can be spent when executing a simulation TX
--wasm.skip_wasmvm_version_check Skip check that ensures that libwasmvm version (the Rust project) and wasmvm version (the Go project) match
--with-comet Run abci app embedded in-process with CometBFT (default true)
--x-crisis-skip-assert-invariants Skip x/crisis invariants check on startup

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs

babylond status​

Query remote node for status

Usage:
babylond status [flags]

Flags:
-h, --help help for status
-n, --node string Node to connect to (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "json")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond testnet​

testnet will create "v" number of directories and populate each with
necessary files (private validator, genesis, config, etc.).

Note, strict routability for addresses is turned off in the config file.

Example:
babylond testnet --v 4 --output-dir ./output --starting-ip-address 192.168.10.2

Usage:
babylond testnet [flags]

Flags:
--activation-height uint Finality bbn block height activation to start accepting finality vote and pub rand (default 1)
--additional-sender-account If there should be additional pre funded account per validator
--allowed-reporter-addresses string addresses of reporters allowed to submit Bitcoin headers to babylon
--block-gas-limit int Block gas limit (default 50000000)
--blocks-per-year uint Blocks per year (default 6311520)
--btc-base-header string Hex of the base Bitcoin header. (default "0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a45068653ffff7f2002000000")
--btc-base-header-height uint32 Height of the base Bitcoin header.
--btc-confirmation-depth uint32 Confirmation depth for Bitcoin headers. (default 6)
--btc-finalization-timeout uint32 Finalization timeout for Bitcoin headers. (default 20)
--btc-network string Bitcoin network to use. Available networks: simnet, testnet, regtest, mainnet (default "simnet")
--chain-id string genesis file chain-id, if left blank will be randomly created
--checkpoint-tag string Hex encoded tag for babylon checkpoint on btc (default "01020304")
--covenant-pks string Bitcoin staking covenant public keys, comma separated (default "43311589af63c2adda04fcd7792c038a05c12a4fe40351b3eb1612ff6b2e5a0e,d415b187c6e7ce9da46ac888d20df20737d6f16a41639e68ea055311e1535dd9,d27cd27dbff481bc6fc4aa39dd19405eb6010237784ecba13bab130a4a62df5d,a3e107fee8879f5cf901161dbf4ff61c252ba5fec6f6407fe81b9453d244c02c,c45753e856ad0abb06f68947604f11476c157d13b7efd54499eaa0f6918cf716")
--covenant-quorum uint32 Bitcoin staking covenant quorum (default 3)
--epoch-interval uint Number of blocks between epochs. Must be more than 0. (default 400)
--finality-sig-timeout int How much time (in terms of blocks) finality providers have to cast a finality vote before being judged as missing their voting turn on the given block (default 3)
--genesis-time int Genesis time (default 1747294051)
--goal-bonded float Bonded tokens goal (default 0.67)
-h, --help help for testnet
--inflation-max float Maximum inflation (default 0.2)
--inflation-min float Minimum inflation (default 0.07)
--inflation-rate-change float Inflation rate change (default 0.13)
--jail-duration string Minimum period of time that a finality provider remains jailed (default "24h0m0s")
--key-type string Key signing algorithm to generate keys for (default "secp256k1")
--keyring-backend string Select keyring's backend (os|file|test) (default "os")
--max-active-finality-providers uint32 Bitcoin staking maximum active finality providers (default 100)
--max-active-validators uint32 Maximum number of validators. (default 10)
--max-staking-amount-sat int Maximum staking amount in satoshis (default 100000000000)
--max-staking-time-blocks uint16 Maximum staking time in blocks (default 10000)
--min-commission-rate string Bitcoin staking validator minimum commission rate (default "0")
--min-signed-per-window string Minimum number of blocks that a finality provider is required to sign within the sliding window to avoid being jailed (default "0.500000000000000000")
--min-slashing-fee-sat int Bitcoin staking minimum slashing fee (default 1000)
--min-staking-amount-sat int Minimum staking amount in satoshis (default 500000)
--min-staking-time-blocks uint16 Minimum staking time in blocks (default 100)
--minimum-gas-prices string Minimum gas prices to accept for transactions; All fees in a tx must meet this minimum (e.g. 0.001bbn) (default "0.000006ubbn")
--node-daemon-home string Home directory of the node's daemon configuration (default "babylond")
--node-dir-prefix string Prefix the directory name for each node with (node results in node0, node1, ...) (default "node")
-o, --output-dir string Directory to store initialization data for the testnet (default "./mytestnet")
--signed-blocks-window int Size of the sliding window for tracking finality provider liveness (default 100)
--slashing-pk-script string Bitcoin staking slashing pk script. Hex encoded. (default "76a914010101010101010101010101010101010101010188ac")
--slashing-rate string Bitcoin staking slashing rate (default "0.1")
--starting-ip-address string Starting IP address (192.168.0.1 results in persistent peers list [email protected]:46656, [email protected]:46656, ...) (default "192.168.0.1")
--time-between-blocks-seconds uint Time between blocks in seconds (default 5)
--unbonding-fee-sat int Required fee for unbonding transaction in satoshis (default 1000)
--unbonding-time uint16 Required timelock on unbonding transaction in btc blocks. Must be larger than btc-finalization-timeout (default 21)
--v int Number of validators to initialize the testnet with (default 4)
--vote-extension-enable-height int Vote extension enable height (default 1)

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond tx auth​

Transactions commands for the auth module

Usage:
babylond tx auth [flags]

Flags:
-h, --help help for auth

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx authz​

Authorize and revoke access to execute transactions on behalf of your address

Usage:
babylond tx authz [flags]
babylond tx authz [command]

Available Commands:
exec execute tx on behalf of granter account
grant Grant authorization to an address
revoke revoke authorization

Flags:
-h, --help help for authz

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx authz [command] --help" for more information about a command.

babylond tx bank​

Bank transaction subcommands

Usage:
babylond tx bank [flags]
babylond tx bank [command]

Available Commands:
multi-send Send funds from one account to two or more accounts.
send Send funds from one account to another.

Flags:
-h, --help help for bank

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx bank [command] --help" for more information about a command.

babylond tx broadcast​

Broadcast transactions created with the --generate-only
flag and signed with the sign command. Read a transaction from [file_path] and
broadcast it to a node. If you supply a dash (-) argument in place of an input
filename, the command reads from standard input.

$ <appd> tx broadcast ./mytxn.json

Usage:
babylond tx broadcast [file_path] [flags]

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for broadcast
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
-o, --output string Output format (text|json) (default "json")
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx btccheckpoint​

btccheckpoint transactions subcommands

Usage:
babylond tx btccheckpoint [flags]
babylond tx btccheckpoint [command]

Available Commands:
insert-proofs submit proof bytes

Flags:
-h, --help help for btccheckpoint

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx btccheckpoint [command] --help" for more information about a command.

babylond tx btclightclient​

btclightclient transactions subcommands

Usage:
babylond tx btclightclient [flags]
babylond tx btclightclient [command]

Available Commands:
insert-headers submit BTC headers bytes

Flags:
-h, --help help for btclightclient

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx btclightclient [command] --help" for more information about a command.

babylond tx btcstaking​

btcstaking transactions subcommands

Usage:
babylond tx btcstaking [flags]
babylond tx btcstaking [command]

Available Commands:
add-btc-inclusion-proof Add a signature on the unbonding tx of a BTC delegation identified by a given staking tx hash.
add-covenant-sigs Add a covenant signature
btc-undelegate Add unbonding information about a BTC delegation identified by a given staking tx hash.
create-btc-delegation Create a BTC delegation
create-finality-provider Create a finality provider
edit-finality-provider Edit an existing finality provider
selective-slashing-evidence Add the recovered BTC SK of a finality provider that launched selective slashing offence.

Flags:
-h, --help help for btcstaking

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx btcstaking [command] --help" for more information about a command.

babylond tx btcstkconsumer​

btcstkconsumer transactions subcommands

Usage:
babylond tx btcstkconsumer [flags]
babylond tx btcstkconsumer [command]

Available Commands:
register-consumer Registers a consumer

Flags:
-h, --help help for btcstkconsumer

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx btcstkconsumer [command] --help" for more information about a command.

babylond tx checkpointing​

checkpointing transactions subcommands

Usage:
babylond tx checkpointing [flags]
babylond tx checkpointing [command]

Available Commands:
create-validator create new validator initialized with a self-delegation to it

Flags:
-h, --help help for checkpointing

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx checkpointing [command] --help" for more information about a command.

babylond tx circuit​

Transactions commands for the circuit module

Usage:
babylond tx circuit [flags]
babylond tx circuit [command]

Available Commands:
authorize Authorize an account to trip the circuit breaker.
disable Disable a message from being executed
reset Enable a message to be executed

Flags:
-h, --help help for circuit

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx circuit [command] --help" for more information about a command.

babylond tx consensus​

Transactions commands for the consensus module

Usage:
babylond tx consensus [flags]

Flags:
-h, --help help for consensus

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx crisis​

Transactions commands for the crisis module

Usage:
babylond tx crisis [flags]
babylond tx crisis [command]

Available Commands:
invariant-broken Submit proof that an invariant broken

Flags:
-h, --help help for crisis

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx crisis [command] --help" for more information about a command.

babylond tx decode​

Decode a binary encoded transaction string

Usage:
babylond tx decode [protobuf-byte-string] [flags]

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for decode
-x, --hex Treat input as hexadecimal instead of base64
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx distribution​

Distribution transactions subcommands

Usage:
babylond tx distribution [flags]
babylond tx distribution [command]

Available Commands:
fund-community-pool Funds the community pool with the specified amount
fund-validator-rewards-pool Fund the validator rewards pool with the specified amount
set-withdraw-addr change the default withdraw address for rewards associated with an address
withdraw-all-rewards withdraw all delegations rewards for a delegator
withdraw-rewards Withdraw rewards from a given delegation address, and optionally withdraw validator commission if the delegation address given is a validator operator

Flags:
-h, --help help for distribution

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx distribution [command] --help" for more information about a command.

babylond tx encode​

Encode transactions created with the --generate-only flag or signed with the sign command.
Read a transaction from <file>, serialize it to the Protobuf wire protocol, and output it as base64.
If you supply a dash (-) argument in place of an input filename, the command reads from standard input.

Usage:
babylond tx encode [file] [flags]

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for encode
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx epoching​

epoching transactions subcommands

Usage:
babylond tx epoching [flags]
babylond tx epoching [command]

Available Commands:
cancel-unbond Cancel unbonding delegation and delegate back to the validator
delegate Delegate liquid tokens to a validator
edit-validator edit an existing validator account
redelegate Redelegate illiquid tokens from one validator to another
unbond Unbond shares from a validator

Flags:
-h, --help help for epoching

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx epoching [command] --help" for more information about a command.

babylond tx evidence​

Evidence transaction subcommands

Usage:
babylond tx evidence [flags]

Flags:
-h, --help help for evidence

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx feegrant​

Grant and revoke fee allowance for a grantee by a granter

Usage:
babylond tx feegrant [flags]
babylond tx feegrant [command]

Available Commands:
grant Grant Fee allowance to an address
prune Prune expired allowances
revoke Revoke a fee grant

Flags:
-h, --help help for feegrant

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx feegrant [command] --help" for more information about a command.

babylond tx finality​

finality transactions subcommands

Usage:
babylond tx finality [flags]
babylond tx finality [command]

Available Commands:
add-finality-sig Add a finality signature
commit-pubrand-list Commit a list of public randomness
unjail-finality-provider Unjail a jailed finality provider

Flags:
-h, --help help for finality

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx finality [command] --help" for more information about a command.

babylond tx gov​

Governance transactions subcommands

Usage:
babylond tx gov [flags]
babylond tx gov [command]

Available Commands:
cancel-proposal Cancel governance proposal before the voting period ends. Must be signed by the proposal creator.
deposit Deposit tokens for an active proposal
draft-proposal Generate a draft proposal json file. The generated proposal json contains only one message (skeleton).
submit-legacy-proposal Submit a legacy proposal along with an initial deposit
submit-proposal Submit a proposal along with some messages, metadata and deposit
vote Vote for an active proposal, options: yes/no/no_with_veto/abstain
weighted-vote Vote for an active proposal, options: yes/no/no_with_veto/abstain

Flags:
-h, --help help for gov

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx gov [command] --help" for more information about a command.

babylond tx ibc​

IBC transaction subcommands

Usage:
babylond tx ibc [flags]
babylond tx ibc [command]

Available Commands:
channel IBC channel transaction subcommands
client IBC client transaction subcommands

Flags:
-h, --help help for ibc

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx ibc [command] --help" for more information about a command.

babylond tx ibc-fee​

IBC relayer incentivization transaction subcommands

Usage:
babylond tx ibc-fee [flags]
babylond tx ibc-fee [command]

Available Commands:
pay-packet-fee Pay a fee to incentivize an existing IBC packet
register-counterparty-payee Register a counterparty payee address on a given channel.
register-payee Register a payee on a given channel.

Flags:
-h, --help help for ibc-fee

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx ibc-fee [command] --help" for more information about a command.

babylond tx ibc-transfer​

IBC fungible token transfer transaction subcommands

Usage:
babylond tx ibc-transfer [flags]
babylond tx ibc-transfer [command]

Available Commands:
transfer Transfer a fungible token through IBC

Flags:
-h, --help help for ibc-transfer

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx ibc-transfer [command] --help" for more information about a command.

babylond tx ibc-wasm​

IBC wasm manager module transaction subcommands

Usage:
babylond tx ibc-wasm [flags]
babylond tx ibc-wasm [command]

Available Commands:
migrate-contract Migrates a contract to a new byte code
store-code Reads wasm code from the file and creates a proposal to store the wasm code

Flags:
-h, --help help for ibc-wasm

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx ibc-wasm [command] --help" for more information about a command.

babylond tx incentive​

incentive transactions subcommands

Usage:
babylond tx incentive [flags]
babylond tx incentive [command]

Available Commands:
set-withdraw-addr change the default withdraw address for rewards
withdraw-reward withdraw reward of the stakeholder behind the transaction submitter in a given type (one of {finality_provider, btc_staker})

Flags:
-h, --help help for incentive

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx incentive [command] --help" for more information about a command.

babylond tx monitor​

monitor transactions subcommands

Usage:
babylond tx monitor [flags]

Flags:
-h, --help help for monitor

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx multi-sign​

Sign transactions created with the --generate-only flag that require multisig signatures.

Read one or more signatures from one or more [signature] file, generate a multisig signature compliant to the
multisig key [name], and attach the key name to the transaction read from [file].

Example:
$ babylond tx multisign transaction.json k1k2k3 k1sig.json k2sig.json k3sig.json

If --signature-only flag is on, output a JSON representation
of only the generated signature.

If the --offline flag is on, the client will not reach out to an external node.
Account number or sequence number lookups are not performed so you must
set these parameters manually.

If the --skip-signature-verification flag is on, the command will not verify the
signatures in the provided signature files. This is useful when the multisig
account is a signer in a nested multisig scenario.

The current multisig implementation defaults to amino-json sign mode.
The SIGN_MODE_DIRECT sign mode is not supported.'

Usage:
babylond tx multi-sign [file] [name] [[signature]...] [flags]

Aliases:
multi-sign, multisign

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for multi-sign
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
--output-document string The document is written to the given file instead of STDOUT
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--signature-only Print only the generated signature, then exit
--skip-signature-verification Skip signature verification
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx multisign-batch​

Assemble a batch of multisig transactions generated by batch sign command.

Read one or more signatures from one or more [signature] file, generate a multisig signature compliant to the
multisig key [name], and attach the key name to the transaction read from [file].

Example:
$ babylond tx multisign-batch transactions.json multisigk1k2k3 k1sigs.json k2sigs.json k3sig.json

The current multisig implementation defaults to amino-json sign mode.
The SIGN_MODE_DIRECT sign mode is not supported.'

Usage:
babylond tx multisign-batch [file] [name] [[signature-file]...] [flags]

Aliases:
multisign-batch, multi-sign-batch

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for multisign-batch
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--multisig string Address of the multisig account that the transaction signs on behalf of
--no-auto-increment disable sequence auto increment
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
--output-document string The document is written to the given file instead of STDOUT
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx sign​

Sign a transaction created with the --generate-only flag.
It will read a transaction from [file], sign it, and print its JSON encoding.

If the --signature-only flag is set, it will output the signature parts only.

The --offline flag makes sure that the client will not reach out to full node.
As a result, the account and sequence number queries will not be performed and
it is required to set such parameters manually. Note, invalid values will cause
the transaction to fail.

The --multisig=<multisig_key> flag generates a signature on behalf of a multisig account
key. It implies --signature-only. Full multisig signed transactions may eventually
be generated via the 'multisign' command.

Usage:
babylond tx sign [file] [flags]

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for sign
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--multisig string Address or key name of the multisig account on behalf of which the transaction shall be signed
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
-o, --output string Output format (text|json) (default "json")
--output-document string The document will be written to the given file instead of STDOUT
--overwrite Overwrite existing signatures with a new one. If disabled, new signature will be appended
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--signature-only Print only the signatures
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx sign-batch​

Sign batch files of transactions generated with --generate-only.
The command processes list of transactions from a file (one StdTx each line), or multiple files.
Then generates signed transactions or signatures and print their JSON encoding, delimited by '\n'.
As the signatures are generated, the command updates the account and sequence number accordingly.

If the --signature-only flag is set, it will output the signature parts only.

The --offline flag makes sure that the client will not reach out to full node.
As a result, the account and the sequence number queries will not be performed and
it is required to set such parameters manually. Note, invalid values will cause
the transaction to fail. The sequence will be incremented automatically for each
transaction that is signed.

If --account-number or --sequence flag is used when offline=false, they are ignored and
overwritten by the default flag values.

The --multisig=<multisig_key> flag generates a signature on behalf of a multisig
account key. It implies --signature-only.

Usage:
babylond tx sign-batch [file] ([file2]...) [flags]

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--append Combine all message and generate single signed transaction for broadcast.
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for sign-batch
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--multisig string Address or key name of the multisig account on behalf of which the transaction shall be signed
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
-o, --output string Output format (text|json) (default "json")
--output-document string The document will be written to the given file instead of STDOUT
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--signature-only Print only the generated signature, then exit
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx simulate​

Simulate whether a transaction will be successful:

- if successful, the simulation result is printed, which includes the gas
consumption, message response data, and events emitted;
- if unsuccessful, the error message is printed.

The user must provide the path to a JSON-encoded unsigned transaction, typically
generated by any transaction command with the --generate-only flag. It should
look like below. Note that the "signer_infos" and "signatures" fields are left
empty; they will be auto-populated by dummy data for simulation purpose.

{
"body": {
"messages": [
{
"@type": "/cosmos.bank.v1beta1.MsgSend",
"from_address": "cosmos1...",
"to_address": "cosmos1...",
"amount": [
{
"denom": "utoken",
"amount": "12345"
}
]
}
],
"memo": "",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": []
}

The --from flag is mandatory, as the signer account's correct sequence number is
necessary for simulation.

Usage:
babylond tx simulate /path/to/unsigned-tx.json --from keyname [flags]

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for simulate
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
-o, --output string Output format (text|json) (default "json")
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx slashing​

Transactions commands for the slashing module

Usage:
babylond tx slashing [flags]
babylond tx slashing [command]

Available Commands:
unjail Unjail a jailed validator

Flags:
-h, --help help for slashing

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx slashing [command] --help" for more information about a command.

babylond tx upgrade​

Upgrade transaction subcommands

Usage:
babylond tx upgrade [command]

Available Commands:
cancel-software-upgrade Cancel the current software upgrade proposal
software-upgrade Submit a software upgrade proposal

Flags:
-h, --help help for upgrade

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx upgrade [command] --help" for more information about a command.

babylond tx validate-signatures​

Print the addresses that must sign the transaction, those who have already
signed it, and make sure that signatures are in the correct order.

The command would check whether all required signers have signed the transactions, whether
the signatures were collected in the right order, and if the signature is valid over the
given transaction. If the --offline flag is also set, signature validation over the
transaction will be not be performed as that will require RPC communication with a full node.

Usage:
babylond tx validate-signatures [file] [flags]

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for validate-signatures
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
-o, --output string Output format (text|json) (default "json")
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx vesting​

Vesting transaction subcommands

Usage:
babylond tx vesting [flags]
babylond tx vesting [command]

Available Commands:
create-periodic-vesting-account Create a new vesting account funded with an allocation of tokens.
create-permanent-locked-account Create a new permanently locked account funded with an allocation of tokens.
create-vesting-account Create a new vesting account funded with an allocation of tokens.

Flags:
-h, --help help for vesting

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx vesting [command] --help" for more information about a command.

babylond tx wasm​

Wasm transaction subcommands

Usage:
babylond tx wasm [flags]
babylond tx wasm [command]

Available Commands:
clear-contract-admin Clears admin for a contract to prevent further migrations
execute Execute a command on a wasm contract
grant Grant a authz permission
instantiate Instantiate a wasm contract
instantiate2 Instantiate a wasm contract with predictable address
migrate Migrate a wasm contract to a new code version
set-contract-admin Set new admin for a contract
set-contract-label Set new label for a contract
store Upload a wasm binary
submit-proposal Submit a wasm proposal.
update-instantiate-config Update instantiate config for a codeID

Flags:
-h, --help help for wasm

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx wasm [command] --help" for more information about a command.

babylond tx zoneconcierge​

zoneconcierge transactions subcommands

Usage:
babylond tx zoneconcierge [flags]

Flags:
-h, --help help for zoneconcierge

Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond tx Flags:​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond tx --chain-id​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond tx -h,​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond tx Global​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond tx --home​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond tx --log_format​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond tx --log_level​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond tx --log_no_color​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond tx --trace​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond tx Use​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond validate-genesis​

validates the genesis file at the default location or at the location passed as an arg

Usage:
babylond validate-genesis [file] [flags]

Flags:
-h, --help help for validate-genesis

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond version​

Print the application binary version information

Usage:
babylond version [flags]

Flags:
-h, --help help for version
--long Print long version information
-o, --output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond Flags:​

babylond -h,​

babylond --home​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home add-genesis-account​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home collect-gentxs​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home comet​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home config​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home create-bls-key​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home debug​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home export​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home gen-helpers​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home generate-bls-pop​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home gentx​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home help​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home init​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home keys​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home migrate​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home module-hash-by-height​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home module-sizes​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home prepare-genesis​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home query​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home rollback​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home start​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home status​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home testnet​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home tx​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home validate-genesis​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home version​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home Flags:​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home -h,​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home --home​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home --log_format​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home --log_level​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home --log_no_color​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home --trace​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --home Use​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format add-genesis-account​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format collect-gentxs​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format comet​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format config​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format create-bls-key​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format debug​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format export​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format gen-helpers​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format generate-bls-pop​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format gentx​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format help​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format init​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format keys​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format migrate​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format module-hash-by-height​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format module-sizes​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format prepare-genesis​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format query​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format rollback​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format start​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format status​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format testnet​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format tx​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format validate-genesis​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format version​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format Flags:​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format -h,​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format --home​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format --log_format​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format --log_level​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format --log_no_color​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format --trace​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_format Use​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level add-genesis-account​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level collect-gentxs​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level comet​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level config​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level create-bls-key​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level debug​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level export​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level gen-helpers​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level generate-bls-pop​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level gentx​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level help​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level init​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level keys​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level migrate​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level module-hash-by-height​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level module-sizes​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level prepare-genesis​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level query​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level rollback​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level start​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level status​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level testnet​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level tx​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level validate-genesis​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level version​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level Flags:​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level -h,​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level --home​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level --log_format​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level --log_level​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level --log_no_color​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level --trace​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_level Use​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_no_color​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_no_color add-genesis-account​

Add a genesis account to genesis.json. The provided account must specify
the account address or key name and a list of initial coins. If a key name is given,
the address will be looked up in the local Keybase. The list of initial tokens must
contain valid denominations. Accounts may optionally be supplied with vesting parameters.

Usage:
babylond add-genesis-account [address_or_key_name] [coin][,[coin]] [flags]

Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for add-genesis-account
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
--vesting-amount string amount of coins for vesting accounts
--vesting-end-time int schedule end time (unix epoch) for vesting accounts
--vesting-start-time int schedule start time (unix epoch) for vesting accounts

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color collect-gentxs​

Collect genesis txs and output a genesis.json file

Usage:
babylond collect-gentxs [flags]

Flags:
--gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/
-h, --help help for collect-gentxs
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color comet​

CometBFT subcommands

Usage:
babylond comet [command]

Aliases:
comet, cometbft, tendermint

Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version

Flags:
-h, --help help for comet

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond comet [command] --help" for more information about a command.

babylond --log_no_color config​

Utilities for managing application configuration

Usage:
babylond config [command]

Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file

Flags:
-h, --help help for config

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond config [command] --help" for more information about a command.

babylond --log_no_color create-bls-key​

create-bls will create a pair of BLS keys that are used to
send BLS signatures for checkpointing.

BLS keys are stored along with other validator keys in priv_validator_key.json,
which should exist before running the command (via babylond init or babylond testnet).

Example:
$ babylond create-bls-key --home ./

Usage:
babylond create-bls-key [flags]

Flags:
-h, --help help for create-bls-key
--home string The node home directory (default "/Users/dariaagadzhanova/.babylond")
--insecure-bls-password string The password for the BLS key. If the flag is not set, the password will be read from the prompt.
--no-bls-password The BLS key will use an empty password if the flag is set.

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color debug​

Tool for helping with debugging your application

Usage:
babylond debug [flags]
babylond debug [command]

Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex

Flags:
-h, --help help for debug

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond debug [command] --help" for more information about a command.

babylond --log_no_color export​

Export state to JSON

Usage:
babylond export [flags]

Flags:
--for-zero-height Export state to start at height zero (perform preproccessing)
--height int Export state from a particular height (-1 means latest height) (default -1)
-h, --help help for export
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--jail-allowed-addrs strings Comma-separated list of operator addresses of jailed validators to unjail
--modules-to-export strings Comma-separated list of modules to export. If empty, will export all modules
--output-document string Exported state is written to the given file instead of STDOUT

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color gen-helpers​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond --log_no_color generate-bls-pop​

generate-bls-pop will generate a BLS proof-of-possession for a validator.

Proof-of-possession is generated by the Ed25519 and BLS private keys from the stored files, priv_validator_key.json and bls_key.json.
This is used in 'babylond tx checkpointing create-validator' by specifying the '--bls-pop' flag.

Example:
$ babylond generate-bls-pop --home ./

Usage:
babylond generate-bls-pop [flags]

Flags:
-h, --help help for generate-bls-pop
--home string The node home directory (default "/Users/dariaagadzhanova/.babylond")

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color gentx​

Generate a genesis transaction that creates a validator with a self-delegation
and a BLS key if needed.
This transaction is signed by the key in the Keyring referenced by a given name. A node ID and consensus
pubkey may optionally be provided. If they are omitted, they will be retrieved from the priv_validator.json
file. The following default parameters are included:

delegation amount: 100000000stake
commission rate: 0.1
commission max rate: 0.2
commission max change rate: 0.01
minimum self delegation: 1


Example:
$ babylond gentx my-key-name 1000000stake --home=/path/to/home/dir --keyring-backend=os --chain-id=test-chain-1 \
--moniker="myvalidator" \
--commission-max-change-rate=0.01 \
--commission-max-rate=1.0 \
--commission-rate=0.07 \
--details="..." \
--security-contact="..." \
--website="..."

Usage:
babylond gentx [key_name] [amount] [flags]

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--amount string Amount of coins to bond
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--commission-max-change-rate string The maximum commission change rate percentage (per day)
--commission-max-rate string The maximum commission rate percentage
--commission-rate string The initial commission rate percentage
--details string The validator's (optional) details
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for gentx
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--identity string The (optional) identity signature (ex. UPort or Keybase)
--ip string The node's public P2P IP (default "192.168.10.47")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--min-self-delegation string The minimum self delegation required on the validator
--moniker string The validator's (optional) moniker
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--node-id string The node's NodeID
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
--output-document string Write the genesis transaction JSON document to the given file instead of the default location
--p2p-port uint The node's public P2P port (default 26656)
--pubkey string The validator's Protobuf JSON encoded public key
--security-contact string The validator's (optional) security contact email
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
--website string The validator's (optional) website
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color help​

Help provides help for any command in the application.
Simply type babylond help [path to command] for full details.

Usage:
babylond help [command] [flags]

Flags:
-h, --help help for help

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color init​

Initializes the configuration files for the validator and node.
This command also asks for a password to
generate the BLS key and encrypt it into an erc2335 structure.

Usage:
babylond init [moniker] [flags]

Flags:
--chain-id string genesis file chain-id, if left blank will be randomly created
--default-denom string genesis file default denomination, if left blank default value is 'stake'
-h, --help help for init
--home string node's home directory (default "/Users/dariaagadzhanova/.babylond")
--initial-height int specify the initial block height at genesis (default 1)
--insecure-bls-password string The password for the BLS key. If the flag is not set, the password will be read from the prompt.
--no-bls-password The BLS key will use an empty password if the flag is set.
-o, --overwrite overwrite the genesis.json file
--recover provide seed phrase to recover existing key instead of creating

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color keys​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond --log_no_color migrate​

Migrate the source genesis into the target version and print to STDOUT

Usage:
babylond migrate [target-version] [genesis-file] [flags]

Examples:
babylond genesis migrate v0.47 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z

Flags:
--chain-id string Override chain_id with this flag
--genesis-time string Override genesis_time with this flag
-h, --help help for migrate
--output-document string Exported state is written to the given file instead of STDOUT

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color module-hash-by-height​

Get module hashes at a given height. This command is useful for debugging and verifying the state of the application at a given height. Daemon should not be running when calling this command.

Usage:
babylond module-hash-by-height [height] [flags]

Examples:
babylond module-hash-by-height 16841115

Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for module-hash-by-height
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color module-sizes​

print sizes of each module in the database

Usage:
babylond module-sizes [path-to-db] [flags]

Flags:
-h, --help help for module-sizes
--print-interval int interval between printing database stats (default 100000)

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color prepare-genesis​

Prepare a genesis file.
Example:
babylond prepare-genesis testnet babylon-test-1

Usage:
babylond prepare-genesis <testnet|mainnet> <chain-id> [flags]

Flags:
--activation-height uint Finality bbn block height activation to start accepting finality vote and pub rand (default 1)
--allowed-reporter-addresses string addresses of reporters allowed to submit Bitcoin headers to babylon
--block-gas-limit int Block gas limit (default 50000000)
--blocks-per-year uint Blocks per year (default 6311520)
--btc-base-header string Hex of the base Bitcoin header. (default "0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a45068653ffff7f2002000000")
--btc-base-header-height uint32 Height of the base Bitcoin header.
--btc-confirmation-depth uint32 Confirmation depth for Bitcoin headers. (default 6)
--btc-finalization-timeout uint32 Finalization timeout for Bitcoin headers. (default 20)
--chain-id string genesis file chain-id, if left blank will be randomly created
--checkpoint-tag string Hex encoded tag for babylon checkpoint on btc (default "01020304")
--covenant-pks string Bitcoin staking covenant public keys, comma separated (default "43311589af63c2adda04fcd7792c038a05c12a4fe40351b3eb1612ff6b2e5a0e,d415b187c6e7ce9da46ac888d20df20737d6f16a41639e68ea055311e1535dd9,d27cd27dbff481bc6fc4aa39dd19405eb6010237784ecba13bab130a4a62df5d,a3e107fee8879f5cf901161dbf4ff61c252ba5fec6f6407fe81b9453d244c02c,c45753e856ad0abb06f68947604f11476c157d13b7efd54499eaa0f6918cf716")
--covenant-quorum uint32 Bitcoin staking covenant quorum (default 3)
--epoch-interval uint Number of blocks between epochs. Must be more than 0. (default 400)
--finality-sig-timeout int How much time (in terms of blocks) finality providers have to cast a finality vote before being judged as missing their voting turn on the given block (default 3)
--genesis-time int Genesis time (default 1747294065)
--goal-bonded float Bonded tokens goal (default 0.67)
-h, --help help for prepare-genesis
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--inflation-max float Maximum inflation (default 0.2)
--inflation-min float Minimum inflation (default 0.07)
--inflation-rate-change float Inflation rate change (default 0.13)
--jail-duration string Minimum period of time that a finality provider remains jailed (default "24h0m0s")
--max-active-finality-providers uint32 Bitcoin staking maximum active finality providers (default 100)
--max-active-validators uint32 Maximum number of validators. (default 10)
--max-staking-amount-sat int Maximum staking amount in satoshis (default 100000000000)
--max-staking-time-blocks uint16 Maximum staking time in blocks (default 10000)
--min-commission-rate string Bitcoin staking validator minimum commission rate (default "0")
--min-signed-per-window string Minimum number of blocks that a finality provider is required to sign within the sliding window to avoid being jailed (default "0.500000000000000000")
--min-slashing-fee-sat int Bitcoin staking minimum slashing fee (default 1000)
--min-staking-amount-sat int Minimum staking amount in satoshis (default 500000)
--min-staking-time-blocks uint16 Minimum staking time in blocks (default 100)
--signed-blocks-window int Size of the sliding window for tracking finality provider liveness (default 100)
--slashing-pk-script string Bitcoin staking slashing pk script. Hex encoded. (default "76a914010101010101010101010101010101010101010188ac")
--slashing-rate string Bitcoin staking slashing rate (default "0.1")
--unbonding-fee-sat int Required fee for unbonding transaction in satoshis (default 1000)
--unbonding-time uint16 Required timelock on unbonding transaction in btc blocks. Must be larger than btc-finalization-timeout (default 21)
--vote-extension-enable-height int Vote extension enable height (default 1)

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color query​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond --log_no_color rollback​


A state rollback is performed to recover from an incorrect application state transition,
when CometBFT has persisted an incorrect app hash and is thus unable to make
progress. Rollback overwrites a state at height n with the state at height n - 1.
The application also rolls back to height n - 1. No blocks are removed, so upon
restarting CometBFT the transactions in block n will be re-executed against the
application.

Usage:
babylond rollback [flags]

Flags:
--hard remove last block as well as state
-h, --help help for rollback
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color start​

Run the full node application with CometBFT in or out of process. By
default, the application will run with CometBFT in process.

Pruning options can be provided via the '--pruning' flag or alternatively with '--pruning-keep-recent', and
'pruning-interval' together.

For '--pruning' the options are as follows:

default: the last 362880 states are kept, pruning at 10 block intervals
nothing: all historic states will be saved, nothing will be deleted (i.e. archiving node)
everything: 2 latest states will be kept; pruning at 10 block intervals.
custom: allow pruning options to be manually specified through 'pruning-keep-recent', and 'pruning-interval'

Node halting configurations exist in the form of two flags: '--halt-height' and '--halt-time'. During
the ABCI Commit phase, the node will check if the current block height is greater than or equal to
the halt-height or if the current block time is greater than or equal to the halt-time. If so, the
node will attempt to gracefully shutdown and the block will not be committed. In addition, the node
will not be able to commit subsequent blocks.

For profiling and benchmarking purposes, CPU profiling can be enabled via the '--cpu-profile' flag
which accepts a path for the resulting pprof file.

The node may be started in a 'query only' mode where only the gRPC and JSON HTTP
API services are enabled via the 'grpc-only' flag. In this mode, CometBFT is
bypassed and can be used when legacy queries are needed after an on-chain upgrade
is performed. Note, when enabled, gRPC will also be automatically enabled.

Usage:
babylond start [flags]

Flags:
--abci string specify abci transport (socket | grpc) (default "socket")
--address string Listen address (default "tcp://127.0.0.1:26658")
--api.address string the API server address to listen on (default "tcp://localhost:1317")
--api.enable Define if the API server should be enabled
--api.enabled-unsafe-cors Define if CORS should be enabled (unsafe - use it at your own risk)
--api.max-open-connections uint Define the number of maximum open connections (default 1000)
--api.rpc-max-body-bytes uint Define the CometBFT maximum request body (in bytes) (default 1000000)
--api.rpc-read-timeout uint Define the CometBFT RPC read timeout (in seconds) (default 10)
--api.rpc-write-timeout uint Define the CometBFT RPC write timeout (in seconds)
--api.swagger Define if swagger documentation should automatically be registered (Note: the API must also be enabled)
--bls-password-file string Load a custom file path to the bls password (not recommended)
--chain-id string genesis file chain-id, if left blank will be randomly created
--consensus.create_empty_blocks set this to false to only produce blocks when there are txs or when the AppHash changes (default true)
--consensus.create_empty_blocks_interval string the possible interval between empty blocks (default "0s")
--consensus.double_sign_check_height int how many blocks to look back to check existence of the node's consensus votes before joining consensus
--cpu-profile string Enable CPU profiling and write to the provided file
--db_backend string database backend: goleveldb | cleveldb | boltdb | rocksdb | badgerdb (default "goleveldb")
--db_dir string database directory (default "data")
--genesis_hash bytesHex optional SHA-256 hash of the genesis file
--grpc-only Start the node in gRPC query only mode (no CometBFT process is started)
--grpc-web.enable Define if the gRPC-Web server should be enabled. (Note: gRPC must also be enabled) (default true)
--grpc.address string the gRPC server address to listen on (default "localhost:9090")
--grpc.enable Define if the gRPC server should be enabled (default true)
--halt-height uint Block height at which to gracefully halt the chain and shutdown the node
--halt-time uint Minimum block time (in Unix seconds) at which to gracefully halt the chain and shutdown the node
-h, --help help for start
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--iavl-disable-fastnode Disable fast node for IAVL tree
--insecure-bls-password string Use the specified password for BLS key (if empty and --no-bls-password is not set, will prompt for password)
--inter-block-cache Enable inter-block caching (default true)
--inv-check-period uint Assert registered invariants every N blocks
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
--mempool.max-txs int Sets MaxTx value for the app-side mempool (default -1)
--min-retain-blocks uint Minimum block height offset during ABCI commit to prune CometBFT blocks
--minimum-gas-prices string Minimum gas prices to accept for transactions; Any fee in a tx must meet this minimum (e.g. 0.01photino;0.0001stake)
--moniker string node name (default "Darias-MacBook-Air.local")
--no-bls-password Generate BLS key without password protection (suitable for RPC nodes) (default true)
--p2p.external-address string ip:port address to advertise to peers for them to dial
--p2p.laddr string node listen address. (0.0.0.0:0 means any interface, any port) (default "tcp://0.0.0.0:26656")
--p2p.persistent_peers string comma-delimited ID@host:port persistent peers
--p2p.pex enable/disable Peer-Exchange (default true)
--p2p.private_peer_ids string comma-delimited private peer IDs
--p2p.seed_mode enable/disable seed mode
--p2p.seeds string comma-delimited ID@host:port seed nodes
--p2p.unconditional_peer_ids string comma-delimited IDs of unconditional peers
--priv_validator_laddr string socket address to listen on for connections from external priv_validator process
--proxy_app string proxy app address, or one of: 'kvstore', 'persistent_kvstore' or 'noop' for local testing. (default "tcp://127.0.0.1:26658")
--pruning string Pruning strategy (default|nothing|everything|custom) (default "default")
--pruning-interval uint Height interval at which pruned heights are removed from disk (ignored if pruning is not 'custom')
--pruning-keep-recent uint Number of recent heights to keep on disk (ignored if pruning is not 'custom')
--query-gas-limit uint Maximum gas a Rest/Grpc query can consume. Blank and 0 imply unbounded.
--rpc.grpc_laddr string GRPC listen address (BroadcastTx only). Port required
--rpc.laddr string RPC listen address. Port required (default "tcp://127.0.0.1:26657")
--rpc.pprof_laddr string pprof listen address (https://golang.org/pkg/net/http/pprof)
--rpc.unsafe enabled unsafe rpc methods
--shutdown-grace duration On Shutdown, duration to wait for resource clean up
--state-sync.snapshot-interval uint State sync snapshot interval
--state-sync.snapshot-keep-recent uint32 State sync snapshot to keep (default 2)
--trace Provide full stack traces for errors in ABCI Log
--trace-store string Enable KVStore tracing to an output file
--transport string Transport protocol: socket, grpc (default "socket")
--unsafe-skip-upgrades ints Skip a set of upgrade heights to continue the old binary
--wasm.memory_cache_size uint32 Sets the size in MiB (NOT bytes) of an in-memory cache for Wasm modules. Set to 0 to disable. (default 100)
--wasm.query_gas_limit uint Set the max gas that can be spent on executing a query with a Wasm contract (default 3000000)
--wasm.simulation_gas_limit string Set the max gas that can be spent when executing a simulation TX
--wasm.skip_wasmvm_version_check Skip check that ensures that libwasmvm version (the Rust project) and wasmvm version (the Go project) match
--with-comet Run abci app embedded in-process with CometBFT (default true)
--x-crisis-skip-assert-invariants Skip x/crisis invariants check on startup

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs

babylond --log_no_color status​

Query remote node for status

Usage:
babylond status [flags]

Flags:
-h, --help help for status
-n, --node string Node to connect to (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "json")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color testnet​

testnet will create "v" number of directories and populate each with
necessary files (private validator, genesis, config, etc.).

Note, strict routability for addresses is turned off in the config file.

Example:
babylond testnet --v 4 --output-dir ./output --starting-ip-address 192.168.10.2

Usage:
babylond testnet [flags]

Flags:
--activation-height uint Finality bbn block height activation to start accepting finality vote and pub rand (default 1)
--additional-sender-account If there should be additional pre funded account per validator
--allowed-reporter-addresses string addresses of reporters allowed to submit Bitcoin headers to babylon
--block-gas-limit int Block gas limit (default 50000000)
--blocks-per-year uint Blocks per year (default 6311520)
--btc-base-header string Hex of the base Bitcoin header. (default "0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a45068653ffff7f2002000000")
--btc-base-header-height uint32 Height of the base Bitcoin header.
--btc-confirmation-depth uint32 Confirmation depth for Bitcoin headers. (default 6)
--btc-finalization-timeout uint32 Finalization timeout for Bitcoin headers. (default 20)
--btc-network string Bitcoin network to use. Available networks: simnet, testnet, regtest, mainnet (default "simnet")
--chain-id string genesis file chain-id, if left blank will be randomly created
--checkpoint-tag string Hex encoded tag for babylon checkpoint on btc (default "01020304")
--covenant-pks string Bitcoin staking covenant public keys, comma separated (default "43311589af63c2adda04fcd7792c038a05c12a4fe40351b3eb1612ff6b2e5a0e,d415b187c6e7ce9da46ac888d20df20737d6f16a41639e68ea055311e1535dd9,d27cd27dbff481bc6fc4aa39dd19405eb6010237784ecba13bab130a4a62df5d,a3e107fee8879f5cf901161dbf4ff61c252ba5fec6f6407fe81b9453d244c02c,c45753e856ad0abb06f68947604f11476c157d13b7efd54499eaa0f6918cf716")
--covenant-quorum uint32 Bitcoin staking covenant quorum (default 3)
--epoch-interval uint Number of blocks between epochs. Must be more than 0. (default 400)
--finality-sig-timeout int How much time (in terms of blocks) finality providers have to cast a finality vote before being judged as missing their voting turn on the given block (default 3)
--genesis-time int Genesis time (default 1747294066)
--goal-bonded float Bonded tokens goal (default 0.67)
-h, --help help for testnet
--inflation-max float Maximum inflation (default 0.2)
--inflation-min float Minimum inflation (default 0.07)
--inflation-rate-change float Inflation rate change (default 0.13)
--jail-duration string Minimum period of time that a finality provider remains jailed (default "24h0m0s")
--key-type string Key signing algorithm to generate keys for (default "secp256k1")
--keyring-backend string Select keyring's backend (os|file|test) (default "os")
--max-active-finality-providers uint32 Bitcoin staking maximum active finality providers (default 100)
--max-active-validators uint32 Maximum number of validators. (default 10)
--max-staking-amount-sat int Maximum staking amount in satoshis (default 100000000000)
--max-staking-time-blocks uint16 Maximum staking time in blocks (default 10000)
--min-commission-rate string Bitcoin staking validator minimum commission rate (default "0")
--min-signed-per-window string Minimum number of blocks that a finality provider is required to sign within the sliding window to avoid being jailed (default "0.500000000000000000")
--min-slashing-fee-sat int Bitcoin staking minimum slashing fee (default 1000)
--min-staking-amount-sat int Minimum staking amount in satoshis (default 500000)
--min-staking-time-blocks uint16 Minimum staking time in blocks (default 100)
--minimum-gas-prices string Minimum gas prices to accept for transactions; All fees in a tx must meet this minimum (e.g. 0.001bbn) (default "0.000006ubbn")
--node-daemon-home string Home directory of the node's daemon configuration (default "babylond")
--node-dir-prefix string Prefix the directory name for each node with (node results in node0, node1, ...) (default "node")
-o, --output-dir string Directory to store initialization data for the testnet (default "./mytestnet")
--signed-blocks-window int Size of the sliding window for tracking finality provider liveness (default 100)
--slashing-pk-script string Bitcoin staking slashing pk script. Hex encoded. (default "76a914010101010101010101010101010101010101010188ac")
--slashing-rate string Bitcoin staking slashing rate (default "0.1")
--starting-ip-address string Starting IP address (192.168.0.1 results in persistent peers list [email protected]:46656, [email protected]:46656, ...) (default "192.168.0.1")
--time-between-blocks-seconds uint Time between blocks in seconds (default 5)
--unbonding-fee-sat int Required fee for unbonding transaction in satoshis (default 1000)
--unbonding-time uint16 Required timelock on unbonding transaction in btc blocks. Must be larger than btc-finalization-timeout (default 21)
--v int Number of validators to initialize the testnet with (default 4)
--vote-extension-enable-height int Vote extension enable height (default 1)

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color tx​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond --log_no_color validate-genesis​

validates the genesis file at the default location or at the location passed as an arg

Usage:
babylond validate-genesis [file] [flags]

Flags:
-h, --help help for validate-genesis

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color version​

Print the application binary version information

Usage:
babylond version [flags]

Flags:
-h, --help help for version
--long Print long version information
-o, --output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --log_no_color Flags:​

babylond --log_no_color -h,​

babylond --log_no_color --home​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_no_color --log_format​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_no_color --log_level​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_no_color --log_no_color​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_no_color --trace​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --log_no_color Use​

babylond --trace​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --trace add-genesis-account​

Add a genesis account to genesis.json. The provided account must specify
the account address or key name and a list of initial coins. If a key name is given,
the address will be looked up in the local Keybase. The list of initial tokens must
contain valid denominations. Accounts may optionally be supplied with vesting parameters.

Usage:
babylond add-genesis-account [address_or_key_name] [coin][,[coin]] [flags]

Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for add-genesis-account
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
--vesting-amount string amount of coins for vesting accounts
--vesting-end-time int schedule end time (unix epoch) for vesting accounts
--vesting-start-time int schedule start time (unix epoch) for vesting accounts

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace collect-gentxs​

Collect genesis txs and output a genesis.json file

Usage:
babylond collect-gentxs [flags]

Flags:
--gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/
-h, --help help for collect-gentxs
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace comet​

CometBFT subcommands

Usage:
babylond comet [command]

Aliases:
comet, cometbft, tendermint

Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version

Flags:
-h, --help help for comet

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond comet [command] --help" for more information about a command.

babylond --trace config​

Utilities for managing application configuration

Usage:
babylond config [command]

Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file

Flags:
-h, --help help for config

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond config [command] --help" for more information about a command.

babylond --trace create-bls-key​

create-bls will create a pair of BLS keys that are used to
send BLS signatures for checkpointing.

BLS keys are stored along with other validator keys in priv_validator_key.json,
which should exist before running the command (via babylond init or babylond testnet).

Example:
$ babylond create-bls-key --home ./

Usage:
babylond create-bls-key [flags]

Flags:
-h, --help help for create-bls-key
--home string The node home directory (default "/Users/dariaagadzhanova/.babylond")
--insecure-bls-password string The password for the BLS key. If the flag is not set, the password will be read from the prompt.
--no-bls-password The BLS key will use an empty password if the flag is set.

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace debug​

Tool for helping with debugging your application

Usage:
babylond debug [flags]
babylond debug [command]

Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex

Flags:
-h, --help help for debug

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond debug [command] --help" for more information about a command.

babylond --trace export​

Export state to JSON

Usage:
babylond export [flags]

Flags:
--for-zero-height Export state to start at height zero (perform preproccessing)
--height int Export state from a particular height (-1 means latest height) (default -1)
-h, --help help for export
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--jail-allowed-addrs strings Comma-separated list of operator addresses of jailed validators to unjail
--modules-to-export strings Comma-separated list of modules to export. If empty, will export all modules
--output-document string Exported state is written to the given file instead of STDOUT

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace gen-helpers​

Useful commands for creating the genesis state

Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]

Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json

Flags:
-h, --help help for gen-helpers

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond gen-helpers [command] --help" for more information about a command.

babylond --trace generate-bls-pop​

generate-bls-pop will generate a BLS proof-of-possession for a validator.

Proof-of-possession is generated by the Ed25519 and BLS private keys from the stored files, priv_validator_key.json and bls_key.json.
This is used in 'babylond tx checkpointing create-validator' by specifying the '--bls-pop' flag.

Example:
$ babylond generate-bls-pop --home ./

Usage:
babylond generate-bls-pop [flags]

Flags:
-h, --help help for generate-bls-pop
--home string The node home directory (default "/Users/dariaagadzhanova/.babylond")

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace gentx​

Generate a genesis transaction that creates a validator with a self-delegation
and a BLS key if needed.
This transaction is signed by the key in the Keyring referenced by a given name. A node ID and consensus
pubkey may optionally be provided. If they are omitted, they will be retrieved from the priv_validator.json
file. The following default parameters are included:

delegation amount: 100000000stake
commission rate: 0.1
commission max rate: 0.2
commission max change rate: 0.01
minimum self delegation: 1


Example:
$ babylond gentx my-key-name 1000000stake --home=/path/to/home/dir --keyring-backend=os --chain-id=test-chain-1 \
--moniker="myvalidator" \
--commission-max-change-rate=0.01 \
--commission-max-rate=1.0 \
--commission-rate=0.07 \
--details="..." \
--security-contact="..." \
--website="..."

Usage:
babylond gentx [key_name] [amount] [flags]

Flags:
-a, --account-number uint The account number of the signing account (offline mode only)
--amount string Amount of coins to bond
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--commission-max-change-rate string The maximum commission change rate percentage (per day)
--commission-max-rate string The maximum commission rate percentage
--commission-rate string The initial commission rate percentage
--details string The validator's (optional) details
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
--from string Name or address of private key with which to sign
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
-h, --help help for gentx
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--identity string The (optional) identity signature (ex. UPort or Keybase)
--ip string The node's public P2P IP (default "192.168.10.47")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
--min-self-delegation string The minimum self delegation required on the validator
--moniker string The validator's (optional) moniker
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
--node-id string The node's NodeID
--note string Note to add a description to the transaction (previously --memo)
--offline Offline mode (does not allow any online functionality)
--output-document string Write the genesis transaction JSON document to the given file instead of the default location
--p2p-port uint The node's public P2P port (default 26656)
--pubkey string The validator's Protobuf JSON encoded public key
--security-contact string The validator's (optional) security contact email
-s, --sequence uint The sequence number of the signing account (offline mode only)
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
--website string The validator's (optional) website
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace help​

Help provides help for any command in the application.
Simply type babylond help [path to command] for full details.

Usage:
babylond help [command] [flags]

Flags:
-h, --help help for help

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace init​

Initializes the configuration files for the validator and node.
This command also asks for a password to
generate the BLS key and encrypt it into an erc2335 structure.

Usage:
babylond init [moniker] [flags]

Flags:
--chain-id string genesis file chain-id, if left blank will be randomly created
--default-denom string genesis file default denomination, if left blank default value is 'stake'
-h, --help help for init
--home string node's home directory (default "/Users/dariaagadzhanova/.babylond")
--initial-height int specify the initial block height at genesis (default 1)
--insecure-bls-password string The password for the BLS key. If the flag is not set, the password will be read from the prompt.
--no-bls-password The BLS key will use an empty password if the flag is set.
-o, --overwrite overwrite the genesis.json file
--recover provide seed phrase to recover existing key instead of creating

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace keys​

Keyring management commands. These keys may be in any format supported by the
CometBFT crypto library and can be used by light-clients, full nodes, or any other application
that needs to sign with a private key.

The keyring supports the following backends:

os Uses the operating system's default credentials store.
file Uses encrypted file-based keystore within the app's configuration directory.
This keyring will request a password each time it is accessed, which may occur
multiple times in a single command resulting in repeated password prompts.
kwallet Uses KDE Wallet Manager as a credentials management application.
pass Uses the pass command line utility to store and retrieve keys.
test Stores keys insecurely to disk. It does not prompt for a password to be unlocked
and it should be use only for testing purposes.

kwallet and pass backends depend on external tools. Refer to their respective documentation for more
information:
KWallet https://github.com/KDE/kwallet
pass https://www.passwordstore.org/

The pass backend requires GnuPG: https://gnupg.org/

Usage:
babylond keys [command]

Available Commands:
add Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name> file
delete Delete the given keys
export Export private keys
import Import private keys into the local keybase
import-hex Import private keys into the local keybase
list List all keys
list-key-types List all key types
migrate Migrate keys from amino to proto serialization format
mnemonic Compute the bip39 mnemonic for some input entropy
parse Parse address from hex to bech32 and vice versa
rename Rename an existing key
show Retrieve key information by name or address

Flags:
-h, --help help for keys
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond keys [command] --help" for more information about a command.

babylond --trace migrate​

Migrate the source genesis into the target version and print to STDOUT

Usage:
babylond migrate [target-version] [genesis-file] [flags]

Examples:
babylond genesis migrate v0.47 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z

Flags:
--chain-id string Override chain_id with this flag
--genesis-time string Override genesis_time with this flag
-h, --help help for migrate
--output-document string Exported state is written to the given file instead of STDOUT

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace module-hash-by-height​

Get module hashes at a given height. This command is useful for debugging and verifying the state of the application at a given height. Daemon should not be running when calling this command.

Usage:
babylond module-hash-by-height [height] [flags]

Examples:
babylond module-hash-by-height 16841115

Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for module-hash-by-height
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace module-sizes​

print sizes of each module in the database

Usage:
babylond module-sizes [path-to-db] [flags]

Flags:
-h, --help help for module-sizes
--print-interval int interval between printing database stats (default 100000)

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace prepare-genesis​

Prepare a genesis file.
Example:
babylond prepare-genesis testnet babylon-test-1

Usage:
babylond prepare-genesis <testnet|mainnet> <chain-id> [flags]

Flags:
--activation-height uint Finality bbn block height activation to start accepting finality vote and pub rand (default 1)
--allowed-reporter-addresses string addresses of reporters allowed to submit Bitcoin headers to babylon
--block-gas-limit int Block gas limit (default 50000000)
--blocks-per-year uint Blocks per year (default 6311520)
--btc-base-header string Hex of the base Bitcoin header. (default "0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a45068653ffff7f2002000000")
--btc-base-header-height uint32 Height of the base Bitcoin header.
--btc-confirmation-depth uint32 Confirmation depth for Bitcoin headers. (default 6)
--btc-finalization-timeout uint32 Finalization timeout for Bitcoin headers. (default 20)
--chain-id string genesis file chain-id, if left blank will be randomly created
--checkpoint-tag string Hex encoded tag for babylon checkpoint on btc (default "01020304")
--covenant-pks string Bitcoin staking covenant public keys, comma separated (default "43311589af63c2adda04fcd7792c038a05c12a4fe40351b3eb1612ff6b2e5a0e,d415b187c6e7ce9da46ac888d20df20737d6f16a41639e68ea055311e1535dd9,d27cd27dbff481bc6fc4aa39dd19405eb6010237784ecba13bab130a4a62df5d,a3e107fee8879f5cf901161dbf4ff61c252ba5fec6f6407fe81b9453d244c02c,c45753e856ad0abb06f68947604f11476c157d13b7efd54499eaa0f6918cf716")
--covenant-quorum uint32 Bitcoin staking covenant quorum (default 3)
--epoch-interval uint Number of blocks between epochs. Must be more than 0. (default 400)
--finality-sig-timeout int How much time (in terms of blocks) finality providers have to cast a finality vote before being judged as missing their voting turn on the given block (default 3)
--genesis-time int Genesis time (default 1747294068)
--goal-bonded float Bonded tokens goal (default 0.67)
-h, --help help for prepare-genesis
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--inflation-max float Maximum inflation (default 0.2)
--inflation-min float Minimum inflation (default 0.07)
--inflation-rate-change float Inflation rate change (default 0.13)
--jail-duration string Minimum period of time that a finality provider remains jailed (default "24h0m0s")
--max-active-finality-providers uint32 Bitcoin staking maximum active finality providers (default 100)
--max-active-validators uint32 Maximum number of validators. (default 10)
--max-staking-amount-sat int Maximum staking amount in satoshis (default 100000000000)
--max-staking-time-blocks uint16 Maximum staking time in blocks (default 10000)
--min-commission-rate string Bitcoin staking validator minimum commission rate (default "0")
--min-signed-per-window string Minimum number of blocks that a finality provider is required to sign within the sliding window to avoid being jailed (default "0.500000000000000000")
--min-slashing-fee-sat int Bitcoin staking minimum slashing fee (default 1000)
--min-staking-amount-sat int Minimum staking amount in satoshis (default 500000)
--min-staking-time-blocks uint16 Minimum staking time in blocks (default 100)
--signed-blocks-window int Size of the sliding window for tracking finality provider liveness (default 100)
--slashing-pk-script string Bitcoin staking slashing pk script. Hex encoded. (default "76a914010101010101010101010101010101010101010188ac")
--slashing-rate string Bitcoin staking slashing rate (default "0.1")
--unbonding-fee-sat int Required fee for unbonding transaction in satoshis (default 1000)
--unbonding-time uint16 Required timelock on unbonding transaction in btc blocks. Must be larger than btc-finalization-timeout (default 21)
--vote-extension-enable-height int Vote extension enable height (default 1)

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace query​

Querying subcommands

Usage:
babylond query [flags]
babylond query [command]

Aliases:
query, q

Available Commands:
auth Querying commands for the auth module
authz Querying commands for the authz module
bank Querying commands for the bank module
block Query for a committed block by height, hash, or event(s)
block-results Query for a committed block's results by height
blocks Query for paginated blocks that match a set of events
btccheckpoint Querying commands for the btccheckpoint module
btclightclient Querying commands for the btclightclient module
btcstaking Querying commands for the btcstaking module
btcstkconsumer Querying commands for the btcstkconsumer module
checkpointing Querying commands for the checkpointing module
circuit Querying commands for the circuit module
comet-validator-set Get the full CometBFT validator set at given height
consensus Querying commands for the consensus module
distribution Querying commands for the distribution module
epoching Querying commands for the epoching module
evidence Querying commands for the evidence module
feegrant Querying commands for the feegrant module
finality Querying commands for the finality module
gov Querying commands for the gov module
ibc Querying commands for the IBC module
ibc-fee IBC relayer incentivization query subcommands
ibc-transfer IBC fungible token transfer query subcommands
ibc-wasm IBC wasm manager module query subcommands
incentive Querying commands for the incentive module
mint Querying commands for the mint module
monitor Querying commands for the monitor module
params Querying commands for the params module
slashing Querying commands for the slashing module
staking Querying commands for the staking module
tx Query for a transaction by hash, "<addr>/<seq>" combination or comma-separated signatures in a committed block
txs Query for paginated transactions that match a set of events
upgrade Querying commands for the upgrade module
wait-tx Wait for a transaction to be included in a block
wasm Querying commands for the wasm module
zoneconcierge Querying commands for the zoneconcierge module

Flags:
--chain-id string The network chain ID
-h, --help help for query

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond query [command] --help" for more information about a command.

babylond --trace rollback​


A state rollback is performed to recover from an incorrect application state transition,
when CometBFT has persisted an incorrect app hash and is thus unable to make
progress. Rollback overwrites a state at height n with the state at height n - 1.
The application also rolls back to height n - 1. No blocks are removed, so upon
restarting CometBFT the transactions in block n will be re-executed against the
application.

Usage:
babylond rollback [flags]

Flags:
--hard remove last block as well as state
-h, --help help for rollback
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace start​

Run the full node application with CometBFT in or out of process. By
default, the application will run with CometBFT in process.

Pruning options can be provided via the '--pruning' flag or alternatively with '--pruning-keep-recent', and
'pruning-interval' together.

For '--pruning' the options are as follows:

default: the last 362880 states are kept, pruning at 10 block intervals
nothing: all historic states will be saved, nothing will be deleted (i.e. archiving node)
everything: 2 latest states will be kept; pruning at 10 block intervals.
custom: allow pruning options to be manually specified through 'pruning-keep-recent', and 'pruning-interval'

Node halting configurations exist in the form of two flags: '--halt-height' and '--halt-time'. During
the ABCI Commit phase, the node will check if the current block height is greater than or equal to
the halt-height or if the current block time is greater than or equal to the halt-time. If so, the
node will attempt to gracefully shutdown and the block will not be committed. In addition, the node
will not be able to commit subsequent blocks.

For profiling and benchmarking purposes, CPU profiling can be enabled via the '--cpu-profile' flag
which accepts a path for the resulting pprof file.

The node may be started in a 'query only' mode where only the gRPC and JSON HTTP
API services are enabled via the 'grpc-only' flag. In this mode, CometBFT is
bypassed and can be used when legacy queries are needed after an on-chain upgrade
is performed. Note, when enabled, gRPC will also be automatically enabled.

Usage:
babylond start [flags]

Flags:
--abci string specify abci transport (socket | grpc) (default "socket")
--address string Listen address (default "tcp://127.0.0.1:26658")
--api.address string the API server address to listen on (default "tcp://localhost:1317")
--api.enable Define if the API server should be enabled
--api.enabled-unsafe-cors Define if CORS should be enabled (unsafe - use it at your own risk)
--api.max-open-connections uint Define the number of maximum open connections (default 1000)
--api.rpc-max-body-bytes uint Define the CometBFT maximum request body (in bytes) (default 1000000)
--api.rpc-read-timeout uint Define the CometBFT RPC read timeout (in seconds) (default 10)
--api.rpc-write-timeout uint Define the CometBFT RPC write timeout (in seconds)
--api.swagger Define if swagger documentation should automatically be registered (Note: the API must also be enabled)
--bls-password-file string Load a custom file path to the bls password (not recommended)
--chain-id string genesis file chain-id, if left blank will be randomly created
--consensus.create_empty_blocks set this to false to only produce blocks when there are txs or when the AppHash changes (default true)
--consensus.create_empty_blocks_interval string the possible interval between empty blocks (default "0s")
--consensus.double_sign_check_height int how many blocks to look back to check existence of the node's consensus votes before joining consensus
--cpu-profile string Enable CPU profiling and write to the provided file
--db_backend string database backend: goleveldb | cleveldb | boltdb | rocksdb | badgerdb (default "goleveldb")
--db_dir string database directory (default "data")
--genesis_hash bytesHex optional SHA-256 hash of the genesis file
--grpc-only Start the node in gRPC query only mode (no CometBFT process is started)
--grpc-web.enable Define if the gRPC-Web server should be enabled. (Note: gRPC must also be enabled) (default true)
--grpc.address string the gRPC server address to listen on (default "localhost:9090")
--grpc.enable Define if the gRPC server should be enabled (default true)
--halt-height uint Block height at which to gracefully halt the chain and shutdown the node
--halt-time uint Minimum block time (in Unix seconds) at which to gracefully halt the chain and shutdown the node
-h, --help help for start
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--iavl-disable-fastnode Disable fast node for IAVL tree
--insecure-bls-password string Use the specified password for BLS key (if empty and --no-bls-password is not set, will prompt for password)
--inter-block-cache Enable inter-block caching (default true)
--inv-check-period uint Assert registered invariants every N blocks
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
--mempool.max-txs int Sets MaxTx value for the app-side mempool (default -1)
--min-retain-blocks uint Minimum block height offset during ABCI commit to prune CometBFT blocks
--minimum-gas-prices string Minimum gas prices to accept for transactions; Any fee in a tx must meet this minimum (e.g. 0.01photino;0.0001stake)
--moniker string node name (default "Darias-MacBook-Air.local")
--no-bls-password Generate BLS key without password protection (suitable for RPC nodes) (default true)
--p2p.external-address string ip:port address to advertise to peers for them to dial
--p2p.laddr string node listen address. (0.0.0.0:0 means any interface, any port) (default "tcp://0.0.0.0:26656")
--p2p.persistent_peers string comma-delimited ID@host:port persistent peers
--p2p.pex enable/disable Peer-Exchange (default true)
--p2p.private_peer_ids string comma-delimited private peer IDs
--p2p.seed_mode enable/disable seed mode
--p2p.seeds string comma-delimited ID@host:port seed nodes
--p2p.unconditional_peer_ids string comma-delimited IDs of unconditional peers
--priv_validator_laddr string socket address to listen on for connections from external priv_validator process
--proxy_app string proxy app address, or one of: 'kvstore', 'persistent_kvstore' or 'noop' for local testing. (default "tcp://127.0.0.1:26658")
--pruning string Pruning strategy (default|nothing|everything|custom) (default "default")
--pruning-interval uint Height interval at which pruned heights are removed from disk (ignored if pruning is not 'custom')
--pruning-keep-recent uint Number of recent heights to keep on disk (ignored if pruning is not 'custom')
--query-gas-limit uint Maximum gas a Rest/Grpc query can consume. Blank and 0 imply unbounded.
--rpc.grpc_laddr string GRPC listen address (BroadcastTx only). Port required
--rpc.laddr string RPC listen address. Port required (default "tcp://127.0.0.1:26657")
--rpc.pprof_laddr string pprof listen address (https://golang.org/pkg/net/http/pprof)
--rpc.unsafe enabled unsafe rpc methods
--shutdown-grace duration On Shutdown, duration to wait for resource clean up
--state-sync.snapshot-interval uint State sync snapshot interval
--state-sync.snapshot-keep-recent uint32 State sync snapshot to keep (default 2)
--trace Provide full stack traces for errors in ABCI Log
--trace-store string Enable KVStore tracing to an output file
--transport string Transport protocol: socket, grpc (default "socket")
--unsafe-skip-upgrades ints Skip a set of upgrade heights to continue the old binary
--wasm.memory_cache_size uint32 Sets the size in MiB (NOT bytes) of an in-memory cache for Wasm modules. Set to 0 to disable. (default 100)
--wasm.query_gas_limit uint Set the max gas that can be spent on executing a query with a Wasm contract (default 3000000)
--wasm.simulation_gas_limit string Set the max gas that can be spent when executing a simulation TX
--wasm.skip_wasmvm_version_check Skip check that ensures that libwasmvm version (the Rust project) and wasmvm version (the Go project) match
--with-comet Run abci app embedded in-process with CometBFT (default true)
--x-crisis-skip-assert-invariants Skip x/crisis invariants check on startup

Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs

babylond --trace status​

Query remote node for status

Usage:
babylond status [flags]

Flags:
-h, --help help for status
-n, --node string Node to connect to (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "json")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace testnet​

testnet will create "v" number of directories and populate each with
necessary files (private validator, genesis, config, etc.).

Note, strict routability for addresses is turned off in the config file.

Example:
babylond testnet --v 4 --output-dir ./output --starting-ip-address 192.168.10.2

Usage:
babylond testnet [flags]

Flags:
--activation-height uint Finality bbn block height activation to start accepting finality vote and pub rand (default 1)
--additional-sender-account If there should be additional pre funded account per validator
--allowed-reporter-addresses string addresses of reporters allowed to submit Bitcoin headers to babylon
--block-gas-limit int Block gas limit (default 50000000)
--blocks-per-year uint Blocks per year (default 6311520)
--btc-base-header string Hex of the base Bitcoin header. (default "0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a45068653ffff7f2002000000")
--btc-base-header-height uint32 Height of the base Bitcoin header.
--btc-confirmation-depth uint32 Confirmation depth for Bitcoin headers. (default 6)
--btc-finalization-timeout uint32 Finalization timeout for Bitcoin headers. (default 20)
--btc-network string Bitcoin network to use. Available networks: simnet, testnet, regtest, mainnet (default "simnet")
--chain-id string genesis file chain-id, if left blank will be randomly created
--checkpoint-tag string Hex encoded tag for babylon checkpoint on btc (default "01020304")
--covenant-pks string Bitcoin staking covenant public keys, comma separated (default "43311589af63c2adda04fcd7792c038a05c12a4fe40351b3eb1612ff6b2e5a0e,d415b187c6e7ce9da46ac888d20df20737d6f16a41639e68ea055311e1535dd9,d27cd27dbff481bc6fc4aa39dd19405eb6010237784ecba13bab130a4a62df5d,a3e107fee8879f5cf901161dbf4ff61c252ba5fec6f6407fe81b9453d244c02c,c45753e856ad0abb06f68947604f11476c157d13b7efd54499eaa0f6918cf716")
--covenant-quorum uint32 Bitcoin staking covenant quorum (default 3)
--epoch-interval uint Number of blocks between epochs. Must be more than 0. (default 400)
--finality-sig-timeout int How much time (in terms of blocks) finality providers have to cast a finality vote before being judged as missing their voting turn on the given block (default 3)
--genesis-time int Genesis time (default 1747294068)
--goal-bonded float Bonded tokens goal (default 0.67)
-h, --help help for testnet
--inflation-max float Maximum inflation (default 0.2)
--inflation-min float Minimum inflation (default 0.07)
--inflation-rate-change float Inflation rate change (default 0.13)
--jail-duration string Minimum period of time that a finality provider remains jailed (default "24h0m0s")
--key-type string Key signing algorithm to generate keys for (default "secp256k1")
--keyring-backend string Select keyring's backend (os|file|test) (default "os")
--max-active-finality-providers uint32 Bitcoin staking maximum active finality providers (default 100)
--max-active-validators uint32 Maximum number of validators. (default 10)
--max-staking-amount-sat int Maximum staking amount in satoshis (default 100000000000)
--max-staking-time-blocks uint16 Maximum staking time in blocks (default 10000)
--min-commission-rate string Bitcoin staking validator minimum commission rate (default "0")
--min-signed-per-window string Minimum number of blocks that a finality provider is required to sign within the sliding window to avoid being jailed (default "0.500000000000000000")
--min-slashing-fee-sat int Bitcoin staking minimum slashing fee (default 1000)
--min-staking-amount-sat int Minimum staking amount in satoshis (default 500000)
--min-staking-time-blocks uint16 Minimum staking time in blocks (default 100)
--minimum-gas-prices string Minimum gas prices to accept for transactions; All fees in a tx must meet this minimum (e.g. 0.001bbn) (default "0.000006ubbn")
--node-daemon-home string Home directory of the node's daemon configuration (default "babylond")
--node-dir-prefix string Prefix the directory name for each node with (node results in node0, node1, ...) (default "node")
-o, --output-dir string Directory to store initialization data for the testnet (default "./mytestnet")
--signed-blocks-window int Size of the sliding window for tracking finality provider liveness (default 100)
--slashing-pk-script string Bitcoin staking slashing pk script. Hex encoded. (default "76a914010101010101010101010101010101010101010188ac")
--slashing-rate string Bitcoin staking slashing rate (default "0.1")
--starting-ip-address string Starting IP address (192.168.0.1 results in persistent peers list [email protected]:46656, [email protected]:46656, ...) (default "192.168.0.1")
--time-between-blocks-seconds uint Time between blocks in seconds (default 5)
--unbonding-fee-sat int Required fee for unbonding transaction in satoshis (default 1000)
--unbonding-time uint16 Required timelock on unbonding transaction in btc blocks. Must be larger than btc-finalization-timeout (default 21)
--v int Number of validators to initialize the testnet with (default 4)
--vote-extension-enable-height int Vote extension enable height (default 1)

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace tx​

Transactions subcommands

Usage:
babylond tx [flags]
babylond tx [command]

Available Commands:
auth Transactions commands for the auth module
authz Authorization transactions subcommands
bank Bank transaction subcommands
broadcast Broadcast transactions generated offline
btccheckpoint btccheckpoint transactions subcommands
btclightclient btclightclient transactions subcommands
btcstaking btcstaking transactions subcommands
btcstkconsumer btcstkconsumer transactions subcommands
checkpointing checkpointing transactions subcommands
circuit Transactions commands for the circuit module
consensus Transactions commands for the consensus module
crisis Transactions commands for the crisis module
decode Decode a binary encoded transaction string
distribution Distribution transactions subcommands
encode Encode transactions generated offline
epoching epoching transactions subcommands
evidence Evidence transaction subcommands
feegrant Feegrant transactions sub-commands
finality finality transactions subcommands
gov Governance transactions subcommands
ibc IBC transaction subcommands
ibc-fee IBC relayer incentivization transaction subcommands
ibc-transfer IBC fungible token transfer transaction subcommands
ibc-wasm IBC wasm manager module transaction subcommands
incentive incentive transactions subcommands
monitor monitor transactions subcommands
multi-sign Generate multisig signatures for transactions generated offline
multisign-batch Assemble multisig transactions in batch from batch signatures
sign Sign a transaction generated offline
sign-batch Sign transaction batch files
simulate Simulate the gas usage of a transaction
slashing Transactions commands for the slashing module
upgrade Upgrade transaction subcommands
validate-signatures validate transactions signatures
vesting Vesting transaction subcommands
wasm Wasm transaction subcommands
zoneconcierge zoneconcierge transactions subcommands

Flags:
--chain-id string The network chain ID
-h, --help help for tx

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond tx [command] --help" for more information about a command.

babylond --trace validate-genesis​

validates the genesis file at the default location or at the location passed as an arg

Usage:
babylond validate-genesis [file] [flags]

Flags:
-h, --help help for validate-genesis

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace version​

Print the application binary version information

Usage:
babylond version [flags]

Flags:
-h, --help help for version
--long Print long version information
-o, --output string Output format (text|json) (default "text")

Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

babylond --trace Flags:​

babylond --trace -h,​

babylond --trace --home​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --trace --log_format​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --trace --log_level​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --trace --log_no_color​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --trace --trace​

Start the Babylon app

Usage:
babylond [command]

Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Utilities for managing application configuration
create-bls-key Create a pair of BLS keys for a validator
debug Tool for helping with debugging your application
export Export state to JSON
gen-helpers Useful commands for creating the genesis state
generate-bls-pop Generate a BLS proof-of-possession for a validator
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
module-hash-by-height Get module hashes at a given height
module-sizes print sizes of each module in the database
prepare-genesis Prepare a genesis file
query Querying subcommands
rollback rollback Cosmos SDK and CometBFT state by one height
start Run the full node
status Query remote node for status
testnet Initialize files for a babylon testnet
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information

Flags:
-h, --help help for babylond
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors

Use "babylond [command] --help" for more information about a command.

babylond --trace Use​

babylond Use​