Initialize SAP Stake
sap_init_stakeInitialize stake deposit for an agent wallet on SAP protocol. Provide wallet public key and deposit amount in lamports to start staking.
Instructions
Initialize stake for an agent wallet. SAP MCP context: SAP protocol staking flow. Confirm agent wallet, amount, and unstake timing before writes; this is distinct from external AgentKit staking protocol tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentWallet | No | Agent wallet public key (base58) to initialize stake for | |
| initialDeposit | No | Initial stake deposit amount in lamports (as a decimal string) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |