# tendermint

## Available Commands

| Name, shorthand                                   | Description                                              |
| ------------------------------------------------- | -------------------------------------------------------- |
| [show-address](#junod-tendermint-show-address)    | Shows this node's tendermint validator consensus address |
| [show-node-id](#iris-tendermint-show-node-id)     | Show this node's ID                                      |
| [show-validator](#iris-tendermint-show-validator) | Show this node's tendermint validator info               |
| [version](#iris-tendermint-version)               | Print tendermint libraries' version                      |

### junod tendermint show-address

The following command will show the tendermint validator address of the local node.

```
junod tendermint show-address
```

Returns the bech32 encoded validator consensus address `<junovalcon...>`:

```
junovalcons1xyld7wpwjwx5reu8k0rrveceqztyp3h3fy3m6m
```

### junod tendermint show-node-id <a href="#iris-tendermint-show-node-id" id="iris-tendermint-show-node-id"></a>

The following command will show the nodes ID

```
junod tendermint show-node-id
```

Returns something similar to:

```
ec730773944fbdc6a8c4918984f571aa57c975a3
```

### junod tendermint show-validator <a href="#iris-tendermint-show-validator" id="iris-tendermint-show-validator"></a>

The following command will show the validators tendermint consensus pubkey:

```
junod tendermint show-validator
```

Returns something similar to:

```
junovalconspub1zcjduepqltmy70ayq5c52fqga7xv336wv3jn8wxjcqra72amp6gcm7l8jwkss0ekqe
```

### junod tendermint version <a href="#iris-tendermint-version" id="iris-tendermint-version"></a>

```
junod tendermint version
```

Returns something similar to:

```
tendermint: ""
abci: 0.17.0
blockprotocol: 11
p2pprotocol: 8
```


---

# 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.junonetwork.io/cli/modules/tendermint.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.
