Confidential Payments For Businesses.
Unseen Finance gives businesses the tools to privately send, accept payments, and manage money on Solana. No exposure. No compromise.
◈ Powered by · Umbra Protocol · Arcium MPC
WHAT WE BUILD
Every tool your business needs.
Six products. One unified infrastructure. Built for merchants, developers, and enterprises who refuse to compromise on financial privacy.
HOW IT WORKS
Privacy without complexity.
Every transaction is shielded at the protocol level. No configuration required.
Transaction Initiated
Your payment begins as a standard Solana transaction with full wallet support.
ZK-Shield Applied
A zero-knowledge proof is generated, mathematically concealing the amount and parties.
Shielded On-Chain
The transaction is recorded on Solana but all sensitive fields are cryptographically hidden.
Merchant Confirmed
The recipient receives cryptographic proof of payment — privately, instantly.
Compliance Ready
Authorized disclosure reports are generated on demand for regulatory requirements.
Proof generated in <50ms. Settlement in <400ms.
FOR DEVELOPERS
Build private payment flows in minutes.
Clean TypeScript SDK. Typed APIs. Comprehensive documentation.
import { UnseenGateway } from '@unseen-finance/sdk';const gateway = new UnseenGateway({merchantId: 'mer_7xKP3mR2',privacy: 'shielded',network: 'mainnet-beta',});// Create a payment sessionconst session = await gateway.createSession({amount: 2.4,currency: 'SOL',metadata: { orderId: 'order_882' },onSuccess: (receipt) => {// receipt.txHash - publicly verifiable// receipt.amount - shielded on-chainconsole.log('Proof:', receipt.shieldProof);},});// Render checkout UIgateway.render('#checkout-container', session);
Payment Gateway — Accept privately
x402 — Monetize APIs on-chain
Built to integrate. Built to last.
In exposed transaction data
Across all processed payments
Average settlement time
On Solana mainnet
Privacy-native products
One SDK. Zero compromise.
