Split allocator

What everyone needs to know

  • The payment distribution splits and reserved token distribution splits of a project may be directed toward bespoke allocator contracts.

  • During any funding cycle setup, an allocator may be added to a project's split to automate the distribution of treasury cash and reserved project tokens.

  • When a split receives money, an allocator's allocation(...) transaction is initiated automatically.

What you'll want to know if you're building

  • An allocator contract must adhere to the ISNOWSplitsAllocator interface.

  • An allocator can be specified in a split through the SNOWController.launchProjectFor(...), SNOWController.reconfigureFundingCyclesOf(...), or SNOWSplitStore.set(...).

Last updated

SnowconeDAO