# 12.1 A–D

This section summarizes key terms essential to understanding SyFu.\
Explanations are simplified so that even beginners won’t get lost.

***

### **A–D**

* **BIND**\
  The act of linking check-in location data with payment data. Required to earn rewards.
* **Bond**\
  One of the NFT parameters. Increases with continued usage and affects reward efficiency.
* **Breed**\
  The mechanism where two Prime-stage NFTs are combined to generate a new NFT.
* **Check-in**\
  The act of registering store visit location data through the app.
* **CIR (Check-in Recovery)**\
  A system that restores the 12-hour check-in cooldown by spending Econ.
* **Common / Uncommon / Rare / Epic**\
  NFT rarity tiers. Higher rarity yields EVT more efficiently.
* **DID (Decentralized ID)**\
  A digital ID tied to the user, recording payment data and NFT activity.


---

# 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/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.
