How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
A processing queue with workload limits
nanoqueue is a lightweight Node.js library that implements a configurable processing queue with a fixed number of parallel work slots. It lets developers enqueue items, define a custom `process` handler that runs in the limited slots, and receive progress updates and a completion callback—useful for any JavaScript project that needs to throttle asynchronous work such as API calls, file operations, or batch calculations.