verify_handshake
Verify a signature from another agent to confirm they control the claimed wallet address.
Instructions
Verifies a signature provided by another agent. Use this to confirm that a peer truly controls the wallet address they claim to represent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The original message that was signed. | |
| signature | Yes | The signature hex string provided by the peer. | |
| address | Yes | The claimed safeAddress of the peer. |