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

# Why the market is ready

A protocol like Ethosis depends on three preconditions. Tokenized stocks must exist as normal on-chain assets with dependable prices. People must actually want to borrow against RWAs. And the lending designs already in use must leave an opening worth taking. Each of those conditions now holds.

## Tokenized equities have become an asset class

Transferable, non-stablecoin RWAs on public chains grew from around $7.9B at the close of 2024 to roughly $21B at the start of 2026, and stand at about $38.7B today. Within that total, tokenized stocks are the category growing fastest.

| Category (rwa.xyz, 28 Aug 2026) | Transferable on-chain value | Detail                                                                                      |
| ------------------------------- | --------------------------- | ------------------------------------------------------------------------------------------- |
| Stablecoins                     | \~$303B                     | The settlement layer                                                                        |
| Tokenized US Treasuries         | \~$16.0B                    | USYC $2.9B, BUIDL $2.8B, USDY $2.2B, BENJI \~$2.4B                                          |
| Tokenized credit                | \~$7.5B distributed         | Roughly $35B if non-transferable "represented" assets such as Figure HELOCs are included    |
| Commodities                     | \~$3.1B                     | XAUT, PAXG                                                                                  |
| **Tokenized stocks**            | **\~$2.6B**                 | Ondo Stocks past $1B TVL; xStocks past $25B cumulative volume; Robinhood, Coinbase, Binance |
| Private equity and VC           | \~$1.6B                     |                                                                                             |
| Real estate                     | \~$175M                     |                                                                                             |

The tokenized-stock line on its own moved from about $424M in mid-2025 to about $2.59B in August 2026. Different sources disagree by around 20 percent, mainly over whether non-transferable assets are counted.

## Borrowing against RWAs is already happening, and growing

Total DeFi deposits shrank by about 15 percent over the year. Over the same period RWA deposits into DeFi lending tripled, reaching $7.4B (CoinShares, Q2 2026).

* **Aave Horizon** had around $540M supplied and $163M borrowed against permissioned treasury and CLO tokens by mid-2026.
* **Morpho** took RWA deposits from close to nothing to about $400M over 2025, reached roughly $875M on Avalanche by March 2026, and already has about $80M to $90M live on Robinhood Chain.
* **Tokenized stocks as collateral on Solana** (Kamino, Jupiter Lend) stood at about $53M by late July 2026. The figure is small because pooled markets must cap single-stock exposure hard.

To put those numbers in context: US margin debt by itself exceeds $900B, and securities-backed lending worldwide is a multi-trillion-dollar business, conducted almost entirely by prime brokers and private banks on behalf of wealthy clients.

## Robinhood Chain clears the final obstacle

Robinhood Chain went to mainnet on 1 July 2026. No other L2 has a regulated broker issuing 1:1-backed tokenized stocks as ordinary ERC-20s, together with Chainlink 24/5 price feeds, ERC-4337 account abstraction and permissionless contract deployment. Robinhood's own description of the tokens says they can be used for "lending pools and trading collateral". More in [Why Robinhood Chain](/robinhood-chain/why-robinhood-chain.md).

## The long tail is still unserved

Nearly all on-chain lending against RWAs runs through pools (Aave Horizon, Morpho vaults, Kamino). A pool has three structural limits:

* one utilisation curve prices every borrower, whatever the quality of their collateral,
* bad debt is spread across every supplier,
* anything without deep liquidity has to be capped or left out.

None of that matters for treasuries or index ETFs. It matters a great deal to someone holding a single mid-cap stock token who wants a 30-day loan at a rate one particular lender is willing to give. Pricing per loan, fixed terms and isolated exposure are the answer, and they are what Ethosis offers. See [Design principles](/introduction/design-principles.md).

## Learning from the last cycle

The previous wave of RWA credit left a plain record of failure: loans with no collateral to opaque borrowers, covenants no chain could enforce, obligors concentrated in a few names, and wrapper prices that were manipulated. Ethosis takes only overcollateralised loans against liquid, oracle-priced collateral held on-chain, which turns recovery into a smart-contract liquidation instead of a legal claim. The individual cases are set out in [Lessons from RWA lending](/risk/lessons.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.ethosis.org/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.
