Deposit to MAAT from Arbitrum

To utilize MAAT, simply connect to our deposit() function on the main chain (Arbitrum) Gateway contract. MAAT will handle the rest.

function deposit(address token, uint amount, address receiver, uint32 dstEid) external

Parameters:

  • token: The address of the token you wish to deposit.

  • amount: The amount of the token you wish to deposit.

  • receiver: The address that will receive the yield.

  • dstEid: The destination LayerZero Endpoint ID where the yield will be managed.

Important Notes

  • Ensure you are using supported chains and tokens when making a deposit.

  • For a list of supported chains and tokens, please refer to our documentation or contact support.

Last updated