# Useful commands

```bash
//
```

### WALLET MANAGEMENT

{% hint style="info" %}
*Add Wallet Specify the value \<wallet> with your own wallet name*
{% endhint %}

```bash
//
```

### VALIDATOR MANAGEMENT

{% hint style="info" %}
*Please adjust , MONIKER , YOUR\_KEYBASE\_ID , YOUR\_DETAILS , YOUR\_WEBSITE\_URL*
{% endhint %}

```bash
//
```

### TOKEN MANAGEMENT

```bash
//
```

### GOVERNANCE

```bash
//
```

### SERVICES MANAGEMENT

```bash
//
```

### UTILITY

```bash
//
```

### DELETE NODE

{% hint style="warning" %} <mark style="color:red;">**WARNING! Use this command wisely Backup your key first it will remove node from your system**</mark>
{% endhint %}

```bash
sudo systemctl stop story story-geth && sudo systemctl disable story story-geth && sudo rm /etc/systemd/system/story.service /etc/systemd/system/story-geth.service && sudo systemctl daemon-reload && sudo rm -rf $(which story) && rm -rf $HOME/.story
```
