> For the complete documentation index, see [llms.txt](https://teamdchess.gitbook.io/dchess/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamdchess.gitbook.io/dchess/dchess-juego/boar-farming.md).

# Farmeo Con Tableros

![](/files/-Mjph5ctEu8QflkBpyYx)

Esta mecánica podrá ser aplicada por todos aquellos usuarios que posean un tablero NFT, el farmeo le da la posibilidad al usuario de bloquear tableros de su catálogo para obtener KING de forma pasiva en función de la rareza de los mismos.&#x20;

Esto quiere decir que al ausentarse el jugador por un periodo determinado (viaje, vacaciones, enfermedad, etc.), o poseer tableros ociosos, tendrá la posibilidad de colocar los mismos en un modo denominado: **STAKING**, en el cual permanecerán bloqueados y no podrán utilizarse, ya que estarán generando una ganancia pasiva en KING acorde a su rareza.

Para calcular el staking de los tableros se calcularon los valores promedios de ganancia en KING de cada tablero según su rareza en el rango predeterminado. A este valor se le aplicó un staking de un 15% por igual a cada tablero, y por último, según la rareza de tablero se le agregó un plus porcentual. En la última columna de la tabla, a continuación, se detalla el valor de ganancia diaria en KING por tablero, si es que se decide utilizar el modo staking.

![](/files/RIzT30R5zF7VBjcF2Qxe)

{% hint style="info" %}
El **STAKING** se calcula con la ganancia del rango predeterminado del tablero. Si se mejora el tablero y se sube de rango de este, se seguirá teniendo la misma ganancia (tal como se detalla en la imagen).
{% endhint %}


---

# 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://teamdchess.gitbook.io/dchess/dchess-juego/boar-farming.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.
