Hyperliquid

Perpetuals trading via Thirdfy provider actions. Bridge2 funding, API wallet signing, and builder fee readiness.

Category: Trading

Hyperliquid perpetuals are exposed through the governed action catalog under provider hyperliquid. Orders are signed by an off-chain API wallet (venue signer), not by ERC-7710 Gator grants.

Credential model

LayerModel
Exchange ordersHyperliquid API wallet / agent wallet (off-chain signer)
Bridge2 fundingArbitrum USDC. This is not Base spot delegation.
EVM funding txsMay use Gator/ERC-7710 or agent_wallet for bridge and token movement
ReadsQuery master or subaccount address. API-wallet addresses can return empty state.

Discovery

curl "https://api.thirdfy.com/api/v1/agent/actions/catalog"
SurfaceExample
MCPgetProviderActions { provider: "hyperliquid" }
CLIthirdfy-agent actions with Hyperliquid provider filter

Readiness checklist

  • Bridge2 funded with Arbitrum USDC for the target account.
  • Onboarding complete (complete_hyperliquid_onboarding or setup/status actions).
  • Builder fee approval only when builder monetization is active. Unfunded builder config returns HYPERLIQUID_BUILDER_WALLET_UNFUNDED and orders proceed without builder attachment.
  • Preflight and delegationStatus (or agentWalletBootstrap) before live writes.
  • Amount and coin allowlists enforced by venue policy (allowedCoins, max notional).

Execution lanes

runModeUse
agent_walletSolo agent-owned wallet for setup and perps signing
thirdfy / hybridDelegated user capital with active binding and venue policy

MetaMask/Gator delegation protects EVM calldata paths. It is not the signing authority for Hyperliquid order / cancel calls.

MCP sequence (summary)

  1. getProviderActions { provider: "hyperliquid" }
  2. Discovery / L2 / user state reads
  3. Onboarding or setup/status actions
  4. Orders via walletExecute or executeIntent with chosen runMode

See Thirdfy MCP for the full recommended sequence.

Hosted deploy

Hyperliquid perps templates are on EarnClaw (docs.earnclaw.com). EarnClaw hosts; Thirdfy governs execution.