docs

how the numbers are produced.

no proprietary black box. every value shown in the interface has a stated derivation.

overview

hedgr is a read-only analysis layer over a wallet on robinhood chain plus an execution layer that constructs offsetting positions. it never takes custody: every state change requires a signature from your wallet.

wallet scanning

hedgr reads the native balance and the erc-20 balance of every asset present in the market registry. balances that return zero are ignored. no balance is ever inferred or displayed without a chain read behind it.

valuation and arithmetic

token amounts are bigint. usd values are carried as bigint micro-dollars (1e6). value = amount × priceMicro ÷ 10^decimals, computed with integer division. floating point is used only for display percentages.

hedge sizing

hedge notional = detected exposure × protection %. collateral = notional × 20% initial margin. fees and price impact are shown only when a venue reports them; otherwise the field reads unavailable.

execution

execution requires a hedge router, position manager and collateral vault address. when any is missing, quoting and review remain available and signing is disabled with an explicit reason.

data sources

stock-token metadata and prices are proxied server-side from the official robinhood stock-token endpoints. pons assets resolve through the configured market registry contract. when a source does not answer, the affected fields show unavailable.

see the risk model for what a hedge cannot do.

network
chain
Robinhood Chain
chain id
4663
rpc
https://rpc.mainnet.chain.robinhood.com
explorer
https://robinhoodchain.blockscout.com
contracts
hedgeRouter
not configured
marketRegistry
not configured
oracleAdapter
not configured
collateralVault
not configured
positionManager
not configured

hedge execution is not configured for this market.