> For the complete documentation index, see [llms.txt](/llms.txt).

# Check balances and prices

Query wallet balances, spot prices, and token metadata without submitting transactions.

## Ask your agent[​](#ask-your-agent "Direct link to Ask your agent")

```
You (to your agent): "What's my USDC balance?"

```

```
You (to your agent): "What's the current price of ETH?"

```

```
You (to your agent): "Show me trending tokens"

```

Read-only queries like these do not require confirmation before your agent runs them.

## Commands[​](#commands "Direct link to Commands")

1. Confirm your wallet address:  
```  
mm wallet address  
```
2. Query balances, prices, or token lists using the commands in the following sections.

## Wallet balance[​](#wallet-balance "Direct link to Wallet balance")

```
mm wallet balance
mm wallet balance --chain 8453
mm wallet balance --token USDC

```

If `--token` with a symbol returns no balance or an error, pass the ERC-20 contract address for that chain. Run `mm token list search --query <symbol> --chain <chain-id>` to look up the address.

## Spot prices[​](#spot-prices "Direct link to Spot prices")

```
mm price spot --asset-ids <ASSET_IDS> --vs USD
mm price currencies
mm price networks

```

Use `mm token assets` to resolve asset identifiers for tokens you care about.

## Token discovery[​](#token-discovery "Direct link to Token discovery")

```
mm token list popular --chain ethereum
mm token list search --query uniswap --chain ethereum
mm token list trending --chain base
mm token networks

```

## Supported chains[​](#supported-chains "Direct link to Supported chains")

```
mm chains list

```

## Related commands[​](#related-commands "Direct link to Related commands")

See [Commands reference](/agent-wallet/reference/commands/) for `mm wallet balance`, `mm price`, and `mm token`.
