# FAQ

<details>

<summary>What’s the difference between <strong>Datum Points</strong> and <strong>BNB Wallet Score</strong>?</summary>

**Datum Points** measure your overall engagement with Datai, across AI interactions, missions, and campaigns. They appear on the leaderboard.

**BNB Wallet Score** is a one-time rating (0–1000) based on your BNB Chain wallet activity. It’s visualized as a collectible NFT badge.

> **Minting your BNB Wallet Score gives you Datum Points**, but the two scores are separate.

</details>

<details>

<summary>How many NFTs can I mint?</summary>

You can mint **two NFTs**, one for each campaign:

1. **Datum Score Badge (Crunchie Phase)**\
   – Reflects your total Datum Points (AI usage, missions, etc.)\
   – Soulbound NFT badge\
   – Score is updatable over time\
   – **Mint cost: \~0.0011 BNB ($1)**
2. **BNB Wallet Score Badge**\
   – Based on your wallet’s BNB Chain activity (tokens, NFTs, DeFi, txs)\
   – Soulbound NFT badge\
   – Score is **snapshotted at mint** (but may also be updatable — see below)\
   – **Mint cost: \~0.0011 BNB ($1)**

> If you participate in both Crunchie and BNB scoring, you’ll own two different NFT badges, each representing a different kind of reputation.

</details>

<details>

<summary>Can my NFT score be updated after minting?</summary>

Yes! Both **Datum Score** and **BNB Wallet Score** badges can be updated after minting.

* When you complete new missions, refer users, or grow your wallet activity, your score can increase.
* We allow **post-mint metadata updates** so your NFT evolves with you.

> This encourages you to stay active even after minting.

</details>

<details>

<summary>Why do I need to pay to mint?</summary>

Each mint costs **0.0011 BNB (\~$1)**. This:

* **Prevents bots** from spamming the system
* **Covers gas fees** and platform costs
* **Mints your badge NFT** to your wallet
* **Unlocks your score** (wallet score is revealed only after mint)

</details>

<details>

<summary>What do I get from earning Datum Points?</summary>

Datum Points place you on the **global leaderboard**. In future, they may unlock:

* Airdrops or gated campaigns
* Priority access to Datai features
* Discord or Telegram status roles

</details>

<details>

<summary>Are these NFTs transferable?</summary>

No, both badges are **soulbound NFTs**. They can’t be sold or transferred, only viewed and updated. They represent your personal identity and achievements on-chain.

</details>

<details>

<summary>I’ve done new BNB Chain activity, why hasn’t my BNB Wallet Score changed?</summary>

The BNB Wallet Score is **not updated in real time**. We refresh them on a **weekly basis** to ensure fair, consistent scoring across all users.

If you've recently:

* Bought new tokens
* Joined a DeFi protocol
* Minted NFTs

… your updated score will appear after the next weekly sync.

> **Next refresh usually happens every 7 days.** Keep engaging, your progress will be reflected soon!

</details>


---

# 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://datum.datai.network/datai-campaign-hub/faq.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.
