> For the complete documentation index, see [llms.txt](https://titannet.gitbook.io/titan-network-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://titannet.gitbook.io/titan-network-en/resource-network-test/operate-nodes/l1-guardian-node/l1-early-exit-tutorial.md).

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

![](/files/ht9gW4AMa8tXvKgU6EM1)
{% 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`
