# L1 Early Exit Tutorial

**Before you start the exit process, please ensure your node is online and running normally.**&#x20;

{% hint style="info" %}
Check whether your node program is the [latest version](https://github.com/Titannet-dao/titan-node/releases/download/v0.1.19-b/titan-guardian) (not lower than 0.1.19-b).&#x20;

Check the version:&#x20;

Run this command to see the node software version:&#x20;

`./titan-guardian -v`

![](https://3087894035-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6MWUoQBijnrc0tNWtAzG%2Fuploads%2Fks9Ps2IliRxvMXux1goh%2Fimage.png?alt=media\&token=0b73694a-c3a9-4154-94a8-46c5e734a9dc)
{% endhint %}

### **1. Calculate the penalty**

```
./titan-l1-guardian exit cal
```

After running the command above, you will see the current rewards and rewards after penalty as below:

```
titan-guardian exit cal
Current Rewards: 100000
Penalty Rate: 60%
Rewards After Penalty: 40000
```

### **2. Execute exit command** <a href="#id-2.-zhi-xing-tui-chu-cao-zuo" id="id-2.-zhi-xing-tui-chu-cao-zuo"></a>

```
./titan-l1-guardian exit exec
```

### 3. Confirm the exit decision <a href="#id-3.-zui-zhong-que-ren-tui-chu-yi-yuan" id="id-3.-zui-zhong-que-ren-tui-chu-yi-yuan"></a>

• Confirm exit: enter `CONFIRM`

• Accept the penalty: enter `Accept`
