> For the complete documentation index, see [llms.txt](https://stavr-team.gitbook.io/nodes-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stavr-team.gitbook.io/nodes-guides/testnets/celestia/bridge-node/commands.md).

# 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
```
