deposit_to_strategy
Deposit funds into a Puffer Finance DeFi strategy by specifying strategy ID, amount, slippage, and gas limits. Ensure accurate token allocation with wallet address support.
Instructions
Deposit funds to a specific DeFi strategy on Puffer Finance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to deposit (in ETH or token units) | |
| gasLimit | No | Gas limit for the transaction (optional) | |
| slippage | No | Maximum slippage tolerance (default: 1%) | |
| strategyId | Yes | Strategy ID or name to deposit to | |
| walletAddress | No | Wallet address for the transaction (optional) |