zcash / zips

Zcash Improvement Proposals
https://zips.z.cash
MIT License
268 stars 152 forks source link

Dev Fund ZIP: Hybrid Deferred Dev Fund #860

Closed aquietinvestor closed 22 hours ago

nuttycom commented 2 days ago

This may be modified to depend on https://github.com/zcash/zips/pull/867 and specify the addition of a single funding stream:

  ================= =========== ============= ============== ============
        Stream       Numerator   Denominator   Start height   End height
  ================= =========== ============= ============== ============
  ``FS_DEFERRED``       12           100          2726400      3146400
  ``FS_ZIPXXX_ZCG``      8           100          2726400      3146400
  ================= =========== ============= ============== ============

with the "Address" for the FS_DEFERRED stream being DEFERRED_POOL for all heights.

str4d commented 2 days ago

As a helpful visualization, this is what the flow of ZEC within a coinbase transaction for a single block looks like (as percentages overall; the halving effect is not shown here due to issues with getting cross-graph heights correct):

ZIP 1014

---
config:
  sankey:
    showValues: false
---
sankey-beta

Block Subsidy,Zcash Foundation,0.05
Block Subsidy,Bootstrap Project,0.07
Block Subsidy,Zcash Community Grants,0.08
Block Subsidy,Miners,0.8
Fees,Miners,0.01

This ZIP draft

---
config:
  sankey:
    showValues: false
---
sankey-beta

Block Subsidy,Lockbox,0.12
Block Subsidy,Zcash Community Grants,0.08
Block Subsidy,Miners,0.8
Fees,Miners,0.01