Blockchain & RWA

What RWA Projects Actually Exist on Robinhood Chain?

I run a live Uniswap v4 position on Robinhood Chain. I've run a full lend-borrow-repay loop on Longbow (PONS collateral, USDG borrowed) and watched the liquidation price the whole time. So when people ask me what's actually built here, versus what's just been announced, I don't have to guess. This is the survey piece: what's live, what each thing does, and how to check any of it yourself before you touch it.

Robinhood Chain is about seven weeks old as I write this (mainnet launched 2026-07-01). That's not old enough for anything here to have a real track record. Treat every claim below as "true as of early September 2026," not as a permanent fact about the chain.

What RWAs actually trade on Robinhood Chain right now?

The largest category by far is Stock Tokens: plain ERC-20s issued by Robinhood Assets (Jersey) Limited, giving holders economic exposure to shares and ETPs without equity, shareholder rights, or beneficial ownership of anything underlying. They're tokenized debt securities, not stock. That distinction matters every time someone calls them "owning Tesla on-chain." You don't own Tesla, you own a claim. They trade in 120+ countries, excluding the US, 24/7, priced by live Chainlink feeds.

Because they're unrestricted ERC-20s with no allowlist hooks, they can be LP'd, borrowed against, and wrapped like any other token. That composability is the actual unlock. It's why a lending market and a leverage product could get built on top of them within weeks of launch, not the tokenization itself.

