Deposit
Depositing into a Byzantine vault follows a consistent pattern whether you are using ERC20 tokens or native ETH. Both flows rely on the standard deposit(uint256 assets, address receiver)
function, with native ETH vaults additionally requiring ETH to be sent as msg.value
.
This guide outlines the correct steps to make a deposit into either type of vault and provides the necessary technical context for each function call.
Last updated