Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content
Heat — One CLI for All of Finance
Heat CLI
One CLI for all of finance
curl -fsSL https://raw.githubusercontent.com/dzmbs/heat-cli/main/install.sh | bash

Trade, bridge, lend, and research crypto protocols from your terminal with one consistent account, safety, and output model.

CLI

One Tool, Multiple Protocols

# Hyperliquid
heat hl price BTC
heat hl buy ETH 0.5 --price 3500 --dry-run
 
# Polymarket
heat pm markets search "election"
heat pm buy <token_id> --price 0.55 --size 100 --dry-run
 
# Aave
heat aave markets --chain ethereum
heat aave health --chain base --account main
 
# LI.FI
heat lifi bridge 100 USDC --from ethereum --to arbitrum --account main --dry-run
 
# DefiLlama
heat llama protocols list --sort tvl --limit 5
Philosophy

Protocol-First Design

Every protocol gets its own first-class command tree — heat hl, heat pm, heat aave, heat lifi, heat llama — with native vocabulary and no forced abstractions. Heat owns the output contract, safety model, and account layer, while each protocol keeps its own execution semantics underneath.


Current release scope (v0.4.0): Hyperliquid, Polymarket, Aave phase 1, LI.FI EVM bridging, and DefiLlama read-only market data. Use with small amounts. Limitations.