Stake SOL (one-shot)
stakeStake SOL with Blueprint validator in a single call. Your secret key is sent over HTTPS for in-memory signing and discarded. Returns confirmed transaction signature.
Instructions
Stake SOL with Blueprint validator in a single call. Your secret key is sent to the Blueprint server over HTTPS, used in-memory for signing, and discarded — never stored or logged. Returns the confirmed transaction signature. Verify via verify_code_integrity. This is the recommended tool for autonomous agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Your Solana wallet address (base58 public key) | |
| secretKey | Yes | Your base58-encoded secret key — sent to Blueprint server over HTTPS for in-memory signing, never stored or logged | |
| amountSol | Yes | Amount of SOL to stake |