# Export Burner Wallet

You can export the burner wallet for the following scenarios:&#x20;

1. Export the public key (i.e., the burner wallet address) to allow the node owner to initiate the Delegation process.&#x20;
2. Export the private and public key pair to migrate the burner wallet to a new machine. **Please note this is the only scenario where the private key is needed!**

#### **Linux CLI**

Export wallet <mark style="color:red;">`aethir wallet export`</mark>

#### **Windows GUI**

Navigate to the Wallet tab. The public key (i.e., the burner wallet address) is displayed on the page.&#x20;

<figure><img src="/files/aKUxeziltAopTk3xIfaO" alt=""><figcaption><p>Checker Client - Wallet</p></figcaption></figure>

Click on "Export Private Key" to view the private key.

{% embed url="<https://www.youtube.com/watch?v=VA-iw0QG33g>" %}


---

# 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/export-burner-wallet.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.
