> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./events/11.-what-is-a-burning-event.md).

# 11. What is a Burning Event?

The **Burning Event** gives you the option to burn your Racks and Miners for Event Coins (ECoins). You can use these ECoins to buy loot boxes with Miners, purchase certain items, or unlock specific rewards shown on the progression bar at the top of the Event page.

<figure><img src="/files/owfRdbiMUhpAxnjqccDX" alt=""><figcaption></figcaption></figure>

For each milestone of earned points, you can receive rewards from the progression bar.\
Each burning lasts for about an hour, two hours, or more. Be sure to check the F.A.Q. section of this event for more details before burning.

{% hint style="info" %}
The items and currencies you burn cannot be retrieved after the process is done.

So be sure to check if you want to burn selected items or not before doing so.
{% endhint %}

Each Miner is burned for ECoins, with the amount calculated based on the item’s power and/or bonus power. Each Rack is burned for ECoins, with the amount calculated based on the item’s cell number and/or bonus percentage.

Once you’ve started the burning process, you can instantly finish it by paying a certain amount of RLT.


---

# 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://faq.rollercoin.com/rollercoin/f.a.q./events/11.-what-is-a-burning-event.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.
