The equity-RWA
utility layer for Robinhood Chain.

Hood World Asset turns tokenized stocks on Robinhood Chain from static holdings into productive, composable capital — collateral, income, and index exposure — without leaving the chain the assets already live on.

A protocol built on Robinhood Chain (Arbitrum Orbit L2), not a competing chain.

Base: Robinhood Chain · Arbitrum Orbit / Nitro Gas: ETH Assets: ERC-20 Stock Tokens Prices: Chainlink feeds Corp actions: ERC-8056 uiMultiplier()
Contract To be announced TBA
4
Core protocol modules
1
Composable receipt token (hToken)
100%
On-chain, non-custodial settlement
0
New gas token — pays in ETH

Hood World Asset is an independent protocol and is not affiliated with, endorsed by, or built by Robinhood.

The gap

Tokenized stocks are on-chain, but they don't do anything yet.

Robinhood Chain brought real equities on-chain as ERC-20 Stock Tokens — a genuine breakthrough. But the moment an asset is tokenized, holders expect what DeFi promises: leverage, yield, and composability. Today that layer is missing.

01

Idle capital

A tokenized share sits in a wallet doing nothing. Unlike a brokerage margin account, there's no native way to borrow against it or put it to work while keeping exposure.

02

Manual corporate actions

Dividends and splits are handled per-token via the ERC-8056 multiplier, but there's no protocol to automatically sweep, reinvest (DRIP), or compound them on the holder's behalf.

03

No packaged exposure

Building a diversified basket means buying and managing dozens of individual Stock Tokens by hand. There's no on-chain, auto-rebalancing "ETF-in-a-vault" primitive.

04

Compliance friction for builders

Stock Tokens carry transfer restrictions (non-US, gated eligibility). Every app re-implements the same allowlist checks. There's no shared, reusable compliance rail.

The idea

Hood World Asset: one utility layer, four jobs.

A set of audited, composable smart contracts that sit directly on Robinhood Chain and let any wallet or app unlock the productive value of Stock Tokens — while respecting the compliance rules baked into those tokens.

C
Collateralizeborrow against stock tokens
D
Earnauto-compound dividends
I
Diversifytokenized index baskets
G
Complyshared eligibility rail

Each job maps to a protocol module, detailed in Modules below.

The through-line: every module mints or accepts hTokens — standardized, composable receipts that represent a claim on deposited assets. That's what makes lending, DRIP, and indexes interoperable instead of four siloed apps.
System architecture

Three layers, from the metal to the user.

Hood World Asset is the middle layer. It never re-invents the base chain and never touches custody of the underlying equities — it composes on top of the primitives Robinhood Chain already exposes.

Access & apps Hood World Asset protocol Robinhood Chain base
1 · Access & Application Layerwallets · dApps · agents
Hood World Asset App
Web UI for deposit, borrow, DRIP toggle, basket buy.
Any EVM wallet
Standard ERC-20 tooling works out of the box.
Third-party dApps
Integrate hTokens as collateral or LP.
AI / agents ERC-4337
Session-key bots that rebalance or auto-repay.
▲   contract calls (JSON-RPC)   ▲
2 · Hood World Asset Protocol Layeraudited smart contracts · non-custodial
Collateral Vaults
Deposit → mint hToken → borrow stablecoin. Health-factor + liquidations.
DRIP Engine
Watches multiplier changes; sweeps & reinvests distributions.
Index Vaults
Weighted basket accounting + rebalancer.
hToken Factory
Mints/burns standardized receipt tokens.
shared services
Oracle Adapter
Reads Chainlink price + normalizes by uiMultiplier() for a true per-token value.
Compliance Guard
Eligibility registry + transfer hook enforcing Stock-Token restrictions on every hToken move.
Risk & Params
LTV caps, fees, pause switches — governed, timelocked.
▲   reads / holds   ▲
3 · Robinhood Chain (Base)Arbitrum Orbit · Nitro · settles to Ethereum
Stock Tokens ERC-20
18-decimal tokens; issued by Robinhood Assets (Jersey) Ltd.
ERC-8056 multiplier
On-chain shares-per-token ratio for splits & dividends.
Chainlink feeds
Live per-asset price oracle.
ETH gas + sequencer
First-come ordering (no priority-fee MEV auction).

