Strategy Pools

Pool Subscription Smart Contract Funding:

The platform's pools are fundamentally different from vaults in one way: They curate the capital at once and then deploy it to an underlying strategy. The entire pool must be filled prior to the threshold trigger function of the smart contract being executed.

We integrate chainlink oracles for monitoring when the funding pool has been filled up and when the funds will be ready to be transferred to the Fund operations smart contract.

  • Threshold-Triggered Transfer: This function is critical. Once a certain threshold is met, the contract is programmed to automatically transfer the pooled funds to a second smart contract (the fund operations smart contract). This threshold could be a specific amount of capital or a deadline.

Last updated