Sign Message (BRC-100)
ordnet_sign_messageProve control of your wallet key by signing messages for authentication or x402 payment authorization. Private key never leaves the server; returns publicKey, signature, and messageHash.
Instructions
Sign an arbitrary message with the wallet's private key (BRC-100 createSignature).
Use this to prove control of the identity key, authenticate to a service, or sign an x402 payment authorization off-chain. The private key never leaves the server. Requires an initialized wallet.
Args:
message (string): the message to sign
Returns: { publicKey, signature, messageHash }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to sign with the wallet key |