deposit_erc4626
Deposit assets into any ERC-4626 compliant yield vault by providing vault, asset addresses, and amount, no pre-registration needed.
Instructions
Deposits an asset into any ERC-4626 compliant vault (Yearn, Morpho, Beefy, etc.). The vault address is supplied by the caller — no pre-registration needed. Useful for any yield strategy that follows the tokenized-vault standard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ERC-4626 vault contract address to deposit into. | |
| asset | Yes | Underlying ERC-20 token address (for decimals + USD pricing). | |
| amount | Yes | Amount of underlying asset to deposit, in human-readable units. | |
| chain_id | No | Chain ID. Default: 1 (Ethereum mainnet). |