Assessment reports>Blackwing>Threat Model>deploy

Function: deploy(IERC20 asset, uint256 amount)

This function deploys a pool with asset.

Inputs

  • asset

    • Control: Arbitrary.

    • Constraints: Must be whitelisted.

    • Impact: Address of the asset which is supplied to aave pool.

  • amount

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Amount to be supplied to the pool.

Zellic © 2025Back to top ↑