Confidential paymentsfor the agentic economy
FHE-powered infrastructure for institutions, developers, and AI agents. Complete privacy, autonomous commerce with end-to-end encrypted payments and privacy-preserving on-chain settlement.
Privacy-first infrastructure for the autonomous economy
CloackCommerce is a privacy-first payments and commerce protocol that lets institutions, developers, and autonomous AI agents exchange value and execute commerce flows with end-to-end confidentiality.
Using fully-homomorphic encryption (FHE), privacy-preserving on-chain settlement, and developer-friendly SDKs, we enable true confidential commerce without compromising on speed or compliance.
End-to-end encrypted
All transactions processed under FHE
Agent-native APIs
Built for autonomous commerce
Built for the future of private commerce
Everything you need to build, deploy, and scale confidential payment flows for any use case.
Complete Confidentiality
Transaction logic and payloads are processed under FHE so operators and relayers cannot read sensitive details.
Agent-Native
SDKs and APIs tailored to autonomous agents (LLMs/agent frameworks) for frictionless payment orchestration.
Institutional Grade
Composable privacy for banks, enterprises, and marketplaces with compliance-friendly controls.
Composable Settlement
Privacy-preserving proofs (ZK proofs + encrypted receipts) enable on-chain settlement without revealing confidential fields.
Developer-First
Simple REST/gRPC and Web3 SDKs so developers can integrate quickly with Python, JavaScript, and Rust support.
How CloackCommerce works
A layered architecture designed for maximum privacy and seamless integration
Agent SDKs
JS, Python, Rust
Construct and encrypt payment flows
FHE Compute Layer
Encrypted Logic
Process transactions under encryption
Relayer Network
Decentralized Execution
Coordinate encrypted workloads
Privacy Anchor
On-Chain Settlement
Store commitments and ZK proofs
Transaction Flow
From encryption to settlement in four steps
Encrypt
Agent encrypts payment instruction
Submit
Submit to Cloak relayer network
Execute
FHE logic generates ZK proof
Settle
On-chain anchor records commitment
MPC Key Management
Multi-party computation for secure key handling
Selective Disclosure
Compliance-friendly auditor access
Multi-Chain Support
Deploy on any EVM-compatible chain
Infrastructure you can trust
Transfer Fees
Zero-cost confidential transactions powered by FHE
Settlement Time
Near-instant finality
Confidential
End-to-end encrypted
Integrations
Developer POCs
Supported Networks
Deploy on any major blockchain
Built for real-world commerce
From autonomous agents to enterprise procurement, CloackCommerce powers private commerce at any scale
Agent Subscription Payments
Autonomous AI agents can subscribe to services, pay invoices, and manage recurring payments without exposing transaction details.
- Encrypted invoices
- Automated renewals
- Private payment history
B2B Procurement
Enterprises can negotiate prices, execute payments, and receive delivery attestations while keeping sensitive business terms private.
- Private negotiations
- Encrypted settlements
- Selective disclosures
Marketplace Escrow
Autonomous marketplaces can evaluate bids privately, execute escrow releases, and prove winning criteria without exposing bid amounts.
- Private bid evaluation
- Encrypted escrow
- Proof of criteria
Build with CloackCommerce
Integrate confidential payments in minutes with our developer-friendly SDKs.
X / Twitter
Follow us for updates
import { CloackCommerce } from '@cloakcommerce/sdk';
const cloak = new CloackCommerce({
apiKey: 'your-api-key',
network: 'mainnet'
});
const payment = await cloak.payments.create({
amount: '100.00',
currency: 'USDC',
recipient: '0x...',
metadata: { invoiceId: 'INV-001' }
});
const proof = await payment.generateProof();
console.log('Proof:', proof.id);Global Reach.
Real Impact.
CloackCommerce powers confidential commerce across continents, with partners and developers building the future of private payments worldwide.