> For the complete documentation index, see [llms.txt](https://docs.1move.io/es/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1move.io/es/elementos-del-juego/sneakers-nft/estado-del-calzado.md).

# Estado del calzado

Las zapatillas tienen 4 estados y se muestran en cada sneaker respectivo en la página de la colección. Estos son los estados y el significado de cada uno:

&#x20;

### &#x20;1.  Normal ( - ) Ninguno

&#x20;Descripción: el calzado que tiene todas las características disponibles.

### &#x20;2. Starter Pack (SP)

&#x20;Descripción: el calzado recibido en el paquete de inicio. No se puede transferir ni vender durante 365 días, de lo contrario rendirá como una zapatilla normal.

### 3.   Air Drop (AD)

&#x20;Descripción: el calzado recibido Air Drop. No se puede transferir ni vender, de lo contrario rendirá como una zapatilla normal.

### 4. Dormant (DO)

&#x20;Descripción: el calzado entrará en un estado inactivo a las 24 horas de recibirlo de la billetera descentralizada o cuando aparezca en el mercado. Con un estado dormant (inactivo), el usuario no podrá usar el calzado para nada, incluyendo cualquier actividad de movimiento, acuñación, subir de nivel, etc. El calzado se tratará como inexistente y no se utilizará para ningún cálculo de juego.

<br>


---

# 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.1move.io/es/elementos-del-juego/sneakers-nft/estado-del-calzado.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.
