t2000-check-balance

Installation
SKILL.md

t2000: Check Balance

Purpose

Fetch the current wallet balance — stablecoin holdings (USDC, USDsui, other Sui-native stables) plus the SUI gas reserve. Wallet only; no savings or debt rollup (those live on audric.ai, not in the Agent Wallet CLI).

Commands

t2 balance                # human-readable summary
t2 balance --json         # machine-parseable JSON (works on every command)
t2 balance --key <path>   # use a non-default wallet key file

Output (default)

Installs
19
GitHub Stars
17
First Seen
Feb 28, 2026
t2000-check-balance — mission69b/t2000