Hood World Asset holds hTokens and deposited Stock Tokens in its own contracts; it does not custody the underlying equities, which remain issued and redeemable only through Robinhood's Authorised Participant process.

The four modules, in depth

What each piece actually does.

C1 · Collateral Vaults

Deposit a Stock Token, receive a h-ASSET receipt, and borrow a supported stablecoin up to a conservative loan-to-value. You retain price exposure to the equity while unlocking spendable liquidity.

  • Per-asset LTV caps set by risk parameters (volatile names get lower limits).
  • Health factor derived from the Chainlink price after uiMultiplier normalization.
  • Liquidations are open and permissionless; first-come sequencing means no gas-auction sniping edge.
  • Repay anytime to unlock and burn the hToken back to the underlying.

D2 · DRIP Engine

Dividends and splits surface on Robinhood Chain as changes to a token's ERC-8056 multiplier. The DRIP Engine detects the economic distribution and, if the holder opts in, reinvests it into more of the same asset automatically.

  • Opt-in per position: compound, or sweep to stablecoin.
  • Batched execution keeps ETH gas costs shared across users.
  • Fully auditable on-chain reinvestment trail.
  • Works whether the asset is idle, vaulted, or inside an index.

I3 · Index Baskets

A single tokenized vault that holds a weighted set of Stock Tokens — e.g. "Top 10 Tech" — and rebalances toward target weights. Buying one basket token is buying the whole diversified position.

  • Transparent, on-chain holdings and weights at all times.
  • Rebalancer nudges toward targets on drift or schedule.
  • Basket tokens are themselves hTokens — usable as collateral elsewhere.
  • DRIP applies at the basket level for hands-off compounding.

G4 · Compliance Rail

A shared eligibility registry and transfer guard so every hToken movement honors the same restrictions the underlying Stock Tokens carry — instead of each app rebuilding it.

  • Allowlist / eligibility attestations checked on transfer & mint.
  • Excludes restricted jurisdictions (e.g. US persons) at the protocol edge.
  • Reusable by third-party builders — compliance as shared infrastructure.
  • Upgrade path for ZK / privacy-preserving eligibility proofs.
How value moves

Three flows that define the product.

A · Unlock liquidity (borrow against a Stock Token)

STEP 1
Deposit

Holder deposits e.g. tokenized AAPL into a Collateral Vault.

STEP 2
Mint hToken

Vault mints h-AAPL receipt; Compliance Guard verifies eligibility.

STEP 3
Price

Oracle Adapter values it: Chainlink price × uiMultiplier.

STEP 4
Borrow

Holder draws a stablecoin up to the asset's LTV cap.

STEP 5
Repay / unlock

Repay to burn h-AAPL and reclaim the underlying — or get liquidated if health drops.

B · Auto-compound a dividend (DRIP)

STEP 1
Distribution

Underlying pays a dividend; ERC-8056 multiplier updates on-chain.

STEP 2
Detect

DRIP Engine reads the multiplier change for opted-in positions.

STEP 3
Reinvest

Batches the distribution back into the same asset (or basket).

STEP 4
Compound

Position grows; the full trail is on-chain and auditable.

C · Buy diversified exposure (Index Basket)

STEP 1
Mint basket

User deposits stablecoin / tokens into an Index Vault.

STEP 2
Acquire & weight

Vault holds the constituent Stock Tokens at target weights.

STEP 3
Receive hToken

User gets one basket token = the whole position.

STEP 4
Rebalance & reuse

Auto-rebalances on drift; basket token reusable as collateral.

The precision problem

Why the multiplier matters more than the price.

On a tokenized-equity chain, a naïve price read is dangerous. A stock split or dividend changes how many underlying shares one token represents — so the same token can be worth a different amount without the raw feed moving the way you'd expect. Hood World Asset values every position as a two-part read.

