> For the complete documentation index, see [llms.txt](https://aironetwork.gitbook.io/airo-network-whitepaper-v1.5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aironetwork.gitbook.io/airo-network-whitepaper-v1.5/economy/steaming.md).

# Steaming

**Steaming** is a unique mechanism in the AIRO Network that manages the withdrawal of $AIRO tokens by miners, influencing their future rewards.

**How Steaming Works**

Users' AIRO A1 Air Miners start with 100% STEAM. Each time a withdrawal is made, the miner's STEAM level decreases, impacting future rewards until it reaches 50%. To restore the miner to 100% STEAM, users must pay the equivalent of the withdrawn tokens plus [REGEN](/airo-network-whitepaper-v1.5/economy/regen-fees.md) fees.

#### Example

Imagine the AIRO A1 Air Miner as a container that needs tokens to remain fully functional:

* **Initial State**: The miner begins with 100% STEAM.
* **Withdrawal Impact**: If a user has mined 1,000 $AIRO and withdraws all of it, the STEAM level drops to 50%. To restore it to 100%, the user needs to deposit 1,000 $AIRO plus REGEN fees.
* **Larger Withdrawals**: For a miner with 10,000 $AIRO withdrawn, restoring to 100% STEAM requires 10,000 $AIRO plus REGEN fees.

#### Strategy

Miners should balance withdrawing and maintaining their STEAM levels to avoid losses. This creates a natural market price adjustment, preventing drastic price changes of $AIRO on the open market.

This mechanism ensures that users remain engaged with the network while maintaining a steady and predictable token economy.


---

# 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:

```
GET https://aironetwork.gitbook.io/airo-network-whitepaper-v1.5/economy/steaming.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.
