🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Hype

by @ivangdavila

Assist with Hyperliquid perpetuals trading, deposits, withdrawals, and L1 features.

Versionv1.0.0
Downloads1,121
Stars⭐ 4
TERMINAL
clawhub install hype

πŸ“– About This Skill


name: Hype description: Assist with Hyperliquid perpetuals trading, deposits, withdrawals, and L1 features. metadata: {"clawdbot":{"emoji":"🟒","os":["linux","darwin","win32"]}}

Deposits and Withdrawals

  • Deposits only via Arbitrum β€” bridge USDC from Arbitrum to Hyperliquid
  • Native USDC only β€” not USDC.e or other bridged versions
  • Withdrawals back to Arbitrum β€” same bridge, takes a few minutes
  • No direct deposits from Ethereum mainnet β€” must bridge to Arbitrum first
  • Minimum deposit/withdrawal amounts apply β€” check current limits
  • Account Model

  • Single margin account β€” all positions share collateral
  • Cross-margin by default β€” profits from one position offset losses in another
  • Isolated margin available per position β€” limits risk but reduces capital efficiency
  • Account value = deposits + unrealized PnL β€” real-time calculation
  • Trading Perpetuals

  • Perpetual futures with up to 50x leverage β€” higher leverage = higher liquidation risk
  • Funding rates every hour β€” longs pay shorts or vice versa based on price vs index
  • Mark price for liquidations β€” not last traded price, reduces manipulation
  • Order types: limit, market, stop-loss, take-profit, trailing stop
  • Reduce-only orders to close without accidentally increasing position
  • Liquidations

  • Liquidation price visible before opening position β€” calculate carefully with leverage
  • Partial liquidations happen first β€” position reduced before full liquidation
  • Insurance fund covers bad debt β€” but don't rely on it
  • Cross-margin means other positions' profits protect you β€” but losses can cascade
  • ADL (Auto-Deleveraging) in extreme cases β€” profitable traders may be force-closed
  • Order Execution

  • On-chain order book β€” fully decentralized, verifiable
  • Sub-second block times β€” near-instant execution
  • No gas fees for trading β€” fees are trading fees only
  • API available for programmatic trading β€” rate limits apply
  • Cancellations are instant β€” no pending cancel state
  • Vaults and Staking

  • HLP (Hyperliquid Provider) vault β€” earn fees from market making
  • Deposit USDC to earn yield β€” but exposed to vault performance
  • Vault performance varies β€” can be negative during high volatility
  • Staking HYPE token for governance β€” separate from trading
  • HYPE Token

  • Native token of Hyperliquid L1 β€” used for gas on the L1 chain
  • Airdrop distributed to early users β€” based on trading volume and points
  • Staking for chain security β€” validators run on HYPE stake
  • Trading fees partially go to HYPE stakers β€” revenue sharing model
  • Risk Management

  • Set stop-losses before entering positions β€” discipline prevents disasters
  • Monitor funding rates β€” paying high funding erodes profits
  • Check open interest and liquidity β€” low liquidity means higher slippage
  • Avoid max leverage β€” leaves no room for price movement
  • Understand cross-margin implications β€” one bad trade can affect all positions
  • API and Automation

  • REST and WebSocket APIs available β€” full trading functionality
  • Rate limits per IP and account β€” respect limits to avoid bans
  • Testnet available β€” practice without real funds
  • SDK in Python β€” official and community libraries exist
  • Common Issues

  • "Insufficient margin" β€” need more USDC or reduce position size
  • "Order would trigger liquidation" β€” leverage too high for position size
  • "Rate limited" β€” slow down API requests
  • Withdrawal delayed β€” network congestion, usually resolves quickly
  • Position not showing β€” refresh or check subaccounts
  • Security

  • Non-custodial β€” funds secured by your wallet
  • Connect via wallet signature β€” no deposits to exchange address
  • Revoke connections when done β€” permissions persist until revoked
  • Verify site URL β€” phishing sites common for DEXs
  • No KYC required β€” but geo-restrictions may apply