Venue Account Model
The Venue Account Model (VAM) gives Robinhood Chain a common interface to venues with different APIs, account structures, settlement systems, and margin rules.- Venue Registry: Maps each supported venue to its approved driver and risk configuration.
- Venue Driver: Translates the common Mobius interfaces into venue-specific operations.
- Binder: Creates or associates a venue account and records its relationship to the Credit Account.
- Reader: Normalizes venue balances, positions, PnL, margin, and other risk inputs.
- Writer: Submits authorized orders, deposits, withdrawals, cancellations, and closures.
- TEE-backed Executor: Runs the venue-specific workflow and reports results to Robinhood Chain.
Binding
A binding establishes which venue account belongs to a Credit Account:Action Lifecycle
Venue activity follows an explicit asynchronous lifecycle:Authenticated Venue State
The Reader normalizes the venue information needed by the risk engine, including:- cash and spot balances;
- open positions and their notional exposure;
- unrealized and realized PnL;
- margin requirements and withdrawable value;
- pending venue operations; and
- the observation time and freshness of the state.
Liquidation Threshold
Venue Account equity is converted into risk-adjusted collateral through a single liquidation threshold, . This threshold reflects both the volatility of the underlying positions and the leverage inside the Venue Account. For Venue Account equity :Adjusting for Position Leverage
A 1x perpetual position begins with the same base liquidation threshold as its underlying asset. If asset has liquidation threshold , its maintenance margin is: For an x leveraged position: The position’s adjusted liquidation threshold is: For example, a 3x BTC long with a base has an adjusted threshold of:Aggregating the Venue Portfolio
For a Venue Account with several positions, Mobius first calculates a notional-weighted threshold and the account’s cross leverage: is the notional size of position , and is the Venue Account’s authenticated equity. The resulting Venue Account liquidation threshold is: Consider a Venue Account with USDC of equity, a BTC long with , and a ETH long with : Therefore: The Venue Account contributes approximately of risk-adjusted collateral value to the Credit Account.E-Mode (Efficiency Mode)
The standard calculation treats venue exposure on a gross basis. E-Mode applies a higher strategy-specific threshold when an approved, tightly constrained relationship reduces the portfolio’s market risk. Selecting an E-Mode category restricts the eligible assets, venues, position relationships, hedge ratios, and leverage. Actions that would move the portfolio outside those constraints are blocked. If a constraint fails or required venue state becomes stale, the account loses the E-Mode treatment.Example: Leveraged RWA Carry
Consider a strategy with:- 10 Stock Tokens worth $30 each;
- an equal short perpetual with $300 notional; and
- a base liquidation threshold of .