# Manage Income

All income generated by staked GPUs is recorded on the **Income** page and can be filtered by **Staking Group (GID)**.

### Income Categories

The recorded amounts are categorized as follows:

* **Total Earn**: The total number of ATHs earned by your GPUs, including both **Service Fees** and **Rewards**.
* **Total Claimable**: The amount of **Service Fees** and **Rewards** claimable by the Receiver.
  * Note: Only the Service Fee Receiver and Reward Receiver can see the Claim button.
  * The amount can only be claimed to the assigned wallet.
* **Total Vesting**: The amount that has been claimed but is still in the vesting period.
* **Total Cash Out**: The amount successfully withdrawn to wallets.

### Vesting Schedules

* **Rewards**: Calculated and distributed daily at 00:00 UTC. (The data may take a little time to reflect on the portal.)
  * 30% claimable immediately
  * 30% vesting for 90 days
  * 40% vesting for 180 days
* **Service Fees**: Calculated and distributed daily at 00:00 UTC. (The data may take a little time to reflect on the portal.)
  * Requires a 45-day vesting period before becoming claimable.

### View Income by Date or GPU

You can easily manage finances by viewing transactions grouped by date or GPU. Simply navigate to the **Per Day** or **Per GPU** tabs accordingly.


---

# 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-income.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.
