> For the complete documentation index, see [llms.txt](https://docs.kinesis.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kinesis.network/getting-started/kinetization-of-idle-compute/what-is-kinetized-compute.md).

# What is Kinetized Compute?

Kinetized compute is a **whole machine** you list on the Kinesis Network. Customers run their containers on it. You are paid for the hours it is **Rented**, not for hours it sits **Idle**.

Each listed machine has:

* An **availability window** — until a date you set, or until you change it
* A **notice period** — shown as **24 hrs** unless you change it
* **You earn** — the hourly payout Kinesis sets from the machine’s specs

Customers see hardware, location, and a Kinesis price. They do not see who you are. You see **Idle** or **Rented**. You do not see who is renting you.

On Fleet:

* **Needs setup** — the agent is on the host; the machine is not listed yet
* **Idle** — listed, not rented right now
* **Rented** — a Grid is using it; earnings accrue

Idle after you have listed is normal. You stay listed. You do not need to list again. You earn only while **Rented**.


---

# 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.kinesis.network/getting-started/kinetization-of-idle-compute/what-is-kinetized-compute.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.
