Skip navigation
9Chain Docs

Context

Last updated: 08/21/202613 min read

Three questions must be answered before any talk of design: is the demand real, why have existing approaches not solved it, and when should you not choose 9Chain. This page answers all three, in that order.

Market demand

About the numbers on this page. They are quotations from outside sources, with links and measurement dates — they are not measurements of the 9Chain network. Market figures change over time; here they show the shape and direction of demand, not a permanent state. Different sources measure differently, so where they disagree the document gives the range.

Real capital has moved on-chain, and it is growing fast

IndicatorValueSource · measured
Tokenised real-world assets, tradable on-chain (excluding stablecoins)about 33.5 billion USDRWA.xyz / Canton · early 7/2026
Same indicator, one year earlierabout 11.8 – 14.1 billion USDas above · mid-2025
Assets committed to tokenisation but not yet freely tradableabout 345 billion USDas above · early 7/2026
Stablecoins in circulationabout 287 – 313 billion USD (depending on source)StableCoin.com · DefiLlama via Reap · 8/2026
Stablecoin concentrationthe two largest account for 89%Reap · 2026

The most striking number in the table is not 33.5 billion, it is 345 billion. The gap between the first two rows and the third says one thing: most of the assets committed to going on-chain have not got anywhere. They are held somewhere between an intention and a tradable ledger.

Figure 3 — The last bar is not the same kind of thing as the first four: it is the portion committed but not yet freely tradable. That gap is the problem.

The law is clear, but clear one region at a time

The two largest regulatory frameworks are both in force, and they do not recognise each other.

FrameworkStatusSource
MiCA (EU)Fully applicable across all 27 member states from 12/2024; issuers must be licensed before 1/7/2026KuCoin Research
GENIUS Act (US)Signed into law 18/7/2025 (Public Law 119-27); only licensed institutions may issue payment stablecoinsEco
Mutual recognition between the twoNone. A licence on one side does not work on the otherOrochi

This matters more than it looks. Clear rules give institutions the confidence to step in, but rules that are clear region by region mean compliance obligations differ between markets, and no single licence covers them all. An organisation serving several markets must enforce several different bodies of law on the same infrastructure, and prove it to each regulator separately.

Enforcement at the application layer cannot meet that requirement, because the application layer can be bypassed. That is why where you place the compliance gate becomes an architectural question rather than a feature question.

Large institutions have moved, and they moved on private infrastructure

The notable point is not that large institutions took part, but how they took part.

EventScaleSource
BlackRock tokenises part of its European money-market fund range, running on JPMorgan's blockchain311 billion USD in range valueDecrypt · 8/2026
Cumulative transaction volume on JPMorgan's blockchain platformover 1.5 trillion USDSpark Research · 2026

They did not put those sums on a public chain. They built private infrastructure, or used another institution's. That is the strongest market evidence for this document's claim: at institutional scale, demand for a controlled private chain has already been paid for; it is not a hypothesis.

But it also exposes the other half of the problem. Only a very small number of organisations in the world are large enough to build such a platform themselves. Everyone else — mid-sized funds, asset issuers, fintechs, and eventually individuals — needs the same capability without the same budget.

The second half: AI agents have nowhere to be accountable

At the same time, a new kind of user is appearing far faster.

IndicatorValueSource
AI agents forecast to exist by 20281.3 billionIDC, via Microsoft
Share of enterprise applications embedding task-specific agents, forecast end of 202640% (from under 5% in 2025)Gartner, via Accelirate
Organisations treating an AI agent as an entity with its own identityonly 21.9%Strata
Organisations authenticating agents with static API keys44%as above
Organisations using shared service accounts for agents35%as above
Organisations running autonomous AI without real-time visibility of what agents do and who answers for itnearly 80%Help Net Security

Figure 4 — The number of agents is growing far faster than the ability to hold them accountable.

Read that table the other way round: when an agent signs a transaction with a shared API key, nobody afterwards can answer the question who did this. Not for lack of logs, but because the identity was merged away at the start. A log can only record what the system was able to tell apart.

That is why "where does an agent remember, sign, and answer for itself" is not a philosophical question. It is a measured infrastructure gap, and it grows with the number of agents.

In short: the demand here is not "one more blockchain". It is somewhere private, connectable, and accountable at once — and a way to have it without an investment bank's budget.

The problem, and three ways round it

An organisation wanting to step into that space has only three routes, and all three fail in their own way.

RouteWhat you getWhat you lose
Old-style enterprise chainPrivacy and controlCut off from public liquidity
Public chainLiquidity and composabilityEvery transaction exposed; compliance only at the application layer
A databaseSimple, cheap, familiarNo multi-party auditable immutability

The first route has been tried, and it collapsed

This is not speculation. The two largest platforms that tried exactly this approach have both shut down, and both were strong in every respect but one.

PlatformBehind itOutcomeSource
TradeLensMaersk and IBM, launched 2018, running on Hyperledger FabricDiscontinuation announced 11/2022; access closed 31/3/2023. Stated reason: it did not reach the industry-wide collaboration required, nor the commercial viability to stand aloneMaersk · The Register
we.tradeA joint venture of 12 European banks and IBM, licensed for use by 16 banks across 15 countriesRan out of cash, could not raise more, entered insolvency in 2022GTR · Ledger Insights

Both had working technology, large names behind them, and early members. What they did not have was a reason for the twentieth party to join after the tenth had joined. A closed network is worth only as many members as it has, and the cost of convincing the next one never falls.

