# Sneaker Status

Sneakers have 4 statuses and they are displayed on the respective sneaker in the collection page. The following are the statuses and the meaning each represents:

**1. Normal ( - ) None**

Description: Sneaker that has all features available

**2. Starter Pack (SP)**

Description: Sneaker received from starter pack. Can't be transferred or sold for 365 days, otherwise behaves like a normal sneaker

**3.  Air Drop (AD)**

Description: Sneaker received from air drop. Can't be transferred or sold, otherwise behaves like a normal sneaker

**4. Dormant (DO)**

Description: Sneaker will enter dormant status upon 24 hours of receiving from decentralized wallet or when it is listed in the marketplace. Under dormant status, the user will not be able to use the sneaker for anything, including any moving activities, minting, levelling up and so on. The sneaker will be treated as non-existent and will not be used for any gameplay calculations.


---

# 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.1move.io/1move/game-elements/sneakers-nft/sneaker-status.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.
