Read an on-chain agent (asset, registration, wallet)
get_onchain_agentRetrieves a registered on-chain AI agent's full details by asset address, including owner, plugins, metadata, EIP-8004 identity, and wallet balance, to verify or inspect any Metaplex Agent Registry entry.
Instructions
Fetch a Metaplex Agent Registry agent by its Core asset address: name, owner, update authority, plugins (royalties, verified creators, immutable metadata, attributes), the decoded asset metadata and EIP-8004 registration documents, whether the identity PDA exists, and the built-in agent wallet (Asset Signer PDA) with its live SOL balance. Read-only. Works on any registered agent, e.g. the three.ws Genesis mints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | The Core asset address (base58). | |
| network | No | Cluster. Defaults to the configured network. |