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

# Why this market, why now

The three readings that had to line up before a syndicated loan market against tokenized real-world assets could open, and where each of them stands in 2026.

Three things had to be true at once. Tokenized stocks had to be an ordinary on-chain asset with a price a contract could trust. Borrowers had to want loans against RWAs in real size. And the lending designs already on the market had to leave a gap that a new one could fill. None of the three was true in 2024. All three are true now.

## The gap the pools leave open

Nearly every venue that lends against RWAs on-chain is a pool: Aave Horizon, Morpho vaults, Kamino. A pool has three built-in limits, and no amount of tuning removes them.

* A single utilisation curve prices every borrower the same, whatever collateral they bring.
* When a loan goes bad, every supplier in the pool pays for it.
* Any asset without deep liquidity must be capped hard or left out altogether.

Treasuries and index ETFs are untroubled by any of this. Someone holding a single mid-cap stock token, wanting 30 days of credit at a rate one particular lender would take, is troubled by all of it. The remedy is a price set loan by loan, a term with an end date, and risk that stays with whoever took it. That is what Gimbal is, and [Eight rules the protocol keeps](/orientation/eight-rules.md) sets it out rule by rule.

## The blocker that fell in July

On 1 July 2026 Robinhood Chain went to mainnet. Nowhere else does a regulated broker issue tokenized stocks, backed one to one, as plain ERC-20s on an L2, next to Chainlink price feeds that run 24/5, ERC-4337 account abstraction, and contract deployment that needs nobody's permission. Robinhood itself markets them as fit to serve "lending pools and trading collateral", and you can read the argument in full in [The case for Robinhood Chain](/robinhood-chain/the-case-for-robinhood-chain.md).

## Tokenized stocks: the numbers

Transferable RWAs on public chains, stablecoins excluded, were worth about $7.9B at the close of 2024, about $21B when 2026 began, and about $38.7B today. Inside that total, no category is growing faster than tokenized stocks: roughly $424M in mid-2025, roughly $2.59B by August 2026. Different sources disagree by around 20 percent, mostly over whether assets that cannot be transferred belong in the total.

| Category                | What sits behind the number                                                                                       | Value on-chain, transferable |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| **Tokenized stocks**    | Ondo Stocks above $1B TVL; xStocks above $25B in cumulative volume; issuance from Robinhood, Coinbase and Binance | **\~$2.6B**                  |
| Tokenized US Treasuries | BUIDL $2.8B, USYC $2.9B, BENJI \~$2.4B, USDY $2.2B                                                                | \~$16.0B                     |
| Tokenized credit        | About $35B if non-transferable "represented" assets such as Figure HELOCs are included                            | \~$7.5B distributed          |
| Commodities             | XAUT, PAXG                                                                                                        | \~$3.1B                      |
| Real estate             |                                                                                                                   | \~$175M                      |
| Private equity and VC   |                                                                                                                   | \~$1.6B                      |
| Stablecoins             | The settlement layer beneath all of the above                                                                     | \~$303B                      |

Figures from rwa.xyz, 28 August 2026.

## Borrowing against RWAs: the demand

Over the year, total deposits across DeFi shrank by about 15 percent. Deposits of RWAs into DeFi lending moved the opposite way, tripling to $7.4B (CoinShares, Q2 2026).

* **Aave Horizon** held about $540M in supply and $163M in borrows against treasury and CLO tokens on a permissioned basis by the middle of 2026.
* **Morpho** took RWA deposits from close to zero to about $400M over 2025, stood near $875M on Avalanche in March 2026, and already has $80M to $90M deployed on Robinhood Chain.
* **Stock-token collateral on Solana** (Kamino, Jupiter Lend) reached about $53M in late July 2026. That figure is small for a reason of structure, not for lack of interest: a pooled market has no choice but to cap single-stock exposure hard.

Set against that, US margin debt alone exceeds $900B, while securities-backed lending across the world is a business measured in trillions, run almost entirely by prime brokers and private banks for wealthy clients.

## What the last wave of RWA credit left behind

The record from the previous cycle is clear about what breaks: loans made unsecured to borrowers nobody could inspect, covenants that no chain can enforce, exposure piled onto a few obligors, and manipulated wrapper prices. Gimbal writes overcollateralised loans only, against liquid collateral that is priced by an oracle and held on-chain. Recovery is therefore a liquidation executed by a contract, not a claim filed in court. [Four precedents the design answers](/risk/precedents.md) takes each case in turn.


---

# 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.usegimbal.app/orientation/the-moment.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.
