An agent's built-in wallet, or the signer wallet, with balance
agent_walletCheck a wallet's address and live SOL balance, derive an agent's built-in wallet, or verify the configured signer. On mainnet, view $THREE balance and fee tier (read-only).
Instructions
Show a wallet address and its live SOL balance. Pass asset to derive an on-chain agent's built-in wallet (the Metaplex Core Asset Signer PDA, the wallet shown on metaplex.com/agents). Pass address to inspect any wallet. Pass neither to see the configured signing wallet, e.g. to confirm it is funded before mint_onchain_agent. On mainnet it also reports the wallet $THREE balance and the deploy-fee tier that balance earns (see three_status). Read-only; never moves funds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | A Core asset address: derives that agent's built-in wallet. | |
| address | No | A wallet address to inspect verbatim. | |
| network | No | Cluster. Defaults to the configured network. |