Data & analysis

HyperNatt Liq Radar

Try it

Instructs the agent to call the remote HyperNatt MCP tool get_liq_radar (forced-order / liquidation map) before sizing any crypto perp - BTC ETH SOL and other whitelist assets, any venue. Docs + call order only - no local exec/shell/files. This skill covers market-data tools only (manifest + liq radar). Not trade advice. get_liq_radar = $0.001 USDC via x402.

What it does

Instructs the agent to call the remote HyperNatt MCP tool get_liq_radar (forced-order / liquidation map) before sizing any crypto perp - BTC ETH SOL and other whitelist assets, any venue. Docs + call order only - no local exec/shell/files. This skill covers market-data tools only (manifest + liq radar). Not trade advice. get_liq_radar = $0.001 USDC via x402.

The skill document

HyperNatt Liq Radar - trading-agent skill

What this skill is: text instructions so an OpenClaw/Hermes agent knows when and how to call a remote MCP market-data tool.

What this skill is NOT: a local trading bot, shell scripts, custody, or order execution. It does not instruct the agent to move funds.

Declared capabilities (honest)

CapabilityDeclared
Local exec / shellNo
Local filesystemNo
Env vars requiredNone
Outbound networkhttps://hypernatt.com (MCP + docs) ; optional Coinbase payments docs
ToolsRemote MCP only - agent runtime must already support MCP connectors
Fund movement / swapOut of scope for this skill (see related hypernatt-terminal)

Remote MCP (single host)

Tools this skill uses (market-data only)

  1. get_agent_manifest - Free - Catalog
  2. get_liq_radar - $0.001 USDC x402 - Forced-order / liquidation map

Whitelist symbols for get_liq_radar: BTC ETH SOL BNB XRP HYPE ZEC (omit = BTC).

The same MCP host also exposes swap_via_nattswap. That path can move funds (agent signs on-chain). Do not use swap under this skill - use related skill hypernatt-terminal if bridging/funding is required.

When to use

Before sizing or entering a perp, if the user asks to trade better / check liquidations / market microstructure (any venue).

Example (MCP tool call - not local shell)

# Free catalog (via MCP runtime)
tools/call get_agent_manifest {}

# Paid market-data (via MCP runtime + x402 wallet)
tools/call get_liq_radar {"symbol":"ETH"}

Loop

  1. Ensure MCP connector URL above is configured in the agent runtime.
  2. get_agent_manifest (free) once per session if needed.
  3. get_liq_radar with optional symbol.
  4. Interpret distances / OI / clusters structurally - do not invent signals.
  5. Execute trades via a separate venue skill (CEX / DEX / perps). This skill does not place orders and does not instruct swaps.

Payment (x402)

get_liq_radar returns HTTP 402 without payment. The agent wallet / MCP payment client (e.g. Coinbase payments-mcp) settles USDC for the data call only - this skill does not hold keys and does not harvest env secrets.

Honest claims

  • Not trade advice - no custody - no performance promise
  • Vault P&L on hypernatt.com is not this MCP's track record
  • This skill = market-data path only (manifest + liq radar)

Related skills

Onboarding skill for HyperNatt Terminal remote MCP (exactly 3 tools v2.7.0): get_agent_manifest, get_liq_radar, swap_via_nattswap. Docs + call order only - no local exec/shell/files. Read-only market microstructure for crypto trading agents (any venue). Not trade advice. get_liq_radar = $0.001 USDC via x402.

Read live Hyperliquid market data from the desk computer with curl or the Python SDK - mid, mark and oracle prices, order book depth, funding (current, predicted, historical), open interest, volume, candles, perp and spot metadata, margin tiers, and how to save datasets for the strategy lab. Read-only, no key. Use for any market brief, depth read, funding question or data pull.

Manage Hyperliquid perp positions and margin from the desk computer - read positions and margin, set leverage and cross/isolated mode, add isolated margin, understand margin tiers and liquidation price, close a position with a reduce-only IOC, and clean up orphaned orders. Write actions are Execution Trader only, on an approved ticket. Use for leverage changes, closes, protection checks and margin questions.

Perpetual futures signal scanner for Hyperliquid L1 DEX. Tracks funding rates, open interest shifts, large position changes, and liquidation cascades across...

Read a Hyperliquid account from the desk computer - positions and margin, spot balances, open orders including trigger details, fills, funding paid, ledger updates, order status by oid or cloid, historical orders, portfolio history, fee tier and rate-limit budget - with curl and Python SDK examples. Read-only, needs only the account address. Use for sizing inputs, book checks, reconciliation and reviews.

Current Hyperliquid perpetual funding rates across tracked coins

1 installs