1Chainlink price feed

Live market price for the asset, published on-chain per Stock Token. This is the market half of the equation.

2ERC-8056 uiMultiplier()

The shares-per-token ratio that Robinhood Chain updates for splits and dividends. This is the corporate-action half.

true value = ChainlinkPrice × uiMultiplier()
Every LTV check, liquidation trigger, DRIP detection, and basket weight uses this normalized value — with staleness and circuit-breaker guards on the feed. Precision here is the difference between safe collateral and silent under-collateralization.
Supported assets

Tokenized stocks & ETFs, made productive.

Every equity Robinhood Chain issues as a Stock Token can be wrapped into an hToken with its own collateral parameters and DRIP support. Below is the listing of supported assets and $HWA baskets.

SymbolCompanySectorhTokenMax LTVDRIP
AAPLAppleTechnologyh-AAPL65%Yes
MSFTMicrosoftTechnologyh-MSFT65%Yes
NVDANVIDIASemiconductorsh-NVDA55%Yes
AMZNAmazonConsumer Disc.h-AMZN60%
GOOGLAlphabetCommunicationh-GOOGL60%
METAMeta PlatformsCommunicationh-META60%Yes
TSLATeslaAutomotiveh-TSLA45%
JPMJPMorgan ChaseFinancialsh-JPM60%Yes
JNJJohnson & JohnsonHealthcareh-JNJ65%Yes
KOCoca-ColaConsumer Staplesh-KO65%Yes
SymbolFundExposurehTokenMax LTVDRIP
SPYSPDR S&P 500US Large Caph-SPY70%Yes
VOOVanguard S&P 500US Large Caph-VOO70%Yes
QQQInvesco QQQNasdaq-100h-QQQ65%Yes
VTIVanguard Total MarketUS Total Marketh-VTI70%Yes
IWMiShares Russell 2000US Small Caph-IWM60%
VEAVanguard Dev. MarketsIntl Developedh-VEA60%Yes
BasketThemeHoldingshTokenRebalanceDRIP
TECH10Top 10 Tech10 large-cap techh-TECH10On driftYes
DIVGRODividend Growth15 dividend payersh-DIVGROQuarterlyYes
SPCORES&P CoreBroad US large caph-SPCOREOn driftYes
SEMISemiconductors8 chipmakersh-SEMIMonthly

Asset availability follows what Robinhood Chain issues; Max LTV values are set by $HWA governance. Prices are read on-chain via each asset's Chainlink feed, normalized by uiMultiplier() — see the pricing section above.

Honest risk framing

What can go wrong, and where it's mitigated.

A credible RWA protocol names its failure modes. These are the material ones for a protocol of this shape on this chain.

HIGH

Oracle staleness / manipulation

A wrong or stale price mis-prices collateral. Mitigation: Chainlink feeds, staleness checks, circuit breakers, conservative LTVs, and multiplier normalization.

HIGH

Liquidation gaps

Equities can gap at open/close and trade in limited windows. Mitigation: wide safety buffers, per-asset caps, and pausing markets around known low-liquidity periods.

MED

Sequencer centralization

Robinhood runs a single sequencer; downtime halts liquidations/repayment. Mitigation: grace periods after downtime, and reliance on Orbit's escape/fraud-proof settlement to Ethereum.

MED

Compliance & transfer limits

Stock Tokens are restricted (non-US, gated). A composability layer must not create a back-door. Mitigation: the Compliance Guard enforces eligibility on every hToken move.

MED

Issuer / redemption dependency

Underlying tokens are debt securities redeemable only via Authorised Participants; they are not direct share ownership. Hood World Asset inherits that dependency and must disclose it plainly.

LOW

Smart-contract risk

Standard for any protocol. Mitigation: audits, timelocked governed parameters, pause switches, and staged limits during ramp-up.

Control & sustainability

Who sets the dials.

PGoverned parameters

