> For the complete documentation index, see [llms.txt](https://madkids-nft.gitbook.io/madkids/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://madkids-nft.gitbook.io/madkids/beneficios-y-utilidades/distribucion-de-beneficios.md).

# Distribución de beneficios

La distribución de beneficios o *'revenue share'* se realiza de forma equitativa entre los holders en función de la categoría a la que pertenezcan. Cada una de ellas tiene un multiplicador por NFT que va desde 1X a 1.6X, es decir, un **armageddon** no solo obtiene mayores beneficios por la cantidad de NFTs adquiridos sino que cada uno de ellos tiene un valor significativamente mayor.

<figure><img src="/files/HXNBfIG9s4foNJngNxGZ" alt=""><figcaption><p>Multiplicador por categoría</p></figcaption></figure>

{% hint style="success" %}
***Cuantos más NFTs se posean mejor será el rol obtenido, mayores las recompensas y menor el tiempo de amortización de la inversión***
{% endhint %}

## Cálculo matemático

Empleamos una ecuación matemática que permite, independientemente de la distribución, calcular el valor real por NFT según el multiplicador asociado.

<figure><img src="/files/mGWTD0ok0YtUj89RRRlk" alt=""><figcaption></figcaption></figure>

Donde **A, B, C y D** son la cantidad de NFTs que pertenecen a cada grupo, y **α₍ᵩ₎** es el valor del multiplicador. Esto nos da un valor **Ω.**

Ahora debemos obtener el valor porcentual con una regla de 3 básica:

<figure><img src="/files/HrhxKegyl10nj93ZlJ3B" alt=""><figcaption></figcaption></figure>

Ya tenemos el porcentaje que corresponde a cada grupo para su distribución.

## Ejemplo práctico

Para que sea más claro y sencillo de comprender vamos a emplear un ejemplo.

Supongamos que tenemos la siguiente distribución de NFTs en cada grupo o categoría y que se van a repartir 8.000 USD.

<figure><img src="/files/dd1QIH4GzVvZY4IJwKjL" alt=""><figcaption></figcaption></figure>

Haciendo uso de las fórmulas anteriormente descritas obtenemos que en este ejemplo práctico a un miembro con rol *Little MadKids* le corresponderían 4,25 USD por NFT, mientras que un *Armageddon* se llevaría 6,81 USD.

En el cómputo total un *Little MadKids* con 4 NFTs obtendría **17 USD**, mientras que un Armageddon con 20 NFTs ingresaría **136,2 USD**.


---

# 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:

```
GET https://madkids-nft.gitbook.io/madkids/beneficios-y-utilidades/distribucion-de-beneficios.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.
