Products
Private Lending & ZK Trust

Private Lending

Supply/borrow workflows with policy-aware risk posture and attestation gates.

BUILT

What it does

Private Lending exposes core lending pool, position, and health factor primitives for proof-aware borrow/supply operations.

Current capabilities

  • Lending pool stats and position endpoints.
  • Borrow/supply/repay calldata builders with attestation inputs.
  • Wallet health factor visibility for liquidation safety posture.
  • Composable with Risk Passport and trust pack attestations.

Standalone API Sandbox

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

GET

Read lending pool stats

Fetch TVL, utilization, and APY level pool metrics.

/api/v1/zkdefi/lending/pool/api/v1/zkdefi/lending/lending/pool
GET

Inspect lending positions

Fetch supplies and loans for a wallet.

/api/v1/zkdefi/lending/positions/0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc/api/v1/zkdefi/lending/lending/positions/0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc
GET

Compute health factor

Retrieve current health factor for active lending positions.

/api/v1/zkdefi/lending/health-factor/0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc/api/v1/zkdefi/lending/lending/health-factor/0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc

Standalone demo

Demo wallet: 0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc

References

Documentation