Claim Stealth Payment
claim-stealth-paymentWithdraw funds privately by deriving a stealth private key and sending tokens to a destination address in one step.
Instructions
Derive the stealth private key and withdraw funds in one step. Uses RECIPIENT_SPENDING_PRIVATE_KEY and RECIPIENT_VIEWING_PRIVATE_KEY from environment — private keys never pass through AI. Only the ephemeral public key (from scan-announcements) and destination address are needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination address to receive funds (0x-prefixed) | |
| chain | No | Chain (default: sepolia). Supported: ethereum, base, optimism, arbitrum, polygon, gnosis, sepolia, hoodi | sepolia |
| token | Yes | Token to withdraw: "ETH" for native, or ERC-20 contract address | |
| amount | No | Amount to withdraw (human-readable). Omit to withdraw full balance. | |
| ephemeralPublicKey | Yes | Ephemeral public key from the ERC-5564 announcement (from scan-announcements output) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| chain | Yes | ||
| token | Yes | ||
| amount | Yes | ||
| txHash | Yes |