Arcane helps financial applications execute private transactions while preserving a controlled path for compliance review. Today, the supported partner integration path is the Solana Privacy Layer SDK. Your backend uses the SDK to manage private balances, scan UTXOs, generate proofs, submit relayed transactions, and reconcile the result with your product state.

What Arcane provides

AreaWhat it does
Solana Privacy Layer SDKBuilds private payment operations, scans private state, generates proofs, and submits transactions through the relayer
Private payments integration patternShows how your backend stores wallet state, scan progress, UTXOs, encrypted outputs, and operation history
Auditing PortalSupports scoped disclosure workflows for approved review, reporting, and access control
InfrastructureProvides 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

UserResponsibility
Partner application teamIntegrates the SDK into backend transaction flows
Support or operations teamTracks product status, transaction signatures, and reconciliation state
Application administratorApproves scoped disclosure requests and manages access
AuditorReviews approved cases and generates reports

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.