Get BRC-100 Identity Key
ordnet_identityRetrieve the agent's on-chain BRC-100 identity, including public key and address, enabling counterparties to verify signatures and confirm wallet control. Requires initialized wallet.
Instructions
Return the wallet's BRC-100 identity: its public key and address.
This is the agent's on-chain identity — counterparties can use the public key to verify signatures (ordnet_verify_message) and to confirm the agent controls the address. Requires an initialized wallet.
Returns: { publicKey, address }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||