Network directory
Onboarding, identity, geofence, enabled modes and node endpoints for every network on the platform — one record per city, country or company.
Network plane · M01 · roadmap
The Network Registry registers every network — city, country, company — maintains its identity and state, and issues the dispatch authorization that lets a node operate. Without a valid authorization, a node can't process orders. This is what makes all governance operational.
In build · roadmap
Build status. The network plane — registry, immutable ledger, cross-network roaming and the open protocol — is on the roadmap and shown as a target architecture, not a live service. The operation plane (node, apps, dispatch, payments, tracking) is what ships today.
What it does
The registry is the directory every node looks up and the authority every node answers to — the equivalent of being "online with the card network" for a bank.
Onboarding, identity, geofence, enabled modes and node endpoints for every network on the platform — one record per city, country or company.
A short-lived signed token the node renews while it complies. This is what makes all governance operational: without a valid authorization, a node can't process orders.
Resolves which network covers a given geography and service type — the lookup routing relies on to send an order to the right node.
Models the country → cities relationship, so a country-level network can hold policy while each city operates its own sovereign node beneath it.
The keystone
It is a short-lived signed token the node renews only while it complies. Every renewal re-checks the rules: verified drivers, current protocol version, settlement up to date. The moment a network falls out of compliance, the next renewal is denied — and the node stops processing orders. No after-the-fact enforcement; the gate is the operation.
See governanceHow a node goes live
A network registers once, then earns its right to operate continuously. The registry is the only place that grants — or revokes — that right.
The directory record is created: identity, geofence, enabled modes and node endpoints — for a city, a country or a company.
The node asks the registry to operate. The registry checks the rules — verified drivers, current protocol, settlement up to date.
On pass, a signed dispatch authorization is issued. The node can now process orders — and renews the token while it stays compliant.
Discovery resolves which network covers a geography and service type; routing sends the order to that node's endpoint — if its authorization is valid.
Each renewal re-checks compliance. Fall out of the rules and the next renewal is denied; the token expires and the node can no longer dispatch.
Discovery
Routing asks the registry one question — who covers this place, for this service? The registry answers with the network and its node endpoint. This is the first hop in handling any order.
{
"network": "city:sf-yellow",
"parent": "country:us",
"endpoint": "node.sf-yellow.tr",
"modes": ["rides", "delivery"],
"status": "authorized"
}Illustrative. The endpoint, payload and IDs above show the target shape of the registry API — the network plane is roadmap, not a live service today.
Federation
Federation models the country → cities relationship. A country-level network carries shared policy and identity; each city below it runs its own sovereign node.
Each city operates its own node; the registry makes them interoperable beneath one country policy. How countries use it.
Why it matters
Plenty of platforms publish rules. The registry is what turns rules into something operational: comply, or you can't dispatch.
| Capability | Rules in a policy doc | Network Registry · M01 |
|---|---|---|
| Compliance is enforced at run time | No | Yes — every renewal |
| A non-compliant node can be stopped instantly | No | Deny the next renewal |
| One lookup resolves a geography to a node | No | Discovery |
| Country policy over sovereign city nodes | No | Federation |
| Available today | — | Roadmap |
Build status. The registry, ledger, roaming and protocol — the whole network plane — are on the roadmap and shown here as a target architecture, not a live service. What ships today is the operation plane: the Node, apps, dispatch, payments and tracking.
Where it sits
M01 is the network plane's control plane. It governs what the operation plane is allowed to do, and feeds the rest of the network plane.
A single operator's live network — dispatch, payments, tracking. It can't process orders without a valid authorization from the registry.
See the NodeThe auditable record of what each authorized network settled. The registry gates who is allowed to write to it. Roadmap
See the LedgerThe open interface agents and merchants enter through. The registry stamps the protocol version a node must run to stay authorized. Roadmap
Read the protocolGet started
A node disconnected from the network isn't a transport network — it's a database. The registry is what makes a node count.