What Arcane provides
| Area | What it does |
|---|---|
| Solana Privacy Layer SDK | Builds private payment operations, scans private state, generates proofs, and submits transactions through the relayer |
| Private payments integration pattern | Shows how your backend stores wallet state, scan progress, UTXOs, encrypted outputs, and operation history |
| Auditing Portal | Supports scoped disclosure workflows for approved review, reporting, and access control |
| Infrastructure | Provides indexer, relayer, prover, and chain integration surfaces used by the SDK |
Current integration path
The current live integration path is the Solana SDK. Future SDKs will be documented only when they are ready for partner use.Who uses Arcane
| User | Responsibility |
|---|---|
| Partner application team | Integrates the SDK into backend transaction flows |
| Support or operations team | Tracks product status, transaction signatures, and reconciliation state |
| Application administrator | Approves scoped disclosure requests and manages access |
| Auditor | Reviews approved cases and generates reports |
Read next
Build your first private transaction
Walk through the first backend-managed private payment flow.
SDK guide
See which SDKs are available and where to start.
Private payments integration guide
Implement the source-backed backend-managed wallet pattern.
Private card funding
Apply the private payments flow to card funding.