This smart-contract holds that acts as an admin role holder and includes the following responsibilities:
function execute(address _target, uint256 _ethValue, bytes calldata _data) external;
Makes a low-level call to one of the system smart-contracts like Aspis Pool Factory.
receive() and fallback()Guardian also supports receiving native tokens, this is to ensure that protocol revenues can be received successfully.