> For the complete documentation index, see [llms.txt](https://satea.gitbook.io/satea/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://satea.gitbook.io/satea/project-setup-guide/aethir.md).

# Aethir

## **Step 1:** Open Ticket&#x20;

If you need to delegate your Aethir node, please join the Satea official Discord at <https://discord.gg/satea>, and open a ticket to submit your requirements. Satea customer service will process the requirements and list the Aethir hosting service on the official website.

## **Step 2: Purchase Aethir Node Hosting Service**

1. Login to [app.satea.io](https://app.satea.io/deploy) and select Aethir.
2. Select the number and duration of Aethir nodes you want to run.

After confirming the order information, please follow the instructions to complete the payment

## **Step 3:** Wait for node deployment and copy the burner address

The system will automatically deploy and synchronize the nodes after the payment is made. The process will be completed within 2 business days. No additional operation is needed from your end during this period. You can check the deployment progress and node details on MY NODES page.

Once the node is deployed, the system will provide the burner address for you to complete delegation on Aethir's site.

## **Step 4: Delegate Node ( Checker Node )**

Log in to the Aethir official website: [app.aethir.com](https://app.aethir.com/) with a wallet that holds the Checker NFT Licenses.

![](/files/SfIagj4W15AVkhA2GASj)

Navigate to the Licenses tab. Copy the burner wallet address provided by Satea.

![](/files/bFu9mfSF1DAY6Uz0kBqE)

Click Delegate and confirm in the wallet to complete the delegation.

## **Step 5: Query node status**

In the Activity tab, you can view the running status of your delegated nodes. After the deployment of the node on our end in 2 business days, the Status of the nodes will show Success, which means it is successfully delegated.

![](/files/D5JNGi2VapE84WnbS293)


---

# 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://satea.gitbook.io/satea/project-setup-guide/aethir.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.
