> For the complete documentation index, see [llms.txt](https://docs.1move.io/id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1move.io/id/sistem-and-mekanika-gamefi/batas-penghasilan-dan-energi.md).

# Batas Penghasilan dan Energi

Para pengguna diberi **Batas Energi Harian** dan **Batas Token Harian.** Begitu mereka membeli Sneakers dari Paket Pemula. Batas di atas adalah batas jumlah maksimum Energi dan token yang dapat dimiliki para pengguna dalam per hari.

Setiap Sneakers NFT memiliki kapasitas energi tersendiri. Pemulihan energi akan berhenti begitu tercapai batas maksimum. Ini juga berlaku pada token 1MT, di mana penghasilan akan berhenti begitu tercapai batas penghasilan maksimum.

Batas energi dan batas token harian bersifat noneksklusif, artinya berlaku untuk keseluruhan jumlah Sneakers yang dimiliki.

### Batas Energi Harian

Pengguna memulai permainan dengan 2/2 Energi. Batas Energi Maksimum adalah 20/20. Para pengguna dapat meningkatkan Energi dengan membeli lebih banyak Sneakers atau membeli Sneaker yang lebih berkualitas (lihat Sistem Energi berikut ini sebagai rujukan).

### Batas Token Harian

Pengguna memulai permainan dengan batas 1MT Harian 5/5. Batas maksimal Token Harian adalah 300 1MT. Para pengguna dapat meningkatkan Batas Token Harian dengan meningkatkan level Sneakers.

### Energi dan kapasitas 1MT dapat ditingkatkan dengan pembelian Sneakers NFT tambahan atau peningkatan ke level yang berbeda.


---

# 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.1move.io/id/sistem-and-mekanika-gamefi/batas-penghasilan-dan-energi.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.
