> For the complete documentation index, see [llms.txt](https://singsing.gitbook.io/singsing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://singsing.gitbook.io/singsing/platform/deprecated/sing-and-earn-deprecated/elements/energy-mechanics.md).

# Energy Mechanics

Each account will start out with **1 Energy** while owning 1 Microphone (applies to all tiers).\
Owning several Microphones will assist boost the quantity of Energy per day and also activate the additional number of Microphone's additional energy as indicated in the table below.&#x20;

Start with **1 Energy** when buying the first Microphone.

The maximum amount of Energy allowed by each account is **12**.

Each energy is equivalent to **3 songs** of singing. Each song will be limited to 3 times a day

When a user possesses a second microphone, distinct Energy values are provided by different microphone qualities.

| QUALITY  | ADDITIONAL ENERGY |
| -------- | ----------------- |
| WOOD     | 0.1               |
| BRONZE   | 1                 |
| SILVER   | 1.5               |
| GOLD     | 2                 |
| PLATINUM | 2.5               |
| DIAMOND  | 3                 |

Additional Energy (cumulative) is given to users for higher Tier Microphone:

**Example 1**:

1 Bronze Microphone + 1 Bronze Microphone = 2 Total Energy (1 Base Energy + 1 Additional)

**Example 2**:

2 Gold Microphones + 1 Bronze Microphone = 5 Total Energy (1 Base Energy + 4 Additional)

### Energy recovery rate

#### Account with total energy ≤ 4:

Restore fully 100% after 24 hours

#### Account with total energy > 4:

Restore with fixed rate: 0.167 energy/hour (means 4 energy after 24 hours)


---

# 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://singsing.gitbook.io/singsing/platform/deprecated/sing-and-earn-deprecated/elements/energy-mechanics.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.
