⚠️ VISION DOCUMENT
Iterating since HyperLiquid Hackathon (Aug 2025)
Getting delta-neutral on HyperEVM yields (LP NFTs, stHYPE, lending markets, PTs) requires:
- Source USDC as margin for 1x shorts
- Open Short
- Monitor funding flips
- Bridge PnL
- Rebalance
- Sketchy unwind
- Mainnet gwei spikes erasing yield
Many steps. Manual hell. Max pain.
Result: Gas costs and operational overhead eat into profits. Small positions become unviable.
1-step to drag & drop your yield assets into HyperLP vault for instant hedge
P2P lending replaces vault complexity:
- HyperLP sources USDC margin directly for depositors at current rate + spread
- Depositors get instantly hedged
- Smart contract opens shorts, compounds funding, ERC7540 with open source, offchain NAV computation
- HyperLP lend USDC at current rate + spread (2-5%)
- Depositors pay just the spread. Get yield on their evm leg and funding rate on the short leg.
Before: Source margin → Short → Monitor → Bridge → Repeat → Manual → Error prone with multiple steps After: Deposit to hedge → 1 step
Result: instant, zero friction, profesionnal hedging
- Delta-neutral exposure to majors (HYPE/BTC/ETH)
- HIP-3 strategies: equity perps, RWAs, pre-IPO markets
- Cross assets: BTC hedged with NASDAQ perps
- Clear P&L explanations
- Partnerships (points, liquidity bribes)
- Institutional that needs to hedge their positions around economic calendar events
- ERC-7540 Standard: Tokenized vault interface
- Keepers: 24/7 position monitoring and rebalancing (private repos for now)
- Risk Management: Limits on leverage, slippage, and position concentration
- Frontend: Next.js 15, TypeScript, TailwindCSS
- Databases: PostgreSQL, Prisma ORM, Inngest (cron jobs)
- Blockchain: Viem, ERC-7540 vaults, HyperEVM
- Analytics: ECharts, TanStack Query
- Node.js v23.3.0
- PostgreSQL
- pnpm package manager
# Clone and install
git clone <repository-url>
cd hyper-lp/ui
pnpm install
# Configure environment
cp .env.example .env
# Edit .env with your credentials
# Setup database
pnpm prisma:generate
pnpm prisma:deploy
# Start development
pnpm devVisit http://localhost:3000
- See
.env.examplefor complete list
- Twitter: @HyperLP
- Documentation: docs.hyperlp.xyz
Built with ❤️ for the Hyperliquid ecosystem