Decentralized Identity · DID · LEI · vLEI

Decentralized Identity: The Cryptographic Layer Beneath KYA

Decentralized identifiers, Legal Entity Identifiers, and verifiable LEIs are the machine-verifiable credential infrastructure that compliant agent identity requires. W3C DID standards are final. GLEIF vLEI adoption is accelerating.

Why Decentralized Identity Matters for Agentic Finance

Traditional identity systems are human-centric and centralized: a government issues a credential to a person, an institution verifies it. This architecture cannot scale to agent-to-agent financial transactions that must be verified in milliseconds across organizational boundaries.

Decentralized identity provides the alternative: cryptographically verifiable credentials that any party can check, without a centralized authority, using open standards. For financial agents, decentralized identity is the infrastructure that allows one agent to verify another agent's authorization without a human intermediary in the loop.

W3C Decentralized Identifiers (DIDs)

The W3C DID Core specification (finalized 2022) establishes a globally interoperable standard for decentralized identifiers — persistent, cryptographically verifiable identifiers that do not depend on a centralized registry.

A DID is a URI that resolves to a DID document containing public keys and service endpoints. This enables any party to verify claims made by the DID controller without checking a central database. In the KYA context, a DID can serve as an agent's verifiable identity anchor: proof of who issued the agent, what it is authorized to do, and who is accountable for it.

Legal Entity Identifier (LEI) — ISO 17442

The Legal Entity Identifier is the existing ISO standard for identifying legal entities that participate in financial transactions. LEIs are maintained by the Global Legal Entity Identifier Foundation (GLEIF) and are already required for derivatives reporting under EMIR and MiFID II in the EU.

In the KYA stack, the LEI is the institutional anchor that ties agent authorization back to a verified legal entity. When an agent acts on behalf of a business, that business's LEI is the ground-truth identity reference.

Verifiable LEI (vLEI) — GLEIF

The vLEI extends the LEI to the digital credential layer. A vLEI is a cryptographically signed, machine-verifiable credential issued by GLEIF-accredited issuers. It can represent:

  • The legal entity itself (Entity vLEI).
  • Individuals acting on behalf of the entity in official roles (Official Organizational Role vLEI).
  • Individuals acting in other authorized capacities (Engagement Context Role vLEI).

For KYA, the vLEI's Engagement Context Role credential is the natural mechanism to represent an AI agent authorized to act on behalf of a verified entity: the credential cryptographically proves the entity exists (LEI), was verified (vLEI issuance), and delegated authority to this agent for a defined purpose.

Key Framework References

  • W3C DID Core — Decentralized Identifiers v1.0 (W3C Recommendation, July 2022)
  • ISO 17442 — Legal Entity Identifier (LEI)
  • GLEIF vLEI — Ecosystem Governance Framework
  • W3C Verifiable Credentials Data Model v2.0
  • ERC-7710 — Ethereum delegation primitive (emerging onchain standard for agent credential inheritance)