> 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/mainnets/celestia/light-node/commands.md).

# Commands

## 📚Useful commands📚

**Light node Status:**

```bash
celestia header sync-state --node.store ~/.celestia-light/
```

Light **wallet balance:**

```bash
celestia state balance --node.store ~/.celestia-light/
```

**Wallet address:**

```bash
cel-key list --node.type light --keyring-backend test
```

**Recover an existing wallet:**

```bash
cel-key add light-wallet --keyring-backend test --node.type light --recover
```

**Node ID:**

```bash
celestia p2p info --node.store ~/.celestia-light/
```

**Unsafe reset node:**

```bash
celestia light unsafe-reset-store
```
