> For the complete documentation index, see [llms.txt](https://docs.empiresbattle.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empiresbattle.com/ru/token/quark-light-paper/ekonomika.md).

# Экономика

## Начальная стоимость бура

30 USDT

### Начальная стоимость монеты Quark ("Кварк") на бирже

0,0015 USDT

### Модель добычи

| Эпоха   | Время блока | Халвингов | Награда | Токенов QRK | <p>Блоков<br>QRK</p> | Длительность (дней) |
| ------- | ----------- | --------- | ------- | ----------- | -------------------- | ------------------- |
| Эпоха 1 | 15 сек      | 1         | 40,5    | 8 505 000   | 210 000              | 36.5                |
| Эпоха 2 | 30 сек      | 1         | 20,25   | 4 252 500   | 210 000              | 72.92               |
| Эпоха 3 | 45 сек      | 1         | 10,125  | 2 126 250   | 210 000              | 109.38              |
| Эпоха 4 | 60 сек      | 1         | 5,0625  | 1 063 125   | 210 000              | 145.83              |
| Эпоха 5 | 90 сек      | 0         | 2,53125 | 1 753 125   | 692 592              | 730.37              |

### Модель ценообразования стоимости смены эпох

Стоимость перехода на следующую эпоху будет рассчитываться динамический исходя из текущей рыночной ситуации на момент совершения перехода и задаваться статический для всех вне зависимости от показателей хешрейта или общего проработанного времени в сети.

## Модель распределения награды

В игре предусмотрена следующая модель распределения дохода от добычи:

* 50% для того шахтера, который добыл
* 50% для всех остальных активных шахтеров

## Порядок ремонта износа

Каждый добытый блок, каждое полученное вознаграждение по-немногу повышает показатель износа и соответственно понижает состояние оборудования для добычи на 0.47%

<br>


---

# 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.empiresbattle.com/ru/token/quark-light-paper/ekonomika.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.
