# LDID (Longevity Decentralized Identifier)

The on-chain storage solution for users' private data aims to achieve on-chain management of user accounts and data, protect user privacy, and enhance data value. Its design includes the following key components: &#x20;

* **User Unique Identity on Multi-Chain**: It aims to bind users' Web2 and Web3 identities to Non-Fungible Tokens (NFTs) and Soul-Bound Tokens (SBTs), enabling identity aggregation and verifiability. This allows users to self-authenticate, establish social connections, and generate data value on-chain.
* **Identity Layer of the Protocol**: CUDIS-LDID supports the mapping of multi-chain addresses and the association of off-chain third-party accounts. The protocol’s identity layer facilitates data exchange and value distribution in the gaming and AI sectors through a modular data layer, ensuring that the ownership, control, and verification rights of data are returned to users.
* **Issuance of SBTs (Soul-Bound Tokens) for User Addresses**: Based on users' important information, SBTs are issued for their addresses to enable the following functions:
  * **Multi-chain Address Association**: Link users' addresses across different blockchains, forming a unified identity.
  * **Off-chain Third-party Account Association**: Associate users' off-chain accounts (e.g., social media accounts) with their on-chain identity, enriching their digital identity.
  * **Data NFT Indexing**: Create NFT indices for data generated by users, facilitating data management and trading.
  * **PSD-KV (Private Data Key-Value Storage)**: Store users' private data in a decentralized way via IPFS—such as memories of AI agents—ensuring both security and privacy.

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


---

# 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://whitepaper.cudis.xyz/cudis-protocol/cudis-technology-infrastructure/ldid-longevity-decentralized-identifier.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.
