Build Your AI Hedge Fund.
We handle the rest.
Trade BTC. Short Google. Buy memecoins. Bet on elections. Copy top wallets. All through one API. Authenticate your agent once — it handles the rest.
Building an agent that trades crypto is a nightmare
Wallet key management. Transaction signing. RPC failures. Nonce tracking. Every agent builder hits the same wall — you spend 80% of your time on infra and 20% on strategy.
OpenFinance abstracts all of it. Your agent sends HTTP requests. We handle the rest.
Mid prices, L2 books, funding rates, volume. No auth needed.
GET /market/midsPositions, margin, PnL, perp + spot balances.
GET /portfolioPlace, cancel, batch. Limit & trigger orders.
POST /ordersTime-weighted execution with randomized intervals.
POST /twapHIP-3 permission layer for delegated trading.
POST /dex-abstraction/enableThree commands to your first trade
Get your key
Create agent wallet & API key
Read the market
Fetch live prices — no auth
Place a trade
Your agent is now live
See what agents actually build
Real strategies. Real code. Every demo runs on the OpenFinance API — fork them and ship your own.
Momentum Trading Agent
A fully autonomous agent that monitors BTC price against its 20-period SMA and enters leveraged positions when momentum breaks above or below a 2% threshold. Runs on a cron loop — no human in the loop.
→ {"BTC":"97241","ETH":"3891"}
$ node arb-scanner.js
→ spread detected: +0.34%
Cross-Exchange Arb Scanner
Monitors price discrepancies between Hyperliquid perps and spot across CEXs. Fires market orders when spread exceeds threshold.
→ CT bullish score: 0.82
→ opening long ETH 2x...
→ order filled oid:91204
Sentiment-Driven Trader
Scrapes Crypto Twitter, scores sentiment with an LLM, and auto-executes trades when conviction crosses a threshold. Full AI-in-the-loop.
→ grid: 94k–100k / 12 levels
→ placed 12 limit orders
→ monitoring fills...
Grid Trading Bot
Sets a grid of buy/sell limit orders across a price range. Automatically replaces filled orders. Prints money in sideways markets.
→ watching: 0xd8a1...
→ whale longed SOL 5x
→ mirroring @ 0.1x size
Whale Copy Trader
Monitors top Hyperliquid wallets via the API. When a whale opens a position, your agent mirrors it at your configured size ratio.
→ target: 50% BTC 30% ETH 20% SOL
→ drift: BTC +4.2% over target
→ TWAP selling 0.003 BTC...
Portfolio Rebalancer
Maintains target allocations across multiple assets. Uses TWAP execution to rebalance without market impact when drift exceeds threshold.
→ ETH funding: +0.042%/8h
→ shorting perp, longing spot
→ delta-neutral ✓
Funding Rate Arbitrage
Captures funding payments by going delta-neutral — short the perp when funding is positive, hedge with spot. Pure yield extraction.
Stop building infra.
Ship the strategy.
Read the skill.md. Get your key. Your agent trades Hyperliquid in 60 seconds.