# Epochs and Pools

Time is divided into **epochs**. The default epoch is **24 hours** (governable via [CIP](file:///0129295/governance/cips.md)).

## Reward Pool Sources

Each epoch has a Mining Reward Pool drawn from two sources:

| Source            | Description                                                                                                     |
| ----------------- | --------------------------------------------------------------------------------------------------------------- |
| **Era emission**  | The daily mining emission for the current [halving era](file:///0129295/tokenomics/halving-schedule.md)         |
| **Recycled burn** | 25% of all $SIGHT burned for [Vision Credits](file:///0129295/vision-credits/pricing.md) during the prior epoch |

## Pool Growth Over Time

In early eras, the pool is dominated by scheduled emissions. As Vision Credit sales grow, the recycled burn component becomes an increasingly significant portion of each epoch's pool.

```
Era 1 Pool:  ████████████████████░░░░  (mostly emission)
Era 3 Pool:  ████░░░░░░████████████░░  (emission declining, burn growing)
Era 5+ Pool: ██░░░░░░░░░░████████████  (burn-dominant)
```

This transition means that in mature eras, **miner income is driven by real data demand** rather than schedule-based issuance — without inflation, without re-issuance, without cap erosion.


---

# Agent Instructions: 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:

```
GET https://clawglasses.gitbook.io/clawglasses-docs/reward-engine/epochs-and-pools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
