Products
Private Lending & ZK Trust

Identity Link

Cross-address linking and identity-attested context for trust-aware execution.

READY

What it does

Identity Link provides wallet-link controls for Starknet to EVM address context, feeding cross-chain reputation and trust computations.

Current capabilities

  • Get/set linked address map across chains.
  • Supports trust and reputation baseline enrichment.
  • Hooks into identity commitment lookup routes.
  • Used by profile/trust systems for better policy decisions.

Standalone API Sandbox

Run direct API actions from this page. Endpoint fallback automatically tries both single-prefix and duplicated-prefix path variants.

GET

Read linked addresses

Fetch linked cross-chain addresses for a Starknet wallet.

/api/v1/zkdefi/linked_addresses/0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc
PUT

Update linked addresses

Patch linked address mappings for a wallet.

/api/v1/zkdefi/linked_addresses
GET

Resolve identity commitment

Lookup an identity commitment record from identity service.

/api/v1/identity/commitment/0x1234

Standalone demo

Demo wallet: 0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc

References

Documentation