> For the complete documentation index, see [llms.txt](https://docs.useicaria.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.useicaria.xyz/introduction/why-now.md).

# Why now

What changed in the market during 2026 to make a venue built around RWAs worth building.

A venue of this kind needed three things to be true at once before it could function. Tokenized equities had to behave like normal on-chain assets and come with pricing anyone could rely on. Somebody had to actually want to trade them. And the venues already serving that demand had to be leaving something important undone. As of 2026 all three are satisfied.

## Tokenized equities have become an asset class in their own right

Take stablecoins out of the count and the transferable RWAs sitting on public chains went from roughly $7.9B at the close of 2024, through about $21B as 2026 began, to roughly $38.7B as things stand. No category inside that number is compounding faster than tokenized equities.

| Category (rwa.xyz, 28 Aug 2026) | On-chain, transferable value | Notes                                                                                          |
| ------------------------------- | ---------------------------- | ---------------------------------------------------------------------------------------------- |
| Stablecoins                     | \~$303B                      | Where settlement ultimately lands                                                              |
| Tokenized US Treasuries         | \~$16.0B                     | USYC $2.9B, BUIDL $2.8B, USDY $2.2B, BENJI \~$2.4B                                             |
| Tokenized credit                | \~$7.5B distributed          | Closer to $35B with non-transferable "represented" assets such as Figure HELOCs counted in     |
| Commodities                     | \~$3.1B                      | XAUT, PAXG                                                                                     |
| **Tokenized stocks**            | **\~$2.6B**                  | Ondo Stocks above $1B TVL; xStocks beyond $25B cumulative volume; Robinhood, Coinbase, Binance |
| Private equity and VC           | \~$1.6B                      |                                                                                                |
| Real estate                     | \~$175M                      |                                                                                                |

Taken by themselves, tokenized equities climbed from roughly $424M around the middle of 2025 to roughly $2.59B by August 2026. Counts vary by something like 20 percent between providers, mostly according to whether non-transferable assets make the cut.

## Issuance got solved, and trading did not

Virtually every dollar of tokenized-equity volume today crosses a centralised order book, which means it is custodial, it happens off-chain, and nobody outside can see it. What exists on-chain instead are AMMs designed for crypto-native pairs, and their weaknesses with RWAs are entirely foreseeable:

* **Reserve-ratio pricing drifts.** A constant-product pool has no opinion about value. Thin books have let tokenized equities change hands well above the underlying, and the dislocations during the 2025 launch weeks are documented. See [Lessons from RWA trading](/risk/lessons.md).
* **LPs are adversely selected.** The pool's curve lags every tick on the underlying exchange, and arbitrage collects the difference before it catches up. Passive curve liquidity on an externally priced asset is a standing subsidy paid to whoever is fastest.
* **Nights and weekends are unpriced.** Regular session across the week comes to about 32 hours. Quote Saturday the way you quote Tuesday and you have mispriced gap risk for roughly 80 percent of the calendar.
* **Corporate actions break pools.** A split or reverse split rewrites the token's price between one day and the next, and a pool that has not heard about it simply donates the gap.

Minting into the issuer and redeeming back out is a way to leave, not a market. Nowhere on-chain, at any meaningful size, has a venue yet handled these assets as the things they really are: externally priced, bound to a session calendar, and subject to corporate events.

## Robinhood Chain clears the final obstacle

Mainnet opened on Robinhood Chain on 1 July 2026. Nowhere else does a regulated broker put 1:1-backed tokenized equities on an L2 as ordinary ERC-20s, next to Chainlink feeds running 24/5, Data Streams that carry a market-status field, transaction costs under a cent, ERC-4337 account abstraction and deployment open to anyone. The assets are there, the pricing is there, the users are there, and the piece nobody has built is the venue that understands what the assets are. See [Why Robinhood Chain](/robinhood-chain/why-robinhood-chain.md).

## The venues that exist face the wrong direction

* Kraken's xStocks, Bybit and Binance run the volume through centralised books, keeping it custodial and off-chain, which is the outcome tokenization was meant to make obsolete.
* Ondo Global Markets pipes orders to US exchange liquidity through its own broker relationship, so the pricing runs deep but only through one issuer and only inside US market hours.
* Uniswap v4 added permissioned pools in July 2026, answering the question of who may trade without touching the question of how an RWA ought to be priced.

None of those strengths is under threat from a venue that is non-custodial, anchors to the oracle and reads the session. Icaria sits alongside them and fills what they leave open. See [Design principles](/introduction/design-principles.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.useicaria.xyz/introduction/why-now.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
