> For the complete documentation index, see [llms.txt](https://docs.aethir.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aethir.com/staking-and-rewards-for-cloud-host-compute-providers/staking-as-a-cloud-host.md).

# Staking as a Cloud Host

{% hint style="warning" %}
This is an archived page. For the latest information, refer to [Aethir Cloud](/aethir-cloud.md).
{% endhint %}

### Staking Mechanics

**Initial Staking Amount:**

* The initial staking amount is calculated using a formula that includes the Global Average Staking Coefficient, the container's K-value, and the last month's Emission Token Number.
* &#x20;The system handles the specific formula and calculations internally.&#x20;
* The staking amount is recalculated monthly and remains fixed for the following month.&#x20;
* A calculator is available on the Aethir platform to assist users in determining the staking amount. The calculator takes into account the necessary parameters and provides an accurate staking amount based on the current network conditions.
* The specific calculation formula for amount of Stake is:

<figure><img src="/files/5aTqh0MKPEgYEYw3Zqbs" alt="" width="375"><figcaption></figcaption></figure>

* Ki: value of the container of the i-th specification (See [K-Value Table](https://docs.aethir.com/staking-and-rewards-for-cloud-host-compute-providers/k-value-table))
* Staking Coefficient： Intermediate value representing the global average monthly revenue of the previous month
* Ki: Current configuration parameter K of a certain i Container (See [K-Value](https://docs.aethir.com/staking-and-rewards-for-cloud-host-compute-providers/k-value-table)[ Table](https://app.gitbook.com/o/tg9Z3FOnGA8ZF3t4p0gY/s/lJdZs7NyMJ6Ewm4U1eRP/~/changes/227/staking-and-rewards-for-compute-providers/k-value-table))
* Staked Container Numberi : The number of staked containers of the i-th specification. The value is taken as the number of all already staked containers at 23:00 of the last month.
* **Current staking Coefficent can be found on** [**K Value Table**](/staking-and-rewards-for-cloud-host-compute-providers/k-value-table.md)

**Staking Period and Unstaking:**

* Staking is required for the entire duration of the machine's operation
* Unstaking requires a 180-day unlocking period before tokens can be fully withdrawn
* If the container's configuration changes, it's considered a new container, requiring unstaking and restaking with the new parameters.
* When a container's configuration changes, if the fingerprint changes, it's considered a new container, requiring unstaking and restaking with the new parameters.

\
\
**Cluster Mining Mode:**

* One wallet address can manage multiple containers for batch operations like staking, unstaking, and claiming rewards
* Rewards and penalties are calculated at the individual container level

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aethir.com/staking-and-rewards-for-cloud-host-compute-providers/staking-as-a-cloud-host.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
