A wiki entry, structured for language models.
Read the markdown.
Agent wallet
Also known as: API wallet, delegated key
A delegated key that can place and cancel orders for an account but cannot withdraw funds. If it leaks, the worst case is unwanted trades, not a drained account.
On Hyperliquid and similar venues you approve a separate agent wallet (sometimes called an API wallet) and give that key to the bot, not your real one. It can trade the account but cannot move money out.
This is the first safety control any live agent should use. You can delegate several agent wallets to one account, one per strategy.
Related
- Hyperliquid An on-chain perpetuals venue with a fully on-chain order book, sub-second blocks, and gas-free order actions, unusually friendly to autonomous agents.
- edkdev hyperliquid-mcp Community MCP server wrapping the Hyperliquid SDK, with agent-wallet delegation. Solo-maintained, no lifecycle tooling.
- Dwellir hyperliquid-skills Open skill set for placing and managing Hyperliquid positions from an agent. Thin on backtest/deploy.
What links here
Dwellir hyperliquid-skills · edkdev hyperliquid-mcp · Hyperliquid