BRIDGE
permissions on Aave V3) supply the underlying asset and fee to the Aave pool to back the previously minted unbacked aTokens.BRIDGE
rolefunction addBridge (bridge)
BRIDGE
role members can move the supplied liquidity across Aave V3 markets, the Aave Governance must have granted the required permissions/role to the verified Bridge Contract via ACLManager.function mintUnbacked (asset, amount, onBehalfOf, referralCode)
BRIDGE
role can access supplied assets in Aave V3 across network instantly by calling mintUnbacked
in Pool.sol. The address specified by onBehalfOf
will have access to the respective amount
of aToken.unbackedMintCap
is specified per asset.function backUnbacked (asset, amount, fee)
backUnbacked
in Pool.sol.BRIDGE
role.