Proof-of-Service Receipts
<div class="post-category"><span class="cat-badge cat-security">Security</span></div>
<p class="lead"><strong>Proof-of-service is the on-chain receipt that a provider actually delivered what was paid for. Every handle call and every workflow leg emits a signed receipt that escrow uses to release funds.</strong></p>
<h2>Overview</h2>
<p>Receipts include the caller DZID, provider DZID, handle id, input hash, output hash, timestamp, and signature. They are anchored on Polygon so that disputes can be resolved without trusting either party's logs.</p>
<h2>Key components</h2>
<ul><li>Signed receipt per call</li><li>Input and output hash for tamper-evidence</li><li>DZID binding for both parties</li><li>Anchored on Polygon for dispute resolution</li><li>Required for escrow release on workflows</li></ul>
<h2>Related</h2>
<ul><li>[BZeUSD Escrow Settlement](/post.php?slug=escrow-settlement)</li><li>[Workflow Chains (WFID & Escrow)](/post.php?slug=workflow-chains)</li><li>[CopyGuard Node](/post.php?slug=copyguard-node)</li></ul>
Powered by BizNode™