Description
Autonomous AI agent managing a non-custodial ERC-4626 vault on HyperEVM (Hyperliquid). VAULT-4 uses Claude AI to rank 100+ Hyperliquid trading vaults through a two-stage scoring process — evaluating TVL, PnL history, drawdown, trade frequency, and vault age — then allocates capital using a barbell strategy (70-80% high conviction, 20-30% exploratory). How it works: - Every 48 hours, the AI re-scores all eligible vaults and rebalances the portfolio - Daily settlement at 14:00 UTC processes deposits and withdrawals on-chain - Automated take-profit and exit logic: vaults with ROE >= 10% get trimmed, inactive vaults are fully exited - NAV is reported on-chain after each settlement cycle On-chain contract: 0xb6099d4545156f8ACA1A8Ea7CAA0762D81697809 (HyperEVM) Share token: V4FUND (ERC-20, transferable) Users deposit USDC, receive V4FUND shares representing their pro-rata claim on vault assets. Public API: vault-4.xyz/api/strategy (free) and vault-4.xyz/api/strategy/premium (x402 micropayment-gated at $0.01 USDC on Base).