Products
Private Lending & ZK Trust

Session Keys

Delegated execution scopes with revocation and validation controls.

READY

What it does

Session Keys productizes delegated execution control so users can grant scoped authority, inspect active sessions, and validate allowed actions.

Current capabilities

  • Session grant + confirmation routes for delegated execution.
  • Session list and validation routes for runtime checks.
  • Revocation flow for fast permission rollback.
  • Foundation for assisted/autonomous execution across the stack.

Standalone API Sandbox

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

GET

List active sessions

Fetch all sessions tied to a wallet.

/api/v1/zkdefi/session_keys/list/0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc
POST

Validate session action

Check whether a sample action is allowed for a session.

/api/v1/zkdefi/session_keys/validate
POST

Request session grant

Generate a scoped session grant payload.

/api/v1/zkdefi/session_keys/grant

Standalone demo

Demo wallet: 0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc

References

Documentation