> For the complete documentation index, see [llms.txt](https://titannet.gitbook.io/titan-network-cn/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-cn/3-ce-ka-xi-ni-ce-shi-wang/yun-xing-jie-dian/l1-guardian-jie-dian/l1-ti-qian-tui-chu-liu-cheng.md).

# L1提前退出流程

**在执行以下操作前，请确保节点正常在线运行中。**

{% hint style="info" %}
检查您运行的节点程序是否为[最新版本](https://github.com/Titannet-dao/titan-node/releases/download/v0.1.19-b/titan-guardian)（程序版本不能低于0.1.19-b）。\
**检查节点程序版本：**

执行以下命令查看节点程序版本：\
\
`./titan-l1-guardian -v`

![](/files/EwDQEvSq29x5jrMU7WIv)
{% endhint %}

### **1.计算并显示扣罚**

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

运行上述命令后，会显示当前奖励和扣罚后的奖励，如下所示：

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

### **2.执行退出操作**

```Bash
titan-l1-guardian exit exec
```

### **3.最终确认退出意愿**

• 确认退出意愿：输入 `CONFIRM`

• 接受退出惩罚：输入`Accept`
