# 12.1 A〜D

このセクションでは、SyFuを理解する上で重要な用語をまとめています。\
初心者でも迷わないよう、シンプルな説明を心がけています。

***

### A〜D

* **BIND**\
  チェックインした位置情報と決済データを紐付ける行為。報酬獲得の必須条件。
* **Bond（愛着）**\
  NFTのパラメータのひとつ。育成を続けることで上昇し、報酬効率に影響。
* **Breed**\
  Prime状態のNFT同士を掛け合わせ、新しいNFTを生成する仕組み。
* **チェックイン**\
  店舗に来店してアプリで位置情報を登録する行為。
* **CIR（チェックイン回復）**\
  12時間ごとのチェックイン制限をEconで回復する仕組み。
* **Common / Uncommon / Rare / Epic**\
  NFTのレアリティ階層。高レアほど効率的にEVTを獲得できる。
* **DID（分散型ID）**\
  決済データやNFT活動を記録する、本人に紐づくデジタルID。


---

# 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.syfu.io/ja/glossary/a-d.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.