Per-asset LTV caps, liquidation thresholds, supported stablecoins, protocol fees, DRIP batching, and pause switches are governed and timelocked — no silent changes.

FFee model

A modest spread on borrow interest and a small management fee on baskets fund audits, oracle costs, and a safety/insurance reserve. Kept transparent and on-chain.

$HWA is the protocol's governance token — value is designed to accrue from real fee revenue, not token emissions, and parameters are set by $HWA holders under timelock.

Fit

Why this belongs on Robinhood Chain specifically.

01
The assets are already here.

Robinhood Chain is one of the few places real tokenized equities exist as standard ERC-20s. Hood World Asset has native inventory to build on from day one.

02
EVM + ETH gas = zero friction.

Fully EVM-compatible with ETH as gas — existing Solidity, wallets, and libraries deploy unmodified. No new gas token to bootstrap.

03
Native oracles & corp-action data.

Chainlink price feeds and the ERC-8056 multiplier are first-class on-chain — the exact primitives a lending/index protocol needs, already provided.

04
Fair ordering.

First-come sequencing (no priority-fee auction) means liquidations and rebalances aren't dominated by MEV gas wars — a healthier base for a risk protocol.

Ecosystem

dApps Directory

Applications built on Hood World Asset. These are not the four protocol modules — they're the products that consume Hood World Asset's hTokens and shared services to deliver something to end users.

Applications across the Hood World Asset ecosystem.

DEXLive

hSwap

A decentralized exchange for Stock Tokens and hTokens, with pooled liquidity and first-come, MEV-resistant ordering. Swap AAPL exposure for a stablecoin in one click.

uses: hToken Factory · Oracle Adapter

Learn more →
AnalyticsLive

Hood World Asset Terminal

A portfolio dashboard: live collateral health factors, DRIP compounding history, basket performance, and liquidation alerts — all read directly from on-chain state.

uses: Oracle Adapter · Vaults · DRIP

Learn more →
MarketplaceCommunity

Basket Studio

A marketplace where curators publish themed baskets ("Top 10 Tech", "Dividend Growth") that deploy Index Vaults. Users browse, buy, and follow — creators earn a share of fees.

uses: Index Vaults · hToken Factory

Learn more →
IdentityLive

Eligibility Passport

A one-time onboarding flow that issues a reusable eligibility attestation, so a verified wallet can interact with any Hood World Asset-integrated app without repeating KYC.

uses: Compliance Guard

Learn more →
AutomationCommunity

AutoPilot

An ERC-4337 agent with session keys that watches your positions and acts: auto-repay before a liquidation, auto-reinvest dividends, and nudge baskets back toward target weights.

uses: Vaults · DRIP · Index Vaults

Learn more →
BridgeLive

Hood World Asset Bridge

An eligibility-aware gateway for moving supported stablecoins on and off Robinhood Chain, so users can fund borrowing and settle repayments without leaving the compliance perimeter.

uses: Compliance Guard

Learn more →

Ready to build?

Hood World Asset exposes composable hTokens, a shared Oracle Adapter, and a reusable Compliance Guard behind a standard EVM interface. Integrate one abstraction and inherit lending, income, indexing, and eligibility.

Build on Hood World Asset →
Build sequence

A staged path from testnet to composable ecosystem.

Scroll into this section and the timeline draws itself, phase by phase.

PHASE 1

Foundations

  • hToken Factory + Oracle Adapter
  • Compliance Guard v1
  • Testnet, single-asset vault
  • Audit round 1
PHASE 2

Lending live

  • Collateral Vaults, multi-asset
  • Permissionless liquidations
  • Conservative LTV caps
  • Mainnet launch
PHASE 3

Income & baskets

  • DRIP Engine
  • First Index Baskets
  • Basket-as-collateral
  • Agent / ERC-4337 support
PHASE 4

Open ecosystem

  • Third-party compliance rail
  • Governance + timelock
  • ZK eligibility upgrade
  • Cross-app composability
The document

Whitepaper

The complete written specification for Hood World Asset — the reasoning, mechanics, and parameters set out in full.