Beyond Stock Tokens, the RWA surface is thinner than the marketing suggests. Prism (below) aggregates over a thousand tokenized listings, but roughly 94% of that catalog is stocks and ETFs from a single issuer family (Backed Finance's "xStocks"). The diverse slice, commodities, tokenized funds, real estate, is real but small, closer to 6% of what Prism lists.

How does borrowing against a tokenized stock actually work?

Longbow (longbow.cash, $BOW) runs 42 isolated lending markets on top of Morpho Blue, one per collateral asset, so a bad market can't drag down the others. You can open a leveraged long on a tokenized equity in one transaction (collateral, borrow, and swap routed atomically) and it shows you the liquidation price before you sign.

The loan-to-value ratios are tiered by risk: 39% for RWA and meme-adjacent assets, 63% for most equities, 77% for ETH, 86% for SGOV. Pricing comes from Chainlink on 37 of 42 markets; the handful without a feed (mostly memecoins) fall back to a manipulation-resistant Uniswap TWAP instead.

The part worth understanding if you're going to use it: Stock Tokens trade 24/7 on-chain, but the stock market they track is open 24/5. That mismatch creates weekend price-freeze risk: the oracle can go stale over a weekend while the token itself keeps trading. Longbow's own published modeling says a 20% adverse Monday gap is fully absorbed by their LTV buffer, and bad debt only starts appearing beyond roughly 40%. As of this research, Longbow reports zero liquidations since launch. Read that as "still small and cautious" (about $34.7K total supplied, 4.5% utilization) rather than "proven under stress."

One correction worth stating plainly: Longbow's pinned launch tweet claims "leverage on tokenized equities, first on the chain." That's contested. Arcus, built by the dYdX team, runs a perps DEX on the same chain letting Stock Tokens back leveraged positions at 50% LTV around the same launch window. The mechanisms differ: Longbow does spot-margin leverage on the token itself, Arcus does perpetual futures using the token as margin, so Longbow may be first on a narrow definition. The broad claim as marketed isn't defensible as stated, and I'd rather tell you that than repeat it.

Longbow is also worth watching for a different reason: it hosts a live MCP server exposing markets, rates, and positions for AI agents to read and act on directly. That's a novel agent-native DeFi angle I haven't seen elsewhere on this chain yet, and it fits where this whole beat is heading. See "the agentic market" thread below.

Can you borrow against tokenized stocks on Robinhood Chain? [direct answer]

Yes, through Longbow. Deposit a Stock Token as collateral in its dedicated Morpho Blue market, borrow USDG or another supported asset against it, up to that market's LTV cap (63% for most equities). Longbow's risk page discloses something worth reading before you do this: Robinhood, as the token issuer, can pause transfers, block addresses, force-burn, or upgrade the token itself. That's issuer risk sitting on top of ordinary liquidation risk, and it's disclosed by Longbow's own documentation, not buried.

What is a Uniswap v4 hook, in plain terms?

When you create a liquidity pool on Uniswap v4, you can permanently attach a program that runs at set moments in every trade: before or after a swap, before or after someone adds or removes liquidity. That's a hook. It's not a setting you flip; it's code the pool actually executes.

Think of it as an exchange rulebook written for one listing, welded shut the moment the pool opens. Real exchanges already run per-instrument rules that fire at defined moments: circuit breakers, opening auctions. A hook does the same thing for one pool, and once it's attached at pool creation, it can never be swapped out. Change your mind, and the fix is launching an entirely new pool.

Before v4, custom pool logic meant forking the whole AMM, one deployment per pool. v4 moved to a single shared contract that manages every pool, so a hook can be a small, separate program that plugs into that shared contract instead. Pool creation got roughly 99% cheaper as a result, and custom per-pool logic stopped being a luxury reserved for teams that could fork an AMM.

Fables (fablesfi) is the sharpest real example on Robinhood Chain. Its hook prices trading fees dynamically based on the calendar because tokenized equities trade 24/7 but the stock market underneath them only trades certain hours, a flat fee is mispriced most of the day. Fables runs 9 live markets, including two novel pools: NVDA priced against SPY, and SPY against gold, which only work if the calendar-aware fee logic handles two assets with different trading hours at once. Fables' hook only holds permission to set the swap fee. It can't touch the actual trade amounts, which is why it sits on Uniswap's own automatic allowlist, the class of hook that doesn't require manual security review.

What do you actually get from a hook marketplace?

Not a bespoke contract built for you. You select a pre-built template (Hookr calls them "blueprints") and configure parameters at launch. Often it's the literal same on-chain contract instance reused across dozens of pools. It binds to your pool permanently at creation, same as any other hook, and "audited" across these marketplaces currently means provisionally, incompletely, or not at all, by their own disclosures.

Hookr (hookr.fun) is the most developed of the four marketplaces live on this chain. It lets a creator stack up to five pre-built modules (Anti-Snipe, Surge Fees, Auto Burn, LP Rewards, Nth-buy Pot) with no Solidity required, and shows live gas-cost estimates before you publish. Its real differentiator is a royalty marketplace: when someone launches using a published blueprint, the original designer earns a cut from that pool's fees going forward. None of the other three marketplaces on this chain, HookPad, HookStreet, HoodPad, replicate that.

Hookr's founder, Nodar Janashia, co-founded Zapper.fi and invented the "Zap" pattern for bundling multi-step DeFi actions into one transaction. He's named, not anonymous, which is rare in this ecosystem. Hookr also publicly killed its first "Leveraged Hooks" version before launch, posting a banner reading "no markets were created, do not use these contracts." Shelving a live-money feature before anyone could lose money on it is a real restraint signal in a sector that usually ships first and patches later. A successor version is reportedly back in audit now, per third-party commentary. Worth watching, not yet confirmed live.

One distinction that gets blurred constantly and shouldn't be: Uniswap's allowlist is a scope check on which permission bits a hook's address carries, not a code audit. A hook can pass the allowlist and still contain the exact kind of logic bug that caused two of the worst losses in this category: Cork Protocol lost $11M in May 2025 to a missing access-control check, and Bunni lost $8.4M in September 2025 to a rounding bug, despite having passed audits from two separate firms. Both were bugs in the hook's own logic, not in the underlying primitive. "Audited" and "allowlisted" are not the same claim, and no marketplace here should get to blur that line in its own marketing, so we won't blur it in ours.

Where can you actually see RWAs across the whole chain in one place?

Prism (prismassets.shop) is a discovery layer, not its own trading venue. It's non-custodial and routes execution to wherever the underlying asset actually trades. On one Tesla listing I checked, Prism states directly: "Routed through Jupiter on Solana. Your wallet signs and receives the tokens. Prism never holds your funds." It lists roughly 1,267 assets from 42 issuers, but that headline number needs a caveat: stocks and ETFs make up about 94% of the catalog, nearly all from one issuer family (Backed Finance's xStocks). The diverse slice, BlackRock's BUIDL, Ondo, Janus Henderson, tokenized real estate and art, is real, but it's roughly 6% of the total listings, not the bulk of the story the raw number implies.

