Learn
Networks and members
The protocol is open and a directory is a club. How both are true at once, what a network actually decides, and what it costs.
Three rings
- 01OpenThe formats. Implementable without permission.
- 02The networkDirectory, discoverability, compliance channel, disputes.
- 03The operatorCustomer data, KYC documents, wallets, private keys.
Ring 1 is the protocol. Identity, addressing, standing intent, requests, authorisation objects, receipts, the interop URI, signatures, error codes. Implementing any of it requires access to nobody's data. You can do it alone, and nobody can stop you.
Ring 2 is a club, and has to be. There is exactly one capability in PATH where the shared resource is not a format but other people's customers: the directory. Entering it means publishing a resolvable pointer to your customer base. No regulated institution does that without reciprocity, a contract, an audit right, and the ability to exclude whoever abuses it.
Ring 3 never leaves the operator. Customer records, KYC documents, wallets, keys. Not in the protocol, not in a network, not in any circumstance.
The precedent
This is the card architecture, and nobody has ever found it incoherent:
| Cards | PATH | |
|---|---|---|
| Open format | ISO 8583, ISO 20022 | PATH (ring 1) |
| Closed network | Visa, Mastercard, Pix, UPI | A PATH network (ring 2) |
| Member | An issuing or acquiring bank | A fintech, a bank, an EMI |
Visa is closed, demanding, with a thick rulebook and a right of exclusion. ISO 8583 is open. Both have been true simultaneously for forty years.
What being closed buys
Closing the directory replaces expensive cryptography with cheap governance.
| Problem | Open network | Closed network |
|---|---|---|
| Querying a peer without revealing the identifier | Needs an oblivious protocol — complex, excludes small members | A direct query suffices: the peer is under contract and auditable |
| Finding which operator holds a number | No good answer — broadcast leaks, a central index observes | The network holds the index, and members consented to that |
| Preventing directory scraping | Technical caps alone, all circumventable | Caps plus audit plus exclusion, with real contractual damages |
| Knowing who to trust | Self-declaration | Membership is the trust anchor |
| Who pays when something goes wrong | Undecidable without an authority | The network's rulebook, accepted on joining |
What it costs
The table above is an argument. Here is the bill, because a page that only lists gains does not survive its first adversarial reading.
Adoption is capped by admission. Ring 1 grows virally — implement and go. Ring 2 grows at the speed of due diligence. A directory needs density to be useful; an admission process manufactures scarcity. That tension took the card networks twenty years.
It reintroduces the gravity the open model was meant to escape. The complaint about closed
systems is not that they are closed; it is that inside them you cannot leave, and outside them you
cannot receive. A club with an exclusive directory produces the same shape: members become mutually
reachable, non-members become invisible. The honest limit is that today a non-member is addressable
in the relationship profile and not in directory, and that difference is real.
Deciding who may join is a supervised power. Controlling access to a payment infrastructure is not an ordinary commercial prerogative. Card networks had their access rules, fees and governance examined under competition law, up to and including a forced separation between the entity writing the rules and the entity operating the system. A PATH network inherits that exposure.
Prevention becomes deterrence. "The defence is contractual" is a change in kind, not only in cost. A cryptographic guarantee prevents. An audit observes, afterwards, with a delay and limited powers. Against the slow, quiet scraping that actually matters, that difference is not theoretical.
And the central point observes. In the usual configuration, the network sees every search. See Privacy.
None of this invalidates the choice. The open alternative left the directory problem with no answer at all. But a member deciding whether to join deserves the bill alongside the pitch.
What a network decides — and what it may not
Networks differ, and the protocol expects them to. What it requires is that the differences be declared in the discovery document, so an institution can read the terms before joining rather than after.
| A network chooses | The protocol fixes |
|---|---|
| Who is admitted, and on what evidence | The format of every object exchanged |
| Whether the directory is credential-gated or open | That negative answers are indistinguishable |
| The reciprocity budget | That searches are logged and retention declared |
| Whether holders co-sign directory answers | That what a destination accepts is answered by the holder, never the directory |
| The rulebook, disputes, liability | That the rulebook is published and versioned |
The last row of the right-hand column is the load-bearing one. A network may not answer on behalf of its members about what they accept. A directory that did would hold its members' capability data — ring 3 material sitting in ring 2 — and no second member would sign that.
Two directory topologies
A network declares which it operates.
central — the network holds the index and answers. Simple to join: a member integrates in an
afternoon, stores nothing, synchronises nothing, and reads fresh data. The network sees the
searches.
broadcast — the member asks its peers in parallel, filtered by declared coverage. Attractive
in principle and worth being blunt about: it multiplies observation rather than removing it.
Asking fifty members who holds a key tells forty-nine of them that someone is looking for that
person, when one needed to know. Central concentrates the observation in a party bound by the
rulebook; broadcast spreads it across competitors who are not.
Broadcast is workable with declared coverage — each member publishes which countries, prefixes and identifier types it can hold, so a Senegalese number only reaches members serving Senegal. That cuts both the traffic and the exposure by an order of magnitude, and it leaks nothing: "I serve Senegal" is on the member's own marketing page.
Designs where the caller searches locally — a published feed, k-anonymity buckets, Bloom filters — all founder on the same rock: to test a candidate against a list of hashes you must be able to compute the hash, which means holding the pepper. Distributing it is refused. See Privacy.
Discoverability belongs to the entry
A network does not flip its directory between public and private wholesale. Each entry carries its own level, and the sensible default depends on what kind of identifier it is:
| Level | Who can find it | Typical for |
|---|---|---|
private | Only a party already in a relationship | The most cautious |
network | Members of the network | The default for a person |
public | Anyone | Opt-in — in practice, merchants |
A merchant wants to be publicly findable; it is their commercial interest. A private individual never is by default. This is what makes a useful public merchant directory possible without exposing anybody.
One caveat that survives the level: even where the key is public — a company register number is public by construction — the answer is not. "This company banks with that member" is commercial information, and a public entry opens the key, not the budget.
Between networks
There will be more than one network, and the protocol expects them to interoperate. Two levels, and distinguishing them makes the problem tractable:
| Intra-network | Inter-network | |
|---|---|---|
| Between | Members of one club | Two clubs |
| Frequency | The common case, by volume | Rare |
| Peers | Many | Few |
| Trust | Membership plus a shared rulebook | A negotiated bilateral agreement |
| Discovery | The network's index | A very small registry of networks |
| Resolution | Directly between members | Gateway to gateway |
The hard case becomes the rare one, and a member never needs to know another network exists: it talks to its own, which routes. The complexity is absorbed by a handful of operators instead of by every participant.
The published register of those clubs is Networks. PATH lists them. Each club decides who is admitted.
Next: Privacy — what is protected, what is not, and which promises are properties.