earn_deposit
Deposit cryptocurrency from your Simple Wallet into an Earn strategy to start earning staking rewards. Requires pocket ID, symbol, and amount.
Instructions
Deposit funds from Simple Wallet pocket to Earn (Staking). Funds will start earning rewards based on the asset's APY. Returns operation details with type: deposit. Use wallet_get_pockets to find your pocket ID and earn_get_positions to see available Earn strategies. Operation status ENUM: pending (operation in progress), completed (successfully finished), failed (operation failed or was cancelled). [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pocket_id | Yes | Source pocket UUID from Simple Wallet | |
| symbol | Yes | Cryptocurrency symbol (e.g., BTC, ETH) | |
| amount | Yes | Amount to deposit into Earn (as string for decimal precision) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |