# The Relationship between Checker License Owner and Checker Node Operator

Checker License Owner manages the checker node via Checker Owner Portal.

Checker Node Operator runs the checker node via Checker Client / CLI

<figure><img src="/files/6HHL2ShsAkfGdJTj4FTg" alt=""><figcaption></figcaption></figure>

1. License Owner [purchases licenses](/checker-guide/how-to-purchase-checker-nodes/checker-node-sales-closed.md) (in the form of NFTs)
2. Node Operator [creates a burner wallet address](/checker-guide/how-to-run-checker-nodes/create-or-import-a-burner-wallet.md) in the Checker Client Windows GUI or Linux CLI and sends it to you
3. Log in to the [Checker Owner Portal](https://app.aethir.com/) and initiate the [delegation ](/checker-guide/how-to-manage-checker-nodes/delegate-and-undelegate.md)flow under Licenses tab
4. Node operator [approves delegation](/checker-guide/how-to-run-checker-nodes/accept-deny-pending-delegations-and-undelegate.md) inside Checker Client GUI or CLI
5. License Owner earns rewards, which is [viewable in the portal](/checker-guide/how-to-manage-checker-nodes/view-rewards.md)


---

# 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/what-is-a-checker-node-client/the-relationship-between-checker-license-owner-and-checker-node-operator.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.
