# 📜  Useful Commands

***Check bridge wallet balance***

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

***Get wallet address***

```bash
cd $HOME/celestia-node
./cel-key list --node.type bridge --keyring-backend test  --p2p.network mocha
```

***Restore an existing cel\_key***

```bash
KEY_NAME="my_celes_key"
cd ~/celestia-node
./cel-key add $KEY_NAME --keyring-backend test --node.type bridge  --recover --p2p.network mocha
```

***Check bridge node status***

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

***Get Node ID***

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

### *Delete bridge node* <a href="#delete" id="delete"></a>

```bash
sudo systemctl stop celestia-bridge
sudo systemctl disable celestia-bridge
sudo rm /etc/systemd/system/celestia-bridge*
rm -rf $HOME/celestia-node $HOME/.celestia-bridge-mocha-4
```


---

# 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://services.validexis.com/testnets/celestia/bridge-node-installation/useful-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.
