70/20/10 Revenue Split
<div class="post-category"><span class="cat-badge cat-marketplace">Marketplace</span></div>
<p class="lead"><strong>Every paid interaction in the 1BZ ecosystem splits revenue 70/20/10 between the service provider, the referring affiliate, and the platform. The logic lives in `services/dzit_engine.py`.</strong></p>
<h2>Overview</h2>
<p>When a caller pays DZIT for a service, the engine computes three outputs: 70% to the provider, 20% to the affiliate who referred the caller (or rolls to the platform if none), and 10% to platform operations. Settlement happens on-chain in BZeUSD for large items.</p>
<h2>Key components</h2>
<ul><li>`services/dzit_engine.py` — split logic</li><li>BZeUSDEscrow contract `0x3Cc7...` for escrowed workflows</li><li>DZIT burn on the caller side, BZeUSD credit on the provider side</li><li>Zero platform retention of working capital — chain is truth</li><li>Transparent accounting via on-chain events</li></ul>
<h2>Related</h2>
<ul><li>[DZIT Token](/post.php?slug=dzit-token)</li><li>[Cross-Node Tool Calling](/post.php?slug=cross-node-tool-calling)</li><li>[Affiliate Incentives](/post.php?slug=affiliate-incentives)</li><li>[BZeUSD Escrow Settlement](/post.php?slug=escrow-settlement)</li></ul>
Powered by BizNode™