# Create or Import a Burner Wallet

The burner wallet is a “disposable wallet,” that will be created for your Checker Node Client. The sole purpose of a burner wallet is to receive NFT delegation in order to earn rewards for the Owner wallet of the NFT. Since no on-chain transactions are required from the burner wallet, you do not, and should not transfer any tokens into the burner wallet.

You can either create a new burner wallet or import the wallet from a previous Checker Client.

#### **Linux CLI**

* Create a burner wallet <mark style="color:red;">`aethir wallet create`</mark>

  <figure><img src="/files/ZZz9CNlbsueMWxvP142V" alt=""><figcaption><p>Checker Client CLI - $aethir wallet create</p></figcaption></figure>
* Alternatively, import a burner wallet <mark style="color:red;">`aethir wallet import [private key]`</mark>

#### **Windows GUI**

Navigate to the Wallet tab and click **Create Wallet / Import Wallet**

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

#### Register New Burner Wallet

If you create a new burner wallet, the address will not be registered in the Checker System, until an owner [initiates the delegation process](/checker-guide/how-to-manage-checker-nodes/delegate-and-undelegate.md#delegate) to that address.

{% hint style="info" %}
The register process may take **up to 5 minutes** on the backend after the burner wallet receives a delegation.&#x20;
{% endhint %}

{% hint style="info" %}
There is a rate limit on the register endpoint, allowing one request per minute per IP. Exceeding this limit will result in the IP being blacklisted for the day.
{% endhint %}

Before the wallet is registered, you:

* cannot establish websocket connection to the Checker System;&#x20;
* cannot use the following commands:
  * <mark style="color:red;">`aethir license [additional commands][parameters]`</mark>
  * <mark style="color:red;">`aethir setting capacity [value]`</mark>


---

# 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/create-or-import-a-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.
