Bermuda is a drop-in privacy and compliance layer for wallets, institutions and any EVM app, with every transfer screened against issuer policy. No contract changes, no new chain.
The rails are live, and every transfer on them is public. Privacy demand is surging, regulation now demands policy. Nobody serves all three.
Any app plugs in, issuers set the policy, and Bermuda makes every transaction private and compliant on any EVM chain. Privacy that passes compliance, not privacy that evades it.
A parallel private account for every address. Balances and history invisible to observers, verified in zero knowledge.
Fresh, unlinkable addresses for DeFi, settlement and transfers. No observer can correlate activity.
Issuer-defined rules — AML, sanctions, eligibility, geography — enforced on every transfer. Compliance as code.
Two assets change hands across chains in one step. Both legs settle or both refund.
Privacy, compliance and settlement, on the open EVM surface where liquidity already lives.
Every transfer proves the issuer's policy before it clears, and only those entitled can ever see the details.
Funds are checked against issuer policy before they enter.
Every transfer proves the rules in zero knowledge.
History travels with the asset. No central database.
Auditors see exactly what they are entitled to, nothing more.
One side adds users, the other adds assets. Each new integration compounds the shared privacy pool.
One integration unlocks every issuer's assets plus compliant on and off-ramps. Ship privacy in weeks, with no compliance stack to build.
Define rules once; Bermuda enforces them in every integrated wallet. Each new integrator is distribution: more users who can hold your asset, under your policy.
One SDK gives any EVM app shielded accounts, stealth addresses and policy-checked transfers. Drop it into any EVM chain.
Works with Safe multisig, passkey wallets and any EOA signer.
Users never need a native gas token. Transactions are sponsored or relayed.
import init from '@bermuda/sdk'
const sdk = init('base')
// shielded account
const account = await sdk.account({ signer })
// shield funds into the private pool
const deposit = await sdk.deposit({
signer, token: sdk.config.USDC,
amount: 2_500_000_000n, to: account.address(),
})
await sdk.relay(deposit)
// private, gasless transfer
const tx = await sdk.transfer({
spender: account, token: sdk.config.USDC,
amount: 1_000_000_000n, to: recipient,
})
await sdk.relay(tx)
Also built forSmart accounts · Stablecoin neobanks · L2s · Payroll · On/off ramps · Payment providers · Treasuries & DAOs
Atomic settlement is just the start. Bermuda also handles repo and OTC, account recovery, and confidential DeFi execution, all private and policy-bound.
Both legs settle together or both refund. No custodian or clearing house ever holds a leg.
DvP · PvP · DvD. Asset-for-cash, cash-for-cash, asset-for-asset. Settle a security or RWA against a stablecoin, deposit or CBDC.
Bilateral repo and OTC, settled atomically. Size and counterparty stay confidential.
Recover account access through policy, without exposing balances or history.
Lend, swap and execute strategies onchain, private and within issuer policy.
We are integrating with wallets, neobanks and issuers now. If you move regulated value onchain, talk to us.
gm@bermudabay.xyz