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