> ## Documentation Index
> Fetch the complete documentation index at: https://sidiorresearchlabs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Cli commands

# CLI Commands

## CLI Flags

A list of commonly used flags of `hyperpaxd` is listed below:

| Option              | Description                                   | Type            | Default Value             |
| ------------------- | --------------------------------------------- | --------------- | ------------------------- |
| `--chain-id`        | Full Chain ID                                 | `string`        | `""`                      |
| `--home`            | Directory for config and data                 | `string`        | `~/.hyperpaxd`            |
| `--keyring-backend` | Select keyring's backend                      | `string`        | `"os"`                    |
| `--output`          | Output format                                 | `string`        | `"text"`                  |
| `--node`            | Tendermint RPC interface                      | `<host>:<port>` | `"tcp://localhost:26657"` |
| `--from`            | Name or address of account with which to sign | `string`        | `""`                      |

## Command list

A list of commonly used `hyperpaxd` commands. You can obtain the full list by using the `hyperpaxd -h` command.

| Command            | Description                                                     | Subcommands (example)                                                     |
| ------------------ | --------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `keys`             | Keys management                                                 | `list`, `show`, `add`, `add --recover`, `delete`                          |
| `tx`               | Transactions subcommands                                        | `bank send`, `ibc-transfer transfer`, `distribution withdraw-all-rewards` |
| `query`            | Query subcommands                                               | `bank balance`, `staking validators`, `gov proposals`                     |
| `tendermint`       | Tendermint subcommands                                          | `show-address`, `show-node-id`, `version`                                 |
| `config`           | Client configuration                                            |                                                                           |
| `init`             | Initialize full node                                            |                                                                           |
| `start`            | Run full node                                                   |                                                                           |
| `version`          | HyperPaxeer version                                             |                                                                           |
| `validate-genesis` | Validates the genesis file                                      |                                                                           |
| `status`           | Query remote node for status                                    |                                                                           |
| `block`            | Query a specific block persisted in the db (defaults to latest) |                                                                           |
