| Part | What it does | Who uses it |
|---|---|---|
| Privacy Pools | Execute private asset movements through an on-chain privacy pool while preserving commitment, nullifier, and proof-verification state | Application teams, integrators, wallet-connected end users |
| Auditing Portal | Index privacy-pool audit events, interpret registered contract payloads, and expose scoped disclosure workflows | Compliance teams, auditors, application administrators, organization administrators |
Why it exists
Privacy-preserving financial applications need two properties that are usually in tension:| Requirement | Arcane approach |
|---|---|
| User transaction privacy | Transaction details are represented through commitments, nullifiers, proofs, and encrypted audit payloads instead of public transaction-level disclosure |
| Compliance review | Authorized organizations and auditors can request, approve, review, and report scoped disclosure data through the Auditing Portal |
Main users
| User | Responsibility |
|---|---|
| Application team | Integrates the SDK and submits privacy-pool transactions through a Stellar wallet flow |
| Application administrator | Manages disclosure case approvals, auditor access, reports, and application-level activity |
| Auditor | Requests disclosure, reviews approved case transactions, and generates reports |
| Organization administrator | Manages organization-level users, applications, and administration boundaries |
What Arcane provides
| Capability | Implementation area |
|---|---|
| Private transaction execution | Soroban privacy-pool contract, Circom circuits, client SDK |
| Audit event handoff | AuditEncodedDigest event emitted by the Soroban contract |
| Contract indexing | Backend scanner for registered contracts |
| Interpretation | Backend worker that decrypts and normalizes audit payloads |
| Access control | Backend auth, permissions, application scope, case assignments, and access windows |
| Disclosure workflows | Case requests, approvals, case review, reports, downloads, and activity logs |
Read next
How Arcane Works
End-to-end path from a private transaction to an approved disclosure workflow.
Supported Use Cases
Partner-facing scenarios supported by the current platform model.
Architecture Overview
Technical decomposition of the privacy-pool and Auditing Portal domains.