# Artifacts and Sockets

## Artifacts

Users are able to unlock artifact sockets once their sneakers reach a certain level, and are able to enhance their Sneaker Attributes by inserting the corresponding Artifacts into the unlocked Sockets (i.e. only Efficiency Artifacts can be placed into Efficiency Sockets). Artifacts are received from their treasure chests or through purchase in the market place. There are 4 types of artifacts, with different color representing an attribute.

![Artifacts](/files/28lGb18uOWtcZAdZVK3f)

#### Artifact Types

1. Green: Efficiency
2. Grey: Luck
3. Blue: Firmness
4. Red: Durability

Artifacts received from treasure chest will be random and each artifact will have a different star level associated to it (1star - 6stars). In this early stage, users will only receive 1 or 2 star artifacts in their treasure chest. Users have the opportunity to increase their star level and/or stages by burning 1MTs/1RTs in the process. The higher the star and/or stages are, the better it will enhance a specific attribute.

{% hint style="info" %}
**1RT** will also be required to upgrade an Artifact from Star Level 4 onward.

**Note: Low level Artifacts Star Upgrade has a chance to fail.**
{% endhint %}

<table><thead><tr><th align="center">Artifact Star Level</th><th align="center">Number of Stage</th><th width="233" align="center">Attribute</th><th align="center">Awakening Effect</th><th align="center">Cost</th></tr></thead><tbody><tr><td align="center">1</td><td align="center">S0 - S15</td><td align="center">Find out in-app</td><td align="center">+% to Base Attribute</td><td align="center">1MT</td></tr><tr><td align="center">2</td><td align="center">S0 - S20</td><td align="center">Find out in-app</td><td align="center">+% to Base Attribute</td><td align="center">1MT</td></tr><tr><td align="center">3</td><td align="center">S0 - S25</td><td align="center">Find out in-app</td><td align="center">+% to Base Attribute</td><td align="center">1MT</td></tr><tr><td align="center">4</td><td align="center">S0 - S30</td><td align="center">Find out in-app</td><td align="center">+% to Base Attribute</td><td align="center">1MT + 1RT</td></tr><tr><td align="center">5</td><td align="center">S0 - S35</td><td align="center">Find out in-app</td><td align="center">+% to Base Attribute</td><td align="center">1MT + 1RT</td></tr><tr><td align="center">6</td><td align="center">S0 - S40</td><td align="center">Find out in-app</td><td align="center">+% to Base Attribute</td><td align="center">1MT + 1RT</td></tr></tbody></table>

## **Socket Types and Quality**

![](/files/vgRiXwY5xrfqSEuKNgyE)

A Sneaker has four different Sockets, identified by colors that match an Artifact type. Users insert Artifacts into the Socket to boost the Sneaker's Attributes. One Socket is unlocked each time the Sneaker reaches level 5, 10, 15, and 20 respectively. Higher Socket quality will give extra boost to the inserted Artifact's Attribute.

Users will be able to see the Socket type without unlocking the socket, but NOT the Socket quality, which is determined by the Sneaker's quality:

| Sneakers/Quality | Basic Socket % | Standard Socket % | Athletics Socket % | Pro Socket % | Champion Socket % | Unlock Cost |      Special Effect     |
| :--------------: | :------------: | :---------------: | :----------------: | :----------: | :---------------: | :---------: | :---------------------: |
|       Basic      |       90       |         10        |         NA         |      NA      |         NA        |     TBD     |            NA           |
|     Standard     |       30       |         60        |         10         |      NA      |         NA        |     TBD     | +10% Artifact Attribute |
|     Athletics    |       10       |         30        |         50         |      10      |         NA        |     TBD     | +20% Artifact Attribute |
|        Pro       |       10       |         10        |         30         |      40      |         10        |     TBD     | +30% Artifact Attribute |
|     Champion     |       NA       |         10        |         20         |      30      |         40        |     TBD     | +50% Artifact Attribute |


---

# 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/artifacts-and-sockets.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.
