# enid add-genesis-account

#### `enid add-genesis-account`

```ansi
Add a genesis account to genesis.json. The provided account must specify either an account address or key name, along with an initial list of tokens. If a key name is given, the address will be looked up in the local Keybase. The initial token list must contain valid denominations. If using keyring-backend test, you can optionally provide vesting parameters for the account. An association between the eni address and the eth address will also be created here.

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

Flags:
      --height int               Query state at a specific height (this may fail if the node is pruning state)
  -h, --help                     Help information for add-genesis-account
      --home string              Application home directory (default "~/.eni")
      --keyring-backend string   Choose the keyring backend (os|file|kwallet|pass|test) (default "os")
      --node string              <host>:<port> to the Tendermint RPC interface for this chain (default "tcp://localhost:26657")
  -o, --output string            Output format (text|json) (default "text")
      --vesting-amount string    Amount of tokens for the vesting account
      --vesting-end-time int     Scheduled end time for the vesting account (unix epoch)
      --vesting-start-time int   Scheduled start time for the vesting account (unix epoch)

Global Flags:
      --log_format string   Log format (json|plain)
      --log_level string    Log level (trace|debug|info|warn|error|fatal|panic)
      --trace               Print the full stack trace on error
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eniac.network/reference/cli/enid-add-genesis-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
