Inherits: Initializable, OwnableUpgradeable, ReentrancyGuardUpgradeable, UUPSUpgradeable, PausableUpgradeable
This contract facilitates the predeposits that seed the protocol before and during initial pool launch.
address public pool;
PoolFactory private factory;
PoolFactory.PoolParams private params;
uint256 public reserveAmount;
uint256 public reserveCap;
uint256 private bondAmount;
uint256 private leverageAmount;
string private bondName;