> For the complete documentation index, see [llms.txt](https://the-chain-hunters.gitbook.io/jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://the-chain-hunters.gitbook.io/jp/nft-and-in-game-item/chain-hunter.md).

# チェーンハンター

チェーンハンターはさまざまなゲームモードに参加するために必要なキャラクターで、THE CHAIN HUNTERSのメインNFTです。

<figure><img src="/files/55e1YOCuQNEjYtS2qnbP" alt=""><figcaption></figcaption></figure>

チェーンハンターには以下の要素が存在します：

<table><thead><tr><th width="167">要素 </th><th>概要</th></tr></thead><tbody><tr><td>レアリティ</td><td>チェーンハンターの希少価値を示すものです。</td></tr><tr><td>属性</td><td>特定の性質に分類したものであり、エネミーとの有利不利関係を示すものです。</td></tr><tr><td>ジョブ</td><td>チェーンハンターの得意な役割を示すパラメーターです。</td></tr><tr><td>性格</td><td>バトル中のアクション選択に影響するパラメーターです。</td></tr><tr><td>ステータス</td><td>バトル中のチェーンハンター行動時に参照するパラメータです。以下パラメータが存在します。HP/ATK/DEF/MGI/RES/AGI/HEL/DEX/KRM。</td></tr><tr><td>レベル</td><td>チェーンハンターの大まかな強さを示すものです。</td></tr><tr><td>スキル</td><td>バトルをより有利に進めるために存在し、チェーンハンターがバトル時に一定確率で発動させる技です。</td></tr><tr><td>スタミナ</td><td>バトルに参加可能な残り回数を示すものです。</td></tr></tbody></table>

入手方法は以下の通りです。\
1\. ゲーム内ガチャ\
2.マーケットプレイス\
3.各種セール\
4.無料配布

次頁からチェーンハンターの構成要素について詳しく説明します。


---

# 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://the-chain-hunters.gitbook.io/jp/nft-and-in-game-item/chain-hunter.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.
