> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI Command Reference

> Full reference for all 17 GoldRush CLI commands across portfolio management, market discovery, trading intelligence, and utilities.

## Portfolio & Wallets

### `goldrush balances`

Full token portfolio across 100+ chains. ERC20s, native tokens, NFTs, USD values, and 24h changes.

```bash theme={null}
goldrush balances <chain> <address>
```

```bash theme={null}
goldrush balances eth-mainnet vitalik.eth
```

### `goldrush transfers`

Transfer history for any wallet - inbound, outbound, and token details.

```bash theme={null}
goldrush transfers <address> <chain>
```

### `goldrush watch`

Real-time wallet activity streaming. Swaps, transfers, and deposits as they happen.

```bash theme={null}
goldrush watch <address> <chain>
```

```bash theme={null}
goldrush watch 0xbaed383ede0e5d9d72430661f3285daa77e9439f base-mainnet
```

<Note>
  This is the command you leave running in a tmux pane. It streams continuously until you stop it.
</Note>

## Market Discovery

### `goldrush new_pairs`

Live stream of new DEX liquidity pairs as they're created. Supports 35+ protocol integrations across 9 chains: Uniswap V2/V3, PancakeSwap, Raydium, Pump.fun, Moonshot, Meteora, Orca, Shadow, Clanker, Virtuals, nad.fun, and more.

```bash theme={null}
goldrush new_pairs <chain> [protocols...]
```

```bash theme={null}
goldrush new_pairs solana-mainnet raydium pump-fun
```

Filter by protocol, navigate with arrow keys, and copy addresses to clipboard.

### `goldrush ohlcv_pairs`

Live OHLCV candlestick charts rendered in ASCII. Configurable intervals from 1 second to 1 day.

```bash theme={null}
goldrush ohlcv_pairs <pair> <chain> [-i interval] [-t timeframe]
```

```bash theme={null}
goldrush ohlcv_pairs 0x9c087Eb773291e50CF6c6a90ef0F4500e349B903 base-mainnet -i 1m -t 1h
```

## Trading Intelligence

### `goldrush traders`

Top traders for any token, ranked by unrealized PnL. See who's accumulating and who's dumping.

```bash theme={null}
goldrush traders <token_address> <chain>
```

### `goldrush gas`

Real-time gas price estimates by transaction type.

```bash theme={null}
goldrush gas [chain]
```

### `goldrush search`

Find any token by name, symbol, or contract address.

```bash theme={null}
goldrush search <query>
```

## Utilities

| Command            | Description                                                                |
| ------------------ | -------------------------------------------------------------------------- |
| `goldrush chains`  | List every supported chain                                                 |
| `goldrush auth`    | Set your API key (stored in your OS keychain, not a config file)           |
| `goldrush install` | Configure Claude Desktop or Claude Code for MCP integration in one command |
| `goldrush config`  | View or update settings like proxy port, default chain, and quote currency |
| `goldrush status`  | Check API key validity and proxy connectivity                              |
| `goldrush logout`  | Clear API key and session data from your OS keychain                       |
