> For the complete documentation index, see [llms.txt](https://whitepaper.legendofarcadia.io/legend-of-arcadia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.legendofarcadia.io/legend-of-arcadia/how-to-earn-usdarca/white-ore/energy-and-recharge.md).

# Energy & Recharge

### Overview

<figure><img src="/files/pRLvHigWgl6R3VluUDCS" alt=""><figcaption><p><strong>Legend of Arcadia official marketplace website</strong></p></figcaption></figure>

When starting Legend of Arcadia, it’s essential to focus on the Adventure game mode to gain Energy and Experience (EXP). Energy is crucial for maximizing NFT hero mining efficiency and purchasing additional Arena challenge attempts. Energy can be obtained by burning NFT heroes, completing Labyrinth and Adventure rewards, Quest rewards, and winning World Boss betting rewards. Energy is used as fuel for NFT heroes during mining, purchasing extra challenges in the Fervor Arena, and placing final damage bets in World Boss challenges.

## How to acquire Energy in Legend of Arcadia?

To obtain energy, players can consume ***idle NFT heroes*** from their inventory, with different rarities providing varying energy points. It is recommended to use N-heroes to obtain energy as they provide the best cost-effectiveness. Players can also acquire a small amount of energy through Labyrinth and Achievement Rewards based on their progress. With enough energy, players can achieve maximum mining efficiency and gain more rewards in the game.

### Energy Recharge

<table><thead><tr><th>Rarity</th><th>Energy</th><th data-hidden></th></tr></thead><tbody><tr><td>N</td><td>3360</td><td></td></tr><tr><td>R</td><td>4800</td><td></td></tr><tr><td>SR</td><td>5760</td><td></td></tr><tr><td>SSR</td><td>7200</td><td></td></tr></tbody></table>

The amount of energy recharged depends on the ***rarity*** and ***additional attributes*** of the consumed hero. The higher the rarity and additional attributes of the NFT hero, the more energy recharges. Players can enhance their NFT heroes' additional attributes by upgrading them on the Legend of Arcadia official website.

For more information, please refer to [***NFT Upgrade***](/legend-of-arcadia/nft-assets/nft-toy-hero-upgrade.md)***.***


---

# 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.legendofarcadia.io/legend-of-arcadia/how-to-earn-usdarca/white-ore/energy-and-recharge.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.
