Compliance And Disclosure
zkde.fi supports selective disclosure workflows that let users present scoped claims without exposing full strategy history.
The Problem This Solves
Users and partner verifiers often need evidence of bounded behavior, but full account transparency can expose sensitive positioning, timing, or strategy details.
Why This Matters
Selective disclosure creates a middle path: enough evidence to support operational checks, without forcing full public data disclosure.
Where Users Access This In The App
/profile?tab=compliancefor identity/compliance-oriented review/agent?v=brain&sub=pipelinefor workflow-oriented pipeline and disclosure context- legacy
sub=disclosurelinks are mapped into supported Brain tabs by compatibility routing
Core API
GET /api/v1/zkdefi/compliance/profiles/{user_address}
This endpoint returns compliance profile artifacts for the target Starknet address.
Data Flow
flowchart LR U[User] --> UI[Profile Compliance or Brain Pipeline UI] UI --> API[compliance/profiles endpoint] API --> S[Backend state and receipts] S --> API API --> UI
Problem It Solves In Practice
For users
Allows users to share bounded claims without exposing complete transaction history.
For integrators
Provides a structured integration point for compliance-adjacent checks and verifier dashboards.
Why It Matters Operationally
Teams can separate “proof of claim context” from “full trade transparency,” which improves privacy posture while preserving useful verification signals.
Legal Boundary (Important)
This page describes product and API behavior only. It is not legal advice, not tax advice, and not investment advice. Availability of disclosure artifacts does not, by itself, guarantee regulatory sufficiency for any specific jurisdiction or use case.
Practical Guidance
If you are an integrator:
- Treat profile records as technical artifacts, not legal determinations.
- Pair disclosure artifacts with your own policy and legal review process.
- Keep jurisdiction-specific interpretation outside your API client logic.
Next: Risk Passport | Profile and identity | API overview
Key Fixtures (Verified 2026-03-05)
GET /api/v1/zkdefi/compliance/profiles/{user_address}GET /api/v1/zkdefi/risk_passport/v2/user/{address}GET /api/v1/zkdefi/risk_profile/v2/{address}