> ## Documentation Index
> Fetch the complete documentation index at: https://inflection.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Inflection sdk

The Inflection SDK is a theoretical interface for external protocols (e.g., lending dApps) to verify DIDs, VCs, and ZKPs. It abstracts complex blockchain and cryptographic operations, enabling seamless integration with Inflection's identity layer while preserving user privacy.

## Theoretical Role

* **VC Verification**: Validates VCs against on-chain hashes and signatures.
* **ZKP Validation**: Verifies proof correctness without data exposure.
* **Multi-Chain Support**: Queries identities across compatible blockchains.

```mermaid theme={null}
graph TD
    A[External dApp] -->|Calls| B[Inflection SDK]
    B -->|Queries| C[IdentityRegistry]
    B -->|Fetches| D[Decentralized Storage]
    B -->|Verifies| E[ZKP System]
    B -->|Returns| F[Verified Profile Claim]
```
