t2000-check-balance

Check the t2000 agent wallet balance on Sui. Use when asked about wallet balance, how much USDC is available, savings balance, gas reserve, total funds, or portfolio value. Also use before any send or borrow operation to confirm sufficient funds exist.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "t2000-check-balance" with this command: npx skills add mission69b/t2000-skills/mission69b-t2000-skills-t2000-check-balance

t2000: Check Balance

Purpose

Fetch the current balance across all accounts: available USDC, savings (NAVI + Suilend), gas reserve (SUI), and total portfolio value.

Commands

t2000 balance                 # human-readable summary
t2000 balance --show-limits   # includes maxWithdraw, maxBorrow, healthFactor
t2000 balance --json          # machine-parseable JSON (works on all commands)

Output (default)

Available:  $150.00  (checking — spendable)
Savings:    $2,000.00  (earning 5.10% APY)
Investment: $100.00  (+2.1%)
Gas:        0.50 SUI    (~$0.50)
──────────────────────────────────────
Total:      $2,250.50
Earning ~$0.27/day

Output (--show-limits)

Appends to the above:

Limits:
  Max withdraw:   $XX.XX
  Max borrow:     $XX.XX
  Health factor:  X.XX          (∞ if no active loan)

Notes

  • gasReserve.usdEquiv is an estimate at current SUI price; it fluctuates without any swap occurring
  • If balance shows $0.00 available and wallet was just created, fund it first via Coinbase Onramp or a direct USDC transfer to the wallet address
  • --json is a global flag that works on all t2000 commands, not just balance
  • Internally, savings may be held in non-USDC stablecoins due to rebalance; the balance shows the USDC-equivalent value

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

t2000-send

No summary provided by upstream source.

Repository SourceNeeds Review
General

t2000-save

No summary provided by upstream source.

Repository SourceNeeds Review
General

t2000-withdraw

No summary provided by upstream source.

Repository SourceNeeds Review
General

t2000-borrow

No summary provided by upstream source.

Repository SourceNeeds Review