You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Issues SignedBudgetAuthorization and SignedPaymentAuthorization</li>
2099
-
<li>Executes settlement transactions</li>
2125
+
<li>Manages payment budgets</li>
2126
+
<li>Issues SignedBudgetAuthorization (SBA) per payment request</li>
2127
+
<li>Submits SBAs to the Trust Gateway for settlement</li>
2100
2128
</ul>
2101
-
<p>The wallet is the MPCP actor that signs SignedBudgetAuthorization and SignedPaymentAuthorization.</p>
2129
+
<p>The wallet is the MPCP actor that signs SignedBudgetAuthorizations. Settlement is executed by the Trust Gateway.</p>
2102
2130
<blockquote>
2103
2131
<p><strong>Note on Actor Identity:</strong> The <code>actorId</code> field in SBA artifacts is self-reported by the wallet. Production deployments SHOULD establish actor attestation via device key binding (e.g., a hardware-backed key whose public key is registered with the fleet operator). Without attestation, <code>actorId</code> cannot be cryptographically verified and is informational only.</p>
<p>MPCP operates in the <strong>authorization</strong> layer. It does not replace or implement the settlement layer—it constrains what may be settled.</p>
0 commit comments