Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.25 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.25 KB

DAICO contracts

Solidity Build Status GitHub last commit License

DAICO is a mechanism of spending money gradually over time with the the opportunity to refund the capital contribution which means that investors may vote to withdraw the remaining funds if the project team fails. To achieve this, funds get locked in a structures consisting of two contract types:

  • Buckets - keep the amount of funds (ERC-20 stablecoins) and allow to withdraw the limited amount via connected taps;
  • Taps - serve withdrawal requests of spenders limiting the amount the spender can withdraw per time interval based on preconfigured rate;

Authors