Skip to content
@cloak-ag

Cloak

Cloak

Private financial infrastructure for enterprises.

Accept private transfers, execute shielded swaps, and stay compliant —
from your first transaction to your billionth.

Website  ·  Docs  ·  X / Twitter  ·  Discord


Flexible privacy for every use case. Shield transactions from your wallet, move stablecoins across borders undetected, and govern treasuries without telegraphing your next move.

Use case What it does
Private transfers Send from your wallet. No trace on explorer.
B2B payments Keep internal and neobank payments off the radar.
Cross-border Move USDC, USDT and SOL globally. Amounts vanish mid-route.
Treasury Govern funds without leaking your next move.
Payroll Pay your team privately. No one sees who got what.
Compliance Audit privately. Share only what regulators need.

How it works

Zero-knowledge, end to end.

Step What happens
01 Deposit SOL enters the shielded pool. A UTXO note is created and encrypted to your viewing key.
02 ZK Proof Your browser generates a Groth16 proof in under 3 seconds. No server involved.
03 Relay The relay validates the proof and submits the signed transaction to Solana.
04 Withdraw Recipient claims privately. A nullifier prevents double-spending without revealing the note.

Sender and recipient addresses stay private · Amounts hidden from on-chain observers · Groth16 proof verified on Solana in < 50ms

Compliance

Private by default. Auditable when required.

Viewing keys let you disclose your transaction history to any auditor or compliance officer — without revealing anything to the public. Generate a viewing key from your wallet. Share it with your counterparty. They can verify every transaction, and nothing else.

SDK

Shielded flows in your product. We own the hard parts.

import { transact, createZeroUtxo, createUtxo, NATIVE_SOL_MINT } from "@cloak.ag/sdk";

await transact(
  {
    inputUtxos: [await createZeroUtxo(NATIVE_SOL_MINT)],
    outputUtxos: [await createUtxo(amount, owner, NATIVE_SOL_MINT)],
    externalAmount: amount,
    depositor: wallet.publicKey,
  },
  { connection, wallet, relayUrl, programId },
);

Quickstart   API Reference

Pinned Loading

  1. surfpool surfpool Public

    Forked from solana-foundation/surfpool

    Surfpool is where developers start their Solana journey.

    Rust

  2. groth16-solana groth16-solana Public

    Forked from vitorpy/groth16-solana

    groth16 verifier implementation with solana altbn syscalls

    Rust

  3. docs docs Public

    MDX 1

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…