sign_message
Sign a message with a private key using the personal_sign (EIP-191) standard to authenticate and verify ownership.
Instructions
Sign a message using personal_sign (EIP-191)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to sign | |
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. |