Output
Agent mode
balance shows your root wallet balance — the total funds available. For the remaining limit on your current agent session, use enact session.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Show token balances for your root wallet.
enact balance
Enact Balance
Account: 0x1234...5678
AlphaUSD: $95.50
enact -t balance
{
"address": "0x1234...5678",
"balances": [
{ "token": "AlphaUSD", "balance": "95.50" }
]
}
balance shows your root wallet balance — the total funds available. For the remaining limit on your current agent session, use enact session.