# View License Status

Once the node owner [initiates the delegation process](/checker-guide/how-to-manage-checker-nodes/delegate-and-undelegate.md#delegate), you can view the [status](/checker-guide/what-is-the-checker-node/how-do-checker-nodes-work.md#checker-node-status) of all licenses delegated to the burner wallet.

#### **Linux CLI**

Please note that it is a prerequisite to use this command that the at least one node owner has [initiates the delegation process](/checker-guide/how-to-manage-checker-nodes/delegate-and-undelegate.md#delegate) to this burner wallet address.

List licenses <mark style="color:red;">`aethir license list`</mark>

1. <mark style="color:red;">`-ready`</mark>
2. <mark style="color:red;">`-checking`</mark>
3. <mark style="color:red;">`-offline`</mark>
4. <mark style="color:red;">`-banned`</mark>
5. <mark style="color:red;">`-pending`</mark>

   Corresponds to pending delegations
6. <mark style="color:red;">`-all`</mark>

Each of the parameter display lists in the form of: <mark style="color:red;">`License ID`</mark> ｜ <mark style="color:red;">`Owner Address`</mark> ｜ <mark style="color:red;">`Status`</mark>

If the user does not add parameters, all available parameters will be prompted.

Alternatively, show summary table <mark style="color:red;">`aethir license summary`</mark>

This is a sample for what the summary table looks like:

<table><thead><tr><th width="155">Number</th><th>Status</th></tr></thead><tbody><tr><td>123</td><td>Checking</td></tr><tr><td>123</td><td>Ready</td></tr><tr><td>123</td><td>Offline</td></tr><tr><td>123</td><td>Banned</td></tr><tr><td>123</td><td>Pending</td></tr><tr><td>123</td><td>Total Delegated</td></tr></tbody></table>

#### **Windows GUI**

Navigate to the License tab.


---

# 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://docs.aethir.com/checker-guide/how-to-run-checker-nodes/view-license-status.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.
