> For the complete documentation index, see [llms.txt](https://number-one-fan.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://number-one-fan.gitbook.io/doc/ediciones/alpha.md).

# Alpha

Esta edición funciona como un minijuego temático con 60 cartas que completan 10 colecciones temáticas diferentes (de 5 personajes y un álbum cada una). Al comenzar el juego, las cartas y álbumes se distribuyen aleatoriamente en sobres de 6, de los cuales cada jugador recibe uno.&#x20;

El objetivo es completar un álbum con los 5 personajes correspondientes a la colección, y para esto los coleccionistas realizarán intercambios dentro del plazo máximo de una semana. Quienes completen sus álbumes primero obtienen las mayores recompensas en DAI, y todos los participantes tienen recompensas aseguradas en álbumes

-Valores de alpha bronce 1  DAI, plata 5 DAI, oro 10 DAI\
\- Cartas: 60 por ronda, 6 por jugador (incluyendo un álbum)

\- Premio asegurado de álbum completo

\- DAI de rewards en el siguiente orden:

• 1ero- 200%

• 2do - 140%

• 3ro - 120%

• 4to - 100%

• 5to - 80%

• 6to - 60%

• 7mo - 50%

• 8vo - 0%

• 9no - 0%

• 10mo - 0%

<br>

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


---

# 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://number-one-fan.gitbook.io/doc/ediciones/alpha.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.
