# Tokenized AI-Identity (V2)

AI-DID is each user's personal decentralized identity - a unique digital profile tied to their actions, interactions, and reputation in the ForU ecosystem. It acts like a unified identity “fingerprint” that can span multiple platforms and contexts. When a user joins ForU, their AI-DID is created and continuously updated as they post, engage, join quests, and participate in campaigns.

ForU’s core AI engine reads this AI-DID data to classify users into **community personas and roles**. Based on both on-chain and off-chain behaviour, the system assigns traits and updates their **Community Decentralized Identity (C-DID)** so communities can understand who is contributing, how, and in what way.

<figure><img src="/files/goFRoiL5qORCs3SKGBOd" alt=""><figcaption></figcaption></figure>

In V2, ForU upgraded this identity layer into a **Tokenized AI-DID** based on the **ERC-721** standard. Each user identity becomes an NFT DID with **EIP-712** signature support.&#x20;

**Why Tokenized AI-DID?**

**For Users**

* ✅ 4x faster claiming (12s vs 50s)
* ✅ 80% cheaper ($0.02 vs $0.10)
* ✅ Visible in wallet/OpenSea
* ✅ Easier to understand ("It's an NFT!")
* ✅ Multi-chain support maintained

**For Developers**

* ✅ 70% less code to maintain
* ✅ Industry standard (ERC-721)
* ✅ Easier to debug
* ✅ Reuse badge minting infrastructure (EIP-712)
* ✅ Multi-chain deployment flexibility

**For Business**

* ✅ Better user retention (faster onboarding)
* ✅ Lower costs (cheaper gas)
* ✅ Free marketing (OpenSea/NFT visibility)
* ✅ Faster development (simpler code)
* ✅ Future-proof (industry standards)

***

Tokenized AI-DID functions as a **user controlled, updatable digital identity** that evolves as they build activity, skills, and reputation across Web2 and Web3. It creates a consistent data layer that other applications can read and verify **without needing direct access to raw underlying data**.

***

#### **Cost and Speed**

| Metric     | Previous DID          | Tokenized AI-DID      |
| ---------- | --------------------- | --------------------- |
| Gas cost   | \~880k gas (USD 0.10) | \~200k gas (USD 0.02) |
| Claim time | \~50 seconds          | \~12 seconds          |
| Steps      | 7 steps               | 4 steps               |

This reduction in cost and friction improves user conversion and supports scaling to millions of users.

{% columns %}
{% column %}

#### Users' Benefits

Tokenized AI-DID provides several advantages to users:

* One identity tied to all actions across chains and platforms
* A record of achievements, XP, skills, and participation
* A portable reputation layer that apps can verify
* Cheaper and faster onboarding
* More opportunities to earn rewards linked to verified activity
* A data asset controlled by the user, not by intermediaries
  {% endcolumn %}

{% column %}

#### **Ecosystem Benefits**

For developers and partners, Tokenized AI-DID offers:

* A clear, lightweight standard to integrate
* Consistent identity metadata that can be read without deep cryptographic validation
* Reduced backend complexity
* A stable foundation for reputation based features
* Better user retention from faster onboarding and lower transaction costs
  {% endcolumn %}
  {% endcolumns %}


---

# 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://foru-ai.gitbook.io/foru-ai/pillar-1-blockchain-identity-owning-your-digital-self/tokenized-ai-identity-v2.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.
