hood-cli

Robinhood Chain · chain 4663 · generated 2026-07-20

Command reference.

Every block on this page is the real, unedited output of hood <command> --help — generated straight from the CLI's own commander definitions. If a flag is documented here, it exists in the shipped binary. The terminal below is the same live one from the home page: type any of these commands and press Enter.

hood — chain 4663 mainnet

Type any command name to see its real --help, or one of the captured sessions below to replay real mainnet output. Try: price · stocks · swap · init

Press Tab, or tap a suggestion, to autocomplete. Everything below is the same reference as static HTML, in case you'd rather read than type.

Every command

Reads need nothing. Writes need a wallet + --execute — quote/plan is always the default.

hood

top-level usage & global flags

Usage: hood [options] [command]

The command-line toolkit for Robinhood Chain (4663) — instant reads, guarded
writes.

Options:
  -v, --version                  output the version number
  --json                         machine-readable JSON output
  --network <net>                mainnet | testnet (default: "mainnet")
  --rpc <url>                    override the RPC endpoint
  --verbose                      show raw error causes
  --yes                          skip interactive confirmation on writes (still
                                 requires --execute)
  --acknowledge-eligibility      affirm Stock Token acquisition eligibility
                                 (non-US/CA/UK/CH)
  --no-color                     disable ANSI colour
  -h, --help                     display help for command

Commands:
  price [options] <symbol>       Chainlink oracle price + DEX price + premium
                                 for a Stock Token
  stocks [options]               The full Stock Token board with live Chainlink
                                 prices
  coins [options]                Memecoin screener — newest or trending
                                 launches
  launches [options]             Recent memecoin launches from NOXA and The
                                 Odyssey
  portfolio [options] <address>  Multiplier-correct Stock Token positions + USD
                                 totals for an address
  tx <hash>                      Decode a transaction: status, transfers, gas,
                                 method
  token <address>                Inspect a token: metadata, supply, multiplier,
                                 price
  watch [options] <addrOrToken>  Live activity stream for an address or a token
                                 (ERC-20 transfers + native ETH)
  swap [options]                 Quote (default) or execute a Uniswap v3 swap
                                 between two tokens
  transfer [options]             Send ETH or an ERC-20 token to an address
  faucet                         Print testnet faucet instructions + current
                                 testnet balances
  deploy-token [options]         Deploy a fixed-supply ERC-20 from a JSON
                                 config (direct-rail, no launchpad)
  config                         Manage hood-cli settings (rpc, wallet,
                                 network)
  init [options]                 interactive setup wizard: wallet, LLM key
                                 (hood-traders), and Telegram/X (hood-alerts)
  help [command]                 display help for command

hood price

Chainlink oracle price + DEX price + premium for a Stock Token

Usage: hood price [options] <symbol>

Chainlink oracle price + DEX price + premium for a Stock Token

Arguments:
  symbol               ticker (AAPL) or token address

Options:
  --watch              live-updating view (repaints in place) (default: false)
  --interval <ms>      refresh interval for --watch (default: "4000")
  --max-age <seconds>  max acceptable Chainlink answer age
  --no-dex             skip the Uniswap price probe (oracle only)
  -h, --help           display help for command

hood stocks

The full Stock Token board with live Chainlink prices

Usage: hood stocks [options]

The full Stock Token board with live Chainlink prices

Options:
  --sort <key>  sort by symbol | price | premium (premium implies --dex)
                (default: "symbol")
  --dex         also probe Uniswap for DEX price + premium (slower) (default:
                false)
  --priced      only tokens with a live Chainlink feed (default: false)
  --limit <n>   show at most n rows
  -h, --help    display help for command

hood coins

Memecoin screener — newest or trending launches

Usage: hood coins [options]

Memecoin screener — newest or trending launches

Options:
  --new                newest launches (default) (default: false)
  --trending           rank by bonding-curve trade activity (default: false)
  --lookback <blocks>  blocks to scan (default: "50000")
  --limit <n>          rows to show (default: "20")
  --names              resolve token symbols on-chain (default: false)
  -h, --help           display help for command

