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

# Drop de semillas

Las semillas sólo se pueden obtener apostando MOTA , muchos factores tienen un peso en el momento en que esto ocurre.&#x20;

La **GRAN CAÍDA**, como llamamos al evento en el que las semillas se distribuyen e inundan el mercado, ocurre cuando la cantidad de parcelas en uso baja de 5000. Estas estadísticas junto con otras se pueden comprobar en nuestra [web de estadísticas](https://hk-stats.herokuapp.com/home).

La fórmula que utilizamos para calcular la cantidad de semillas que se distribuirán es la siguiente:

* X = Parcelas en uso&#x20;
* Y= Cantidad de semillas&#x20;

Si:

* X <= 5000&#x20;
* Y = X \* 4

## **¿Cómo calcular el ratio?**

Eso no es todo! Para saber la cantidad de mota necesaria para conseguir al menos una semilla cuando se produzca la gran caída , tenemos que añadir una tercera variable a la fórmula:&#x20;

* Z = MOTA TOTAL APOSTADA&#x20;
* R = Ratio de MOTA requerida para conseguir 1 semilla
* R = Y / Z

![](/files/-MkhSKHi95_d052WgBkJ)

> Puedes realizar unstake, que lleva 7 días hasta que estén disponibles.


---

# 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.hashkings.app/hashkings-es/untitled-3.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.
