> For the complete documentation index, see [llms.txt](https://docs.hydra.win/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hydra.win/early-claim-miners.md).

# Early Claim Miners

In HYDRA, you have the ability to "**Early End/Early Claim**" a miner before maturity, here's the rundown:

You can end a miner as soon as a **minimum of 3 days have passed since miner was started.**

To end a miner before full maturity:

* you have to pay an "early end cost" in TITANX (50% of initial TITANX start cost)
* you incur a penalty based on % matured the minimum penalty is 50% of the HYDRA in the miner, even if miner is at 90% maturity, a 50% penalty will always happen, these calculations all get transparently displayed on the UI on app.hydra.win before early ending so you can make an informed decision, you will see the button next to your miner(s) that will show the calculation.

The % HYDRA penalty on early claims **gets 100% burned.**

**The TITANX penalty cost (50% of initial starting cost) gets distributed the same way the TITANX gets distributed when someone starts a miner on HYDRA.**

***This is an advanced feature, there are times when this makes a lot of sense to use & times where it doesn't, please be responsible and look at all the data available to you before proceeding to decide whether or not it's a good choice at that specific point in time.***


---

# 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.hydra.win/early-claim-miners.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.
