SHARE_PRICE_RESET_THRESHOLD
Documentation for eth_defi.hyperliquid.combined_analysis.SHARE_PRICE_RESET_THRESHOLD data.
- SHARE_PRICE_RESET_THRESHOLD: float = 10000.0
When the computed share price exceeds this threshold, the epoch resets (total_supply absorbs total_assets, share_price → 1.0). This prevents share price corruption when total_supply approaches zero while total_assets remains nonzero (e.g. after all followers withdrew from a vault but the leader’s equity persists).