Whitepaper v1.0

Hood World Asset ($HWA) — The Equity-RWA Utility Layer for Robinhood Chain

"Tokenizing an equity is the first step. Making it productive, composable, and compliant is the protocol."

Ticker: $HWA Total supply: 100,000,000,000 Contract: To be announced Receipt token: hToken Base: Robinhood Chain Stack: Arbitrum Orbit / Nitro Gas: ETH Date: August 2026

Executive Summary

Robinhood Chain brought real equities on-chain as standard ERC-20 Stock Tokens, opening tokenized-stock access across more than 100 countries. But a tokenized asset that only sits in a wallet has captured a fraction of its potential. Hood World Asset is a set of audited, non-custodial smart contracts that make those tokens productive: usable as collateral, income-generating through automated dividend reinvestment, and packageable into diversified index positions — all while enforcing the transfer restrictions the underlying tokens carry.

Hood World Asset is a protocol built on Robinhood Chain, not a competing chain. Every module mints or accepts a standardized receipt token, the hToken, which is what makes lending, income, and indexing composable rather than four disconnected apps.

The Problem

Tokenization solves distribution and settlement, but it does not, by itself, create utility. On Robinhood Chain today a holder faces four gaps:

Idle capital — no native way to borrow against a Stock Token while keeping exposure. Manual corporate actions — dividends and splits update a token's on-chain multiplier, but nothing sweeps or compounds them automatically. No packaged exposure — diversification means hand-managing dozens of tokens. Compliance friction — every builder re-implements the same eligibility checks the restricted tokens require.

4structural gaps addressed
1shared receipt standard
0new gas token needed

Vision

The endgame for tokenized equities is a market where a share behaves like programmable capital: it can be posted, borrowed against, bundled, and automated the moment it exists on-chain, without a broker in the loop and without breaking the rules that make it a regulated instrument. Hood World Asset aims to be the neutral utility layer that delivers that — the connective tissue between Robinhood Chain's issuance and a full on-chain equity economy.

Positioning: Hood World Asset is infrastructure, not a destination app. Its success is measured by how many wallets, dApps, and agents build on hTokens — not by locking users into a single interface.

Design Principles

Compose, don't reinvent. Hood World Asset reads the primitives Robinhood Chain already provides — ERC-20 Stock Tokens, Chainlink price feeds, the ERC-8056 multiplier — instead of duplicating them. Non-custodial by default. Users retain control; the protocol never takes custody of the underlying equities. Compliance is not optional. Every hToken movement passes the same eligibility checks as the underlying. Conservative before clever. Collateral parameters start strict and loosen only through governed, timelocked changes.

Protocol Architecture

Hood World Asset is the middle of three layers. Below it, Robinhood Chain (Arbitrum Orbit on the Nitro client) provides EVM execution, ETH gas, a single first-come sequencer, and settlement to Ethereum via blob data. In the middle, the Hood World Asset protocol layer holds the four modules plus three shared services — the Oracle Adapter, the Compliance Guard, and the Risk & Params registry. Above it, the access layer — wallets, third-party dApps, and ERC-4337 agents — calls the contracts over standard JSON-RPC.

Because the chain is fully EVM-compatible, Hood World Asset deploys with standard Solidity tooling and existing wallets work out of the box.

The hToken Standard

When a user deposits a Stock Token into any Hood World Asset module, the protocol mints a hToken — a standardized receipt representing a claim on the deposited asset (e.g. h-AAPL, or a basket token for an index). hTokens are themselves compliance-gated ERC-20s, which means a basket token can be used as collateral, a vaulted position can still receive DRIP, and third parties can integrate one interface instead of many.

Why it matters: the hToken is the single abstraction that turns four modules into one composable system.

Oracle & Corporate Actions

On a tokenized-equity chain a raw price read is unsafe, because a split or dividend changes how many underlying shares one token represents. Hood World Asset therefore values every position as a two-part read: the live Chainlink price feed for the market price, multiplied by the token's ERC-8056 uiMultiplier() for the corporate-action ratio.

