> For the complete documentation index, see [llms.txt](https://docs.aethir.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aethir.com/checker-guide/operator-portal/faq.md).

# FAQ

#### There are 2 portals on app.aethir.com. What are their differences?

<figure><img src="/files/sRkzIuleCGLFicBKeOBw" alt=""><figcaption></figcaption></figure>

The first button directs to the [Owner Portal](/checker-guide/how-to-manage-checker-nodes.md), which is designed for node owners to manage their Checker Nodes, including delegating/undelegating nodes (Delegation Management), and claiming/withdrawing earned rewards.

The second button opens the Operator Portal, as discussed in this section, designed for node operators to efficiently monitor the operation status of multiple Checker Clients at scale.&#x20;

The page also provides the download link for the [Checker Node Client](/checker-guide/how-to-run-checker-nodes.md), which is the software that runs Checker Nodes, handling delegation requests (Delegation Execution) and performing computational tasks required for node operation.

#### Why can't I claim or withdraw my rewards on the Operator Portal?

The Operator Portal and Owner Portal serve [different purposes](#there-are-2-portals-on-app.aethir.com.-what-are-their-differences). You cannot claim or withdraw rewards through the Operator Portal because it is not intended for managing owner-specific functions like rewards. The rewards displayed on the Operator Portal are for informational purposes only and reflect activities starting from the platform's launch on August 28, 2024. For monitoring, claiming or withdrawing license-specific rewards, please use the Owner Portal.

#### Why is the reward data on the Operator Portal different from the Owner Portal?

The reward data on the Operator Portal reflects the contribution of each Checker Node Client to the overall rewards. This information is provided for reference only and does not represent the total rewards earned by the Checker Node License. The owner should refer to the Owner Portal to view the full rewards details.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.aethir.com/checker-guide/operator-portal/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
