> For the complete documentation index, see [llms.txt](https://docs.1move.io/ja/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/ja/gmu/sunk-nft/sunkno-1.md).

# スニーカーの属性

属性は、スニーカーの様々な側面に影響を与える要素を決定する上で重要な役割を果たします。属性ポイントは（スニーカーの品質に応じて）ランダムに付与され、ユーザーは各スニーカーの目的に応じて、好きな属性にポイントを追加することができます。

スニーカーには4つの属性があり、それぞれが異なる役割を担っています。

![](/files/GXSrlg8CY5JsJhBNN6sT)

**1.  Efficiency（効率性）**

スニーカーのトークン獲得効率を表します。効率性の属性が高いと、消費エネルギーあたりの1MTのトークン獲得量が高くなります。

**2.  Luck（運）**

運によって、宝箱のドロップの頻度と品質が決まります。運が良ければ良いほど、ユーザーはより多くの、より質の高い宝箱を手に入れることができます。

**3.  Firmness（硬さ）**

硬さの属性が高いほど、ブリーディング中のシューズボックスの品質が高くなります。

**4.  Durability（耐久力）**

耐久力とは、スニーカーの減衰率に影響する属性です。耐久力が高ければ、使用による劣化が少なくなり、修理費用も安くなります。

### ユーザーは、1MT/1RTでスニーカーの属性ポイントをリセットすることができます。リセットの頻度が高いほど、コストに一定の上限が設定され、より高価になります（開発中）。


---

# 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/ja/gmu/sunk-nft/sunkno-1.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.