That is death by isolation, and it has a name of its own: the value of the network is capped by the network's own boundary.

The second route forces a choice between liquidity and secrecy

A public chain gives liquidity, but forces an organisation to expose its books to competitors. And it pushes the whole compliance obligation up to the application layer, where one carelessly written contract is enough to slip through — while, as Market demand showed, that obligation now differs by jurisdiction and must be proven to each regulator.

The third route is often the right one, and this document says so plainly

If your problem is one party's internal data, use a database. It is cheaper, faster, and your team already knows how to run it. A blockchain only repays its cost when several parties who do not fully trust each other need interoperability and auditable immutability.

The diagnosis

The problem is not "not fast enough". It is: there is nowhere that is private inside, openable outward under control, and able to enforce compliance at a layer applications cannot reach — while being cheap enough for an ordinary organisation to have one.

That last clause is the one usually forgotten. The two institutions in Market demand solved the first three clauses by building it themselves. That proves the problem is solvable, and at the same time proves that this way of solving it is available only to a very few.

Figure 5 — Three contributions, all leading to one result.

Those three contributions are:

  1. Compliance is a property of the protocol, not of a contract. Allowlists, roles and KYC references live in a consensus module, enforced across five independent layers.
  2. Privacy and interoperability coexist. The internal ledger stays private; only selected assets bridge outward, through a gated bridge.
  3. A chain becomes something that can be produced. The whole lifecycle — key generation, genesis assembly, deployment, self-healing, teardown — is encoded as a loop that keeps returning the system to its declared state.

In short: the question is not "which chain is faster", but who is allowed to have a chain at all — and whether it can connect to the rest of the world.

Compared with the alternatives

Set the axes first, rank afterwards. Four decisive axes: are internal transactions private from outsiders; can it connect to public liquidity; what buys its security; and at which layer is compliance enforced.

SystemPrivate insideConnects publiclySecurity bought withCompliance at layer
9ChainYesYesIdentity, contracts, multiple partiesProtocol
Old-style enterprise chainYesVery limitedIdentityApplication
Token-secured appchainDepends on configurationYesToken valueApplication
RollupNoYesInherited from the layer belowApplication
Plain Cosmos appchainDependsYesStaked tokensApplication

Figure 6 — 9Chain aims at the top-right corner: private inside, interoperable outward under control.

This table needs reading correctly. 9Chain does not win every cell, and does not try to. It aims at the intersection of all four at once, and that is a genuinely narrow niche rather than the whole market.

And one more thing must be said that the table has no column to score: an identity shared across chains. That is the axis 9Chain aims at most — and also the axis the project has not finished proving, because the shared identity scheme is still on the open list. We did not add that column, because adding a column and scoring yourself highly on unfinished work makes it an advertisement rather than a comparison. The argument is in The 9Chain platform, under Many chains, one identity.

For a public application maximising composability, a rollup is the better answer. For an organisation that only needs an internal ledger and no interoperability, a database is the better answer.

"Is 9Chain a blockchain? Which layer is it?"

The first question answers itself: yes. 9Chain is a blockchain — a public network with the native token LOVE9, which the industry calls Layer 1.

The second is trickier, because the name 9Chain covers three things that sit in three different places on that scale. The table below separates them, and it is the table to hand anyone who asks.

What you are asking aboutIs it a blockchainPlace on the layer scale
The 9Chain network — the project's public network, native token LOVE9Yes. This is what carries the name firstLayer 1
The 9Chain platform — the machine that produces chains for customersNo. It is the thing that produces blockchains; it is not one itselfthe Layer 0 position
Each chain produced for a customerYes — a private EVM appchain, running independently, able to survive even if the platform disappearsLayer 1
Layer 2none, and none intended

In one sentence: 9Chain is a Layer 1 blockchain — and the same name also refers to the machine that produces other blockchains. If you meet a document calling 9Chain a Layer 0, it is talking about the second row; if you meet one calling it Layer 1, it is talking about the first. Neither is wrong — they point at two different things under one name.

For the Layer 0 reading — the platform reading — three things must be said alongside it, or the label leads you astray:

What must be said alongsideWhy
Cosmos-style, not Polkadot-styleEach chain produced keeps its own validator set. There is no shared security here — a deliberate choice, because the shared model means outside validators see the data, destroying the very thing customers need
It stands ON such a layer, it does not replace itChains produced use the existing Cosmos framework and existing interchain bridges. 9Chain's contribution is whole-lifecycle automation and a compliance gate inside consensus, not reinventing the base layer
This scale has no cell for the thing that matters mostLayer 0/1/2 ranks by speed · fees · connectivity. No cell asks "at which layer are the rules enforced" or "is the data private even from the operator" — and those are the two axes 9Chain lives or dies on

So this document does not define 9Chain by the words "Layer 0". That classification itself admits it is not a technical standard but a sorting term of one era — the same project can be called Layer 0 in one document and a multi-chain Layer 1 in another. A name whose meaning shifts with the speaker is fine for pointing at a position and useless as a definition.

⚠️ Do not confuse this with the "four tiers" in The 9Chain platform. Those tiers — chain base · chains produced · platform · value — are how this document describes the internal architecture. They are not the industry's Layer 0/1/2, and the two schemes do not map onto each other. That is why those four tiers are deliberately left unnumbered.

In short: an honest comparison must be able to say when not to choose you. Without that sentence it is an advertisement.