ugf_check_balance
Read the on-chain balance of any EVM wallet for native gas tokens or ERC-20 tokens. Returns the raw balance in atoms as a decimal string without requiring any API keys.
Instructions
Read on-chain balance for a wallet on a supported EVM chain. Pass token_address='native' for the chain's native token, or an ERC-20 contract address. Returns the raw balance in atoms (smallest unit) as a decimal string. Stateless RPC read — no keys required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payer_address | Yes | EVM wallet address to read | |
| token_address | Yes | ERC-20 contract address, or the literal string 'native' for the chain's native gas token | |
| chain_id | Yes | EVM chain ID — e.g. '1', '8453', '56' |