# Manage Your Wallet

To use the platform, Cloud Hosts must connect a crypto wallet and complete KYC verification.

* Wallet connection is required *before* onboarding any GPUs.
* KYC verification is required *before* claiming or withdrawing any earnings.

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

### Connect Wallet

Cloud Hosts must connect a crypto wallet before staking GPUs.&#x20;

{% hint style="warning" %}
**Note**: Once connected to the platform, the wallet address **cannot** be changed.
{% endhint %}

### KYC Verification

To comply with AML (Anti-Money Laundering) regulations, all users must complete KYC verification before they can claim or withdraw ATH earned through our products.

#### Steps to Complete KYC

1. Click the **Complete KYC Now** button on the banner.
2. Follow the instructions in the **KYC panel**.
3. To review KYC status, visit the **Settings** page or click the **avatar** in the top-right corner of any page.

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

### Manage Earnings

The top two rows of the Wallet page show ATH balances from compute activities:

* [Service Fees](/aethir-cloud/aethir-cloud-host/rewards-and-service-fees-for-cloud-hosts/service-fees-for-cloud-host.md) – Paid by tenants for using your computational resources.
* [Rewards](/aethir-cloud/aethir-cloud-host/rewards-and-service-fees-for-cloud-hosts/rewards-for-cloud-host.md) – Incentives based on:
  * Proof of Capacity (PoC): Servers online with sufficient uptime.
  * Proof of Delivery (PoD): Successful task completion.

#### Earning Lifecycle

<table data-header-hidden><thead><tr><th width="197.921875">Stage</th><th>Description</th></tr></thead><tbody><tr><td><strong>Vesting Claim</strong></td><td>Earnings are locked during vesting.</td></tr><tr><td><strong>Claimable</strong></td><td>Vesting ends; ready to be claimed.</td></tr><tr><td><strong>Vesting Withdraw</strong></td><td>Claimed, pending 1-day vesting before withdrawal.</td></tr><tr><td><strong>Withdrawable</strong></td><td>Can be withdrawn to wallet.</td></tr><tr><td><strong>Cash Out</strong></td><td>Funds have been transferred to your wallet.</td></tr></tbody></table>

#### Claim Schedule

* **Service Fees**: Claimable after 45 days.
* **Rewards**:
  * 30% claimable immediately
  * 30% after 90 days
  * 40% after 180 days
* Earnings update daily at 00:00 UTC. Portal data may slightly lag.

#### How to Claim

1. Go to **Wallet**.
2. Click **Claim All** under **Service Fees** / **Rewards**.
3. Confirm the action on the popup panel.
4. Approve the transaction in your wallet.

{% hint style="info" %}
**Limits**

* Max 1 claim per UTC day per type.
* Min 30 ATH per claim per type.
  {% endhint %}

#### How to Withdraw

1. Go to **Wallet**.
2. Click the **Arrow** icon under **Withdrawable**.
3. In the list, withdraw oldest transactions first.
4. Confirm the transaction in your wallet.

### Manage Stakings

The bottom row on the Wallet page shows ATH balances related to [Staking](/staking-and-rewards-for-cloud-host-compute-providers/staking-as-a-cloud-host.md).

* **Staked** – ATH locked for GPU earnings.
* **Unstaking Vesting** – Unstaking initiated; in the 180-day unlock period.
* **Unstaking Withdrawable** – Unlock period completed; ready to withdraw.
* **Unstaked** – Funds withdrawn to your wallet.

\
You can stake/unstake on the [Aethir Earth](/aethir-cloud/aethir-cloud-host/cloud-host-portal-guide/how-to-provide-aethir-earth-ai.md#how-to-stake) or [Aethir Atmosphere](/aethir-cloud/aethir-cloud-host/cloud-host-portal-guide/how-to-provide-aethir-atmosphere-cloud-gaming.md) page.

#### How to Withdraw Unstaked ATH

1. Go to **Wallet**.
2. Click the **Arrow** next to **Unstaking (Vesting / Withdrawable)**.
3. In the list, click **Withdraw All**.
4. Confirm in your wallet.


---

# 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-host/cloud-host-portal-guide/manage-your-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.
