What the Account Holds
The Credit Account directly holds assets that exist on Robinhood Chain, including supported Robinhood Stock Tokens. It also records:- principal and accrued borrowing interest;
- permissions for approved assets, adapters, venues, and strategies;
- active Venue Account bindings;
- pending and completed venue requests; and
- the state required to calculate the global Health Factor.
Controlled Interactions
The account reaches other systems through two controlled interfaces:- Adapters translate calls to approved onchain protocols into Credit Account operations.
- The Venue Account Model translates authorized intents into venue-specific binding, trading, margin, and withdrawal operations.
Permitted Portfolio
Every Credit Account belongs to a market with a defined asset and venue universe. Assets outside that universe cannot contribute collateral value, and unsupported venue state cannot enter the Health Factor. A strategy category can further narrow the permitted portfolio. A leveraged RWA carry strategy may constrain the account to a specified Stock Token, corresponding hedge instruments, approved venues, and bounded hedge ratios. Those restrictions are what allow the risk engine to recognize the hedge.Global Health Factor
At time , define:- : quantity of supported onchain asset ;
- : price of asset ;
- : its standard liquidation threshold;
- : the conservative risk-adjusted net value of Venue Account ;
- : outstanding principal debt; and
- : accrued borrowing interest.
Strategy-Scoped Risk Treatment
The standard Health Factor values positions conservatively without assuming that separate exposures offset. An approved strategy can apply different treatment to a precisely defined portfolio relationship. For example, a Stock Token long and a corresponding perpetual short may receive hedge recognition only while:- both instruments remain eligible for the strategy;
- their venues and price inputs remain approved;
- the hedge ratio stays within its allowed band;
- position and leverage limits are respected; and
- all required venue state remains fresh.
Borrow Once, Then Deploy
A Credit Account establishes leverage with a single debt increase. It borrows the full amount permitted by its collateral and strategy constraints, then deploys the resulting account balance across the intended onchain assets and Venue Accounts. Onchain steps can be combined in a multicall and validated against the resulting account state. External venue actions remain asynchronous. While those actions are pending, the risk engine uses conservative treatment rather than assuming the intended final position already exists.Operation Checks
Every operation must preserve the account’s invariants:- onchain multicalls revert if their final state is not permitted;
- venue actions must match an authorized pending request;
- failed or expired requests are not treated as completed positions; and
- risk-increasing actions are blocked when the account is unhealthy, stale, or being unwound.