# Commands

## 📚Useful commands📚

**Bridge node Status:**

```bash
celestia header sync-state --node.store  ~/.celestia-bridge-mocha-4/
```

**Bridge wallet balance:**

```bash
celestia state balance --node.store ~/.celestia-bridge-mocha-4/
```

**Wallet address:**

```bash
cel-key list --node.type bridge --keyring-backend test --p2p.network mocha
```

**Recover an existing wallet:**

```bash
cel-key add bridge-wallet --keyring-backend test --node.type bridge  --recover --p2p.network mocha
```

**Node ID:**

```bash
celestia p2p info --node.store ~/.celestia-bridge-mocha-4/
```

**Unsafe reset node:**

```bash
celestia bridge unsafe-reset-store --p2p.network mocha
```


---

# 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://stavr-team.gitbook.io/nodes-guides/testnets/celestia/bridge-node/commands.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.
