> For the complete documentation index, see [llms.txt](https://whitepaper.arcx.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.arcx.gg/distributed-machines/machines-rewards.md).

# Machines Rewards

According to the token distribution plan, 25% of $ArcX will be generated through the DePIN method.

Customers who complete the deployment of their real machines and connect them to blockchain services will continuously earn $ArcX rewards.

The $ArcX rewards will consist of "**Basic Rewards + POW Rewards**".

**Basic Rewards**

Customers who purchase and deploy their real machines on the blockchain will receive basic rewards based on the machine's performance and network environment, which determine the machine's hash power. A stable network environment provides a better player experience, leading to higher basic rewards.

**POW Rewards**

Once the machine is successfully deployed, it will be listed in the ArcX Dapp.

When ordinary players discover the machine through the Dapp and play remotely online, the owner of the real machine will earn not only basic rewards but also additional POW rewards.

POW rewards are primarily based on the duration of player gameplay. The longer the players use the machine, the higher the POW rewards.

### **Reward Release**

**Basic Rewards:** There are no lockup or withdrawal restrictions. Rewards are continuously earned and can be withdrawn by customers at any time.

**POW Rewards:** All POW rewards will enter the distribution pool after daily settlement and will be released equally over 180 days. Released POW rewards can be withdrawn at any time. Customers can view the specific release progress on the arcade management platform.


---

# 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://whitepaper.arcx.gg/distributed-machines/machines-rewards.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.
