Subscriptions
The request-based deposit flow — from an investor's request to operator-settled, newly minted shares.
Last updated
event SubscriptionRequest(
address indexed investor,
uint256 requestId,
address indexed receiver,
address indexed subscriptionAsset,
uint256 assetsAmount,
uint256 sharesAmount, // the minSharesOut at request time
uint64 timestamp,
uint64 cancelableFrom, // timestamp + subscriptionRequestTtl
uint64 expiryAt // timestamp + 7 days
);