article

Two Questions That Decide Whether a Payment Is Private

12 min read

Two days in a room in London, at the LFDT privacy workshop, with market infrastructures, a couple of central banks, and the builders there to explain their approaches. Everyone seemed to want the same thing: private transactions, privacy-preserving settlement, confidential this and private that. Somewhere on the first day it became clear that the room was nodding along to a word none of us was using the same way.

In short

Two questions

It was one of the more useful points to come out of the two days, so it is where we start. “Private” is underspecified. For a payment it is close to meaningless until you answer two questions.

Private about what? A payment is not one fact but several: the amount, the parties, whether it happened at all, the pattern of who pays whom over time. Hiding one of these is not hiding the others, and they are not equally sensitive.

Verifiable to whom? Something is now concealed, and someone still has to be sure the sums are right and the rules were followed. Whether that someone is a single operator you are asked to trust, a regulator with cause, or anyone holding a proof, will decide the fate of the system you’re trying to build.

Answering those two differently leads to very different outcomes, and those differences make up an entire industry.

What a payment gives away

Let’s start with what a payment actually discloses. If it were just a number, we’d have long been done with the banking industry. Payments record that value moved, how much, and between whom. Of the three, the amount is usually the least sensitive. What tends to matter is the rest: that a payment happened at all, and who stood at each end of it. A fund does not mind you knowing it traded. It minds you seeing that it is building a position through the same two brokers before it has finished. A company working through a difficult stretch does not fear the size of an invoice. It fears someone noticing a run of payments to restructuring counsel. The amount is discreet, but the relationship, and the fact that a transaction happened at all, is often the most sensitive.

Most of what gets called private finance today conceals the amount and stops there. That is known as a confidential payment, and it is the least of what privacy can mean here. It leaves the counterparties, and the fact of the transaction, in plain view. It is also, on its own, unverifiable: the figures are hidden and everyone is asked to trust a black box that things still add up, which is not how finance prefers to be reassured.

Five settings, one payment

The demo that follows is an illustrative example, but it’s worth noting that it describes an existing system. The identity version of it, proving that someone is one real person without learning who they are, already runs in production for more than 18 million people.

It is easier to show than to describe. Below is a single payment, shown a few ways, at increasing degrees of privacy with a description below. Click through them.

From a public ledger to graph-private

no public proof ✓ publicly verifiable $12m $4m $1.5m $0.8m $48m Meridian Group M&A adviser Law firm Accountants PR advisers Escrow agent

The pieces

These settings can be realised by a system tasked to hide different kinds of information, built from a handful of cryptographic primitives.

Beyond payments

Because the state is private, shared, and provable, the same machinery can do more than move money. It runs compliance, where a transaction can be privately checked and specific details can be disclosed to an authorised auditor after it settles. It supports private multiparty custody, where no single party ever holds the whole key or sees the whole balance. It does identity verification, proving that someone is eligible, or simply that they are one real person, which is the piece already in production. It runs x402, the pay-per-call rail for agent and machine payments, which needs precisely this kind of cheap, confidential settlement. And it runs private yield, earning in vaults and lending markets without advertising the position. Payments are where an institution starts on private shared state, but they are not where it ends.

What it costs

How far down the settings you go is a question of how much you ask the system to conceal, and how much throughput you are willing to sacrifice doing it. The amounts come cheap. The relationships are expensive, because hiding them means every access has to look like every other, and that is the oblivious map doing the heavy lifting.

Here is what each setting costs, measured rather than promised.

SettingHidden onchainHidden from operators*Publicly verifiableThroughput
ConfidentialAmountsAmountsNo~6,000 TPS
Confidential + ZKAmountsAmountsYes~300 TPS
PrivateParties and amountsAmountsYes~50 TPS
Graph-privateParties, amounts and relationshipsParties, amounts and relationshipsYes~10 TPS
*Short of collusion across independent operators. In the Private setting the network resolves the counterparties internally to compute at all; it simply never publishes them. Only in the graph-private setting is the relationship hidden from the operators themselves.

The drop from thousands to roughly ten transactions per second is the price of hiding the graph. It is also, as far as we know, the only cryptography-based approach that delivers private shared state and transaction graph privacy at once. Most flows live near the top and always will; the ones that genuinely need the bottom row can pay for it, and our goal is to get the private row to ten thousand as the primitives and hardware improve. These are mid-2026 numbers.

It is worth asking where traditional finance already sits on this scale. It gets its privacy the old way, by keeping the ledger off the public record entirely: the amounts, the parties and the relationships are all hidden from the public, but only because they sit in full view of the operator and its regulators, on trust. Nothing is publicly verifiable, and composability is difficult because each institution maintains its own book. That is private about almost everything and verifiable to almost no one, a different trade from any setting above.

The checklist is the checklist is the checklist

As much as we are here for the tech, none of this reaches the institutions and enterprises on cryptography alone. Another important conversation in that room was not about primitives. It was about the two people who can end a project before it starts: the compliance officer and the CISO. Win them and the rest follows. Fail to, and the cleverest privacy in the world stays on a testnet.

The compliance officer sees “private” and reads “unauditable”, reasonably, because for years ‘private’ meant exactly that. The answer is that this kind of privacy is not opacity. A transaction can be privately checked, and disclosed, in specific detail, to the people entitled to see it once it settles. The regulator gets what it is owed, and everyone else gets a proof that the rules were followed and nothing more. That is a stronger position than the arrangement in place today, where compliance requires handing over everything and trusting it is looked after.

The CISO hears “move it onto a public chain” and reads “new attack surface”, and again, reasonably. The honest answer is the trust model, stated plainly. No single party holds the balances or the keys, it takes collusion across independent operators to see anything at all, and the network cannot touch client funds without a request placed on the public record first, which is also the way out. Correctness is proven rather than asserted, and the core is post-quantum secure today. A single database is one breach away from everything; this is not. Put that way, moving onchain stops being the reckless option and can become the more defensible one.

That argument is won in the language of controls and blast radius, not elliptic curves.

If we think back to the fund building its position, or the company paying its counsel, neither is asking to disappear, but each is asking two things. Private about what? The fact that would undo them, never the amount. Verifiable to whom? A regulator, the moment it has cause, and no one else. Private onchain finance needs both answers at once. Now you can give them confidently.

Many thanks to LFDT, and to Howden for hosting us, and to everyone who spent two days discussing with us in good faith.