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


---

# 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://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?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.
