Mint
Mint

ERC4626 · Acts onchain

Mints an exact number of ERC-4626 vault shares, paying whatever asset the vault quotes. The vault's previewMint sizes the approval, then mint pulls that much asset and issues exactly the requested shares; the action returns the assets spent. Set the amount to max to mint up to the vault's limit. Reach for it when the share count is the target, such as matching a position to a round number or to another vault's share balance, and let the asset side float.

On other protocols · 3