> 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/aethir-cloud/aethir-cloud-host/rewards-and-service-fees-for-cloud-hosts/service-fees-for-cloud-host.md).

# Service Fees for Cloud Host

Service Fees are the cloud rendering fees paid by tenants to cloud hosts for utilizing their computational resources. These fees are priced in fiat currency but settled in ATH tokens. Service fees are calculated and distributed daily at 00:00 UTC (the data may take a little time to reflect on the portal) and become claimable after 45-day vesting period.&#x20;

**Pricing**

* The Aethir platform sets uniform prices for containers based on their region and specifications.&#x20;
* Separate pricing structures exist for Reserve (pre-booked) and OnDemand (dynamic pricing) modes.
* Initially, service fees are determined by Lab, but in the future, they will be subject to DAO voting for decentralized decision-making.

**Exchange Rate**

* The platform calculates an average ATH exchange rate by considering transaction prices from various chains and centralized exchanges.
* This exchange rate is updated every minute to reflect market fluctuations.
* The ATH/USD exchange rate at the time of order establishment is used for settlement and remains unaffected by subsequent ATH price changes throughout the duration of the order.

**Refund Policy**

* If a user's service is disrupted due to container downtime during the service period, a refund is triggered.
* For OnDemand orders, the full amount for the affected period is not settled.
* For Reserve orders, the fee for the current 24-hour settlement period is not settled.
* In both cases, the platform waives its 20% fee on the refunded amount.

**Platform/Protocol Fee on Service Fees**

* The platform will take a 20% fee on all service fees as a protocol fee.

**Price Adjustment**

* Ongoing orders are not affected by price adjustments.
* If a Reserve order is renewed after its expiration, the renewal price will be based on the new, adjusted price.


---

# 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/aethir-cloud/aethir-cloud-host/rewards-and-service-fees-for-cloud-hosts/service-fees-for-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.
