# Manage Wallet

Your wallet consists of three parts:

* **Balance**: The available ATH tokens in your wallet. You can deposit more ATH or claim to withdraw unused balance.
* **Pending-Approval Claim**: These are claim requests awaiting Aethir’s approval. Approval may take up to 1 business day.
* **Approved Claim**: Once approved, you can withdraw these funds to your wallet.

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

#### KYC

To comply with AML regulations, all users must complete KYC before claiming or withdrawing ATH.

For more information, refer to the [Complete KYC Verification](/aethir-tokenomics/complete-kyc-verfication.md) page.

#### Deposit

1. Click the **arrow** button in the **Balance** card. Click **Deposit**

   <figure><img src="/files/vwwdDwYpZYDE9n1n63tl" alt=""><figcaption></figcaption></figure>
2. Input the amount of ATH to deposit. Click **Approve**
3. If you haven't connected your wallet, you will be prompted to bind it.&#x20;

{% hint style="warning" %}
You must use the **same wallet** for all future transactions. **Ensure you’ve selected the correct one before signing.**
{% endhint %}

4. Authorise the transaction in your wallet.

You can find the tutorials to acquire ATH tokens [here](/aethir-tokenomics/how-to-acquire-ath.md).

#### Claim and Withdraw

1. Click the **arrow** button in the **Balance** card. Click **Claim**.

   <figure><img src="/files/RDKCrbaNEcz5LDTtAekc" alt=""><figcaption></figcaption></figure>
2. Input the amount of ATH to claim. Click **Approve**.&#x20;
3. If you haven't completed KYC, you will be prompted to perform KYC.&#x20;
4. Approve the transaction in your wallet. The claim will then move to **Pending Approval**, which may take up to 1 business day.

   <figure><img src="/files/UWK5WbG1MK1nThi2tgpH" alt=""><figcaption></figcaption></figure>
5. Once approved, click the arrow icon in the **Approved Claim** card and select **Withdraw**. Withdrawals are processed in the order of claims - first-claimed, first-withdrawn.

{% hint style="warning" %}
All approved claims must be withdrawn before you can deposit ATH again into your balance.
{% endhint %}


---

# 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/aethir-cloud/aethir-cloud-customer/cloud-customer-portal-guide/manage-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.
