> For the complete documentation index, see [llms.txt](https://help.titanapp.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.titanapp.info/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`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.titanapp.info/titan-network-en/resource-network-test/operate-nodes/l1-guardian-node/l1-early-exit-tutorial.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.
