> 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/risk/lessons.md).

# Lessons from RWA trading

What the first years of tokenized-asset trading taught, and where each lesson is wired into the venue.

Settlement is what on-chain rails change; market structure is not. Run tokenized assets through venues that disregard what those assets are and the period from 2020 to 2026 shows precisely what follows. That record is what Icaria is built around, rather than against.

## Case studies

### FTX and CM-Equity tokenized stocks, across 2020 to 2022

|               |                                                                                                                                                                                                                                    |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| What happened | FTX offered tokenized stocks through a custodial arrangement with CM-Equity. When FTX went down in November 2022, what holders had turned out to be bankruptcy claims, and the backing arrangements were never transparent.        |
| Lesson        | The custody is the risk. A tokenized share sitting at a custodial exchange is worth no more than the exchange around it.                                                                                                           |
| In Icaria     | Custody of anything is not something the venue takes. Assets rest in user wallets or in immutable vault contracts that LPs can exit in kind from any state. With nothing held at the venue, there is nothing at the venue to lose. |

### Dislocations during the tokenized-equity launches of July 2025

|               |                                                                                                                                                                                                                                           |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| What happened | In the opening weeks of tokenized stocks on Solana, thin DEX pools let tokens change hands far above the underlying, occasionally at several times fair value. Reserves set those pool prices, and nothing connected them to a reference. |
| Lesson        | A reserve ratio holds no opinion about fair value. Given a thin book it will quote whatever number falls out.                                                                                                                             |
| In Icaria     | Quotes get built outward from the Chainlink mid, and the band turns "no fill lands further than this from the reference price" into a contract-level invariant, however thin the market gets.                                             |

### What curve liquidity keeps costing on reference-priced assets

|               |                                                                                                                                                                                                                                                                                                                                                    |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| What happened | Rather than one incident, a continuous drain: every move in the reference price hands arbitrage a profit at the expense of LPs in constant-product RWA pools, the cost the literature calls loss-versus-rebalancing. Where an external exchange reprices an asset continuously, a passive curve transfers LP value outward as a matter of routine. |
| Lesson        | An asset priced elsewhere calls for a venue that consumes the reference price rather than one that tries to rediscover it.                                                                                                                                                                                                                         |
| In Icaria     | Anchor vaults quote around the oracle, so LPs collect spread on genuine flow rather than whatever arbitrage leaves behind. Rebalancing gets paid for openly through skew instead of leaking away.                                                                                                                                                  |

### Edel Finance and wGOOGLx, in July 2026

|               |                                                                                                                                                                                                          |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Loss          | Roughly $403K of bad debt                                                                                                                                                                                |
| What happened | Chainlink's oracle for tokenized Google stock was accurate throughout. What got trusted was a wrapper token's exchange rate, manipulated to 78 times its real level, and the valuation computed from it. |
| Lesson        | Price whatever token you are actually holding. Anything derived is an attack surface.                                                                                                                    |
| In Icaria     | `OracleRouter` is pointed at the feed for the token inside the vault and at nothing besides. Wrappers, vault shares and derived rates are neither listed nor priced.                                     |

### Weekend gaps against tokens that never close

|               |                                                                                                                                                                                                                                                                                                       |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| What happened | Tokens trading continuously on top of underlyings open 32 hours a week drift across the weekend and gap at the open. Venues quoting weekends at weekday spreads put their LPs on the losing side of every Monday morning, while venues that closed simply handed those hours back to custodial books. |
| Lesson        | The session is a property of the asset, and pricing it is the venue's job.                                                                                                                                                                                                                            |
| In Icaria     | With the underlying shut, the regime engine widens the spread, cuts the clip, states both on the ticket, and takes its halts from the oracle's own market status rather than from a hard-coded calendar.                                                                                              |

## The common thread

All of these trace back to one of three things: custody sitting with the venue, prices disconnected from the reference, or values derived instead of fed. All three are designed out:

1. **No custody**, at any point: settlement is atomic and withdrawal is in kind.
2. **No price without an anchor**: the guarded Chainlink mid bounds every fill.
3. **No derived values**: the exact token with a feed of its own, or no market at all.

Issuer, gap, sequencer and contract risk are all still there and all still real, and the remainder of this section documents each one alongside what limits it.


---

# 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/risk/lessons.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.
