Documentation

HoldiFi Docs

Product architecture, live portfolio data, $HOLDIFI, and the Robinhood Chain services used by HoldiFi.

Introduction

HoldiFi is a portfolio-credit interface for Robinhood Chain. It is designed around a simple idea: read a user's Robinhood Stock Token portfolio, value those positions with current market data, model collateral capacity, and connect the user to open lending infrastructure.

Robinhood Chain is an Ethereum-compatible Layer 2 with chain ID 4663. Robinhood documents Stock Tokens as standard ERC-20 assets that can be composed into applications including lending markets.

Portfolio utility

The Portfolio Lab accepts a public EVM address or a connected browser wallet address. It loads the official Robinhood Stock Token asset registry, reads token balances from the Robinhood Chain Blockscout API, matches balances against canonical contracts, then requests current Robinhood Stock Token price data.

HoldiFi applies the current multiplier supplied by Robinhood before calculating the token-equivalent USD value. The collateral figure shown by HoldiFi is an indicative software model. External lending markets determine their own collateral parameters, rates, liquidity, and execution rules.

Architecture

Wallet / public address
   ↓
Robinhood Chain token balances
   ↓
Canonical Stock Token registry
   ↓
Robinhood price + multiplier data
   ↓
HoldiFi collateral model
   ↓
Robinhood Chain lending markets

Coin information

NameHoldiFi
Ticker$HOLDIFI
NetworkRobinhood Chain
Contract address

How to buy

Every HoldiFi Buy link is generated from one source of truth. The contract address comes from config.json, and the launchpad destination is built from the configured base URL plus that address.

Community

Follow HoldiFi on X →

FAQ

Does the Portfolio Lab use live data?

Yes. Portfolio lookups request current Robinhood Chain balances and current Robinhood Stock Token data from the configured upstream services.

Does connecting a wallet give HoldiFi custody?

No. The Portfolio Lab requests only the public wallet address. It does not request a private key or seed phrase.

Where does the HoldiFi contract address come from?

It is read from config.json and used by the CA display, copy controls, and Buy URL generator.

Risk information

Digital assets, lending markets, smart contracts, stablecoins, and Stock Tokens can involve market, liquidity, technology, counterparty, and regulatory risk. HoldiFi's modeled collateral figure is informational and does not guarantee financing availability.

Robinhood's documentation states that Stock Tokens provide economic exposure to underlying securities but do not grant legal or beneficial rights in those underlying securities. Eligibility and transfer restrictions may apply.

References

Robinhood Chain documentation
Stock Tokens
Stock Token APIs
Morpho markets on Robinhood Chain