true value = ChainlinkPrice × uiMultiplier()

Every loan-to-value check, liquidation trigger, DRIP detection, and index weight uses this normalized value, with staleness checks and circuit breakers guarding the feed.

Collateral & Liquidations

A holder deposits a Stock Token, receives a hToken, and borrows a supported stablecoin up to a per-asset loan-to-value cap. A position's health factor is derived from the normalized oracle value; if it falls below threshold, the position becomes open to permissionless liquidation. Because Robinhood Chain orders transactions first-come rather than by priority-fee auction, liquidations are not dominated by MEV gas wars.

ParameterApproach
LTV capsPer-asset; lower for volatile names
Health factorChainlink price × uiMultiplier
LiquidationsOpen & permissionless
Safety buffersWide, to absorb equity gap risk

Compliance & Eligibility

Stock Tokens carry transfer and jurisdictional restrictions — notably, US persons are excluded, and only Authorised Participants may subscribe directly. A composability layer must never become a back-door around these rules. The Compliance Guard is a shared eligibility registry and transfer hook checked on every hToken mint and transfer, so the same restrictions propagate to derived positions. It is reusable by third-party builders — compliance offered as shared infrastructure — with an upgrade path toward zero-knowledge, privacy-preserving eligibility proofs.

Fees & Sustainability

Hood World Asset sustains itself on usage, not token emissions. A modest spread on borrow interest and a small management fee on index baskets fund audits, oracle costs, and a safety/insurance reserve. All fees are transparent and on-chain. $HWA is the governance token, with a fixed total supply of 100,000,000,000, and its value is designed to accrue from this real fee revenue rather than from inflationary emissions.

100,000,000,000fixed total supply of $HWA
0%ongoing inflation / emissions
Fee-backedvalue from real protocol revenue

Governance

Risk parameters — per-asset LTV caps, liquidation thresholds, supported stablecoins, fee levels, DRIP batching, and pause switches — are governed and timelocked. No parameter changes silently; every change is proposed, reviewed, and delayed before activation, giving users time to react. Security-critical changes require a higher bar than routine parameter tuning.

Security

Hood World Asset follows a conservative security posture: multiple independent audits before mainnet, staged deposit caps during ramp-up, timelocked governance, and circuit-breaker pause switches on oracle anomalies. It inherits the base chain's settlement guarantees — fraud-proof-secured settlement to Ethereum — while adding its own guards for the risks specific to lending against volatile, restricted equities.

Risks

An honest protocol names its failure modes. The material ones: oracle staleness or manipulation (mitigated by Chainlink feeds, staleness checks, circuit breakers, and multiplier normalization); liquidation gaps from equities trading in limited windows (wide buffers, per-asset caps); sequencer centralization, since Robinhood runs a single sequencer (grace periods, escape via L1 settlement); compliance back-doors (the Compliance Guard on every move); issuer/redemption dependency, as the underlying are debt securities redeemable only via Authorised Participants; and standard smart-contract risk (audits, timelocks, pauses).

Roadmap

PhaseFocusKey deliverables
Phase 1FoundationshToken Factory, Oracle Adapter, Compliance Guard v1, testnet, audit 1
Phase 2Lending liveMulti-asset Collateral Vaults, permissionless liquidations, mainnet
Phase 3Income & basketsDRIP Engine, first Index Baskets, basket-as-collateral, agent support
Phase 4Open ecosystemThird-party compliance rail, governance + timelock, ZK eligibility

Conclusion

Robinhood Chain answered "how do real equities get on-chain." Hood World Asset answers "what happens next." By turning Stock Tokens into productive, composable, compliant capital through a single receipt standard and a small set of audited contracts, it aims to be the utility layer an on-chain equity economy is built on — neutral, non-custodial, and honest about its risks.

Note: Hood World Asset is an independent protocol, not affiliated with or endorsed by Robinhood. Nothing here is financial, legal, or investment advice. See the full disclaimer below.