> For the complete documentation index, see [llms.txt](https://docs-es.cryptomines.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-es.cryptomines.app/jugabilidad/mining-planets.md).

# Minado de Planetas

**¿Cómo podrás minar Planetas?**

Necesitarás tener una flota armada para poder ir en expediciones. La rareza de tus trabajadores determinará tu *Poder de Minado(PM)*, el cual a su misma vez, definirá a que planetas podrás ir.

Por ejemplo, si tienes dos **trabajadores** de rareza 2, y una **nave espacial** de rareza 2, podrás ir como mínimo a un **Planeta de Nivel 2** con **200** **de&#x20;*****Poder de Minado.***

Tus flotas podrán obtener recursos una vez cada 24 horas, a las **00:00 UTC** de cada día, todas las flotas pueden ir a una nueva expedición.

#### Recompensas

Las recompensas entregadas a los jugadores por los recursos minados en los planetas escalarán en relación al nivel de su flota, además del Planeta al que asistas. Se implementó un oráculo para mantener el valor en Dólar de las recompensas, lo que también evita que se vacíe la piscina de recompensas de manera estrepitosa.

#### Tarifa por retiro temprano.

Existe una tarifa de 30% por retiro temprano al reclamar tus recompensas en **$ETERNAL**, esta tarifa se reducirá en un 2% una vez hagas la primera exploración del día, y así hasta llegar a 0% y puedas retirar sin impuesto alguno.


---

# 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-es.cryptomines.app/jugabilidad/mining-planets.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.