Prism also runs a beta "Tokenize My Business" product, letting a small business run its own capped raise on-chain, with proceeds split between the business and permanent Uniswap liquidity on full sellout. That product explicitly labels its current deployment a demo environment. It's a preview, not something live money should touch yet.

Disclosure: Prism runs a paid Creator Rewards program for coverage like this. I'm not in it, and this piece wasn't written for it.

What isn't here yet, that the marketing sometimes implies is?

A few things worth naming directly, because overclaiming is the fastest way to lose credibility with anyone doing real diligence on this chain:

  • No decentralization, yet. Robinhood Chain runs a single Robinhood-operated sequencer and rates Stage 0 on L2BEAT. Contracts are instantly upgradable with no exit window for users, and only two whitelisted actors can challenge state via fraud proof. "Progressive decentralization" has been signaled with no published timeline as of this writing.
  • No MEV-free trading. The chain uses first-come-first-served sequencing, so priority fees can't reorder a transaction. That kills fee-bidding MEV specifically. It does not eliminate MEV broadly. Latency races and the sequencer's own position are untouched by FCFS ordering. Say "no priority-fee reordering," never "MEV-free."
  • No bespoke, audited hook contracts from any of the four marketplaces. What you get is a shared, parameterized template with self-reported (not third-party) audit status in most cases, as covered above.
  • No large-scale KYC-gated pools, on-chain limit orders, or TWAMM order-slicing confirmed in production, despite all three being real Uniswap v4 capabilities. They exist in the protocol's own documentation; nobody has shipped a large named deployment of them on this chain that I could confirm.
  • No confirmed Uniswap-Hookr partnership, despite chatter implying one. Every source cited for that claim is interpretive, not an announcement naming Hookr specifically.

How do you verify an RWA project on Robinhood Chain yourself?

The pattern I actually use, in order:

  1. Read the risk page, not the homepage. Longbow's risk disclosures (the weekend price-freeze mismatch, the issuer's power to pause or force-burn tokens) sit on a page most people never open. If a project's homepage sells a mechanism and its risk page contradicts or complicates it, believe the risk page.
  2. Separate "audited" from "allowlisted." Ask which firm reviewed the specific contract you're about to use, not whether the platform passed an automated scope check. If nobody will name the firm, assume nobody has.
  3. Check who's actually named. Hookr has a named founder with a checkable history. Longbow is pseudonymous (one visible operator, no legal names), and Fables and Prism read as anonymous teams as of this research. Not disqualifying on its own, but it changes how much trust a claim deserves without independent confirmation.
  4. Pull the number yourself before you cite it. TVL and volume figures on this chain have been reported inconsistently across sources, sometimes by a factor of five depending on what's being measured. Pull from L2BEAT or DefiLlama directly rather than trusting a secondary article's snapshot, and never treat a number more than a few days old as current on a chain this young.

The bigger pattern this fits into

Robinhood Chain crossed roughly $540M in TVL and 144M+ transactions by late July, about three weeks after mainnet. Robinhood also opened agentic trading to crypto for eligible US users in mid-August: MCP-server-based agent trading, not just an announcement. Longbow's own MCP server for AI agents is a small, early instance of the same shift: infrastructure built to be operated by an agent, not just a person clicking through a UI. That's the direction this chain's DeFi layer is actually heading, and it's worth its own piece.

For the deeper mechanics behind two of the projects above, see our standalone pieces: What Are Uniswap v4 Hooks? and the Longbow deep dive.


Rick Bakas runs a live Uniswap v4 LP position on Robinhood Chain and has run a full Longbow borrow loop there, opened and repaid. Every project mechanic above is sourced to the project's own documentation or a named outlet; anything unconfirmed is marked as such rather than presented as fact.