hood launches

Recent memecoin launches from NOXA and The Odyssey

Usage: hood launches [options]

Recent memecoin launches from NOXA and The Odyssey

Options:
  --follow             stream new launches live (default: false)
  --launchpad <name>   noxa | odyssey (default: both)
  --lookback <blocks>  blocks to scan for the snapshot (default: "30000")
  --limit <n>          max rows in the snapshot (default: "25")
  --names              resolve each token symbol on-chain (default: false)
  -h, --help           display help for command

hood portfolio

Multiplier-correct Stock Token positions + USD totals for an address

Usage: hood portfolio [options] <address>

Multiplier-correct Stock Token positions + USD totals for an address

Arguments:
  address              wallet address to inspect

Options:
  --max-age <seconds>  max acceptable Chainlink answer age
  -h, --help           display help for command

hood tx

Decode a transaction: status, transfers, gas, method

Usage: hood tx [options] <hash>

Decode a transaction: status, transfers, gas, method

Arguments:
  hash        transaction hash

Options:
  -h, --help  display help for command

hood token

Inspect a token: metadata, supply, multiplier, price

Usage: hood token [options] <address>

Inspect a token: metadata, supply, multiplier, price

Arguments:
  address     token address or ticker

Options:
  -h, --help  display help for command

hood watch

Live activity stream for an address or a token (ERC-20 transfers + native ETH)

Usage: hood watch [options] <addrOrToken>

Live activity stream for an address or a token (ERC-20 transfers + native ETH)

Arguments:
  addrOrToken  wallet address, token address, or ticker to watch

Options:
  --token      treat the argument as a token (stream ALL transfers of it)
               (default: false)
  -h, --help   display help for command

hood swap

Quote (default) or execute a Uniswap v3 swap between two tokens

Usage: hood swap [options]

Quote (default) or execute a Uniswap v3 swap between two tokens

Options:
  --sell <token>     ticker or address to sell (e.g. USDG)
  --buy <token>      ticker or address to buy
  --amount <amount>  amount of --sell to spend, in whole tokens
  --slippage <bps>   slippage tolerance in basis points (default: "50")
  --execute          sign and send (default: quote only) (default: false)
  -h, --help         display help for command

hood transfer

Send ETH or an ERC-20 token to an address

Usage: hood transfer [options]

Send ETH or an ERC-20 token to an address

Options:
  --to <address>     recipient address
  --amount <amount>  amount to send, in whole tokens
  --token <token>    ticker or address to send (default: native ETH)
  -h, --help         display help for command

hood faucet

Print testnet faucet instructions + current testnet balances

Usage: hood faucet [options]

Print testnet faucet instructions + current testnet balances

Options:
  -h, --help  display help for command

hood deploy-token

Deploy a fixed-supply ERC-20 from a JSON config (direct-rail, no launchpad)

Usage: hood deploy-token [options]

Deploy a fixed-supply ERC-20 from a JSON config (direct-rail, no launchpad)

Options:
  --config <path>  path to a JSON file: { name, symbol, decimals?,
                   initialSupply }
  --execute        sign and send (default: print the plan only) (default:
                   false)
  -h, --help       display help for command

hood config

Manage hood-cli settings (rpc, wallet, network)

Usage: hood config [options] [command]

Manage hood-cli settings (rpc, wallet, network)

Options:
  -h, --help         display help for command

Commands:
  set <key> [value]  set a config value (network, rpc, testnetRpc, alchemyKey,
                     maxSpendUsd, wallet)
  get <key>          print one config value
  list               print the full config (secrets masked)
  help [command]     display help for command

hood init

interactive setup wizard: wallet, LLM key (hood-traders), and Telegram/X

Usage: hood init [options]

interactive setup wizard: wallet, LLM key (hood-traders), and Telegram/X
(hood-alerts)

Options:
  --out <dir>  directory to write hood-traders.env / hood-alerts.env into
               (default: ".")
  -h, --help   display help for command