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
"MPCP introduces a simple chain of authorization for machine payments."</p>
1516
-
<p>"Policies define payment rules. Budgets define session limits. Each payment is explicitly authorized and verifiable."</p>
1514
+
<p>"Policies define payment rules. Budgets define per-payment limits. The Trust Gateway verifies the chain and executes on XRPL, attaching a grant ID to every transaction for a permanent audit trail."</p>
Policy document hash flowing into a public ledger (Hedera HCS or XRPL NFT).</p>
1534
1532
<p>Narration:
1535
-
"An optional intent hash can be anchored to a public ledger for audit and dispute resolution."</p>
1533
+
"An optional anchorRef on the PolicyGrant links it to a public ledger record — providing tamper-evident policy history for audit and dispute resolution."</p>
Copy file name to clipboardExpand all lines: reference/examples/charging/index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1468,7 +1468,7 @@
1468
1468
<h1id="charging-example">Charging Example</h1>
1469
1469
<p>MPCP for EV charging: variable session length, multiple kWh, charging operator destinations.</p>
1470
1470
<h2id="scenario">Scenario</h2>
1471
-
<p>EV connects to a charging station. The station requests payment authorization. The vehicle (or charging session manager) evaluates policy and budget, signs an SPA for the charging session, and the station verifies the MPCP chain before supplying power.</p>
1471
+
<p>EV connects to a charging station. The station requests payment authorization. The vehicle (or charging session manager) evaluates policy and budget, issues an SBA for the charging session, and the station verifies the MPCP chain before supplying power. The Trust Gateway executes the XRPL payment when the session ends.</p>
<p>This example shows the integration pattern: check all three layers before signing.</p>
1432
+
<p>Once the SBA is issued, the <strong>Trust Gateway</strong> verifies the chain and executes the XRPL payment.</p>
1433
+
<p>This example shows the integration pattern: check both layers before issuing an SBA.</p>
1434
1434
<p>This example focuses on wallet-side guardrail logic and uses a preloaded SBA-shaped authorization object rather than demonstrating full SBA issuance and signature verification.</p>
Copy file name to clipboardExpand all lines: reference/examples/parking/index.html
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1524,7 +1524,7 @@
1524
1524
<h1id="parking-example">Parking Example</h1>
1525
1525
<p>A full MPCP settlement flow for a parking payment scenario.</p>
1526
1526
<h2id="scenario">Scenario</h2>
1527
-
<p>Vehicle parks at a meter or garage gate. The parking system requests payment. The vehicle evaluates fleet policy and session budget, signs an SPA, and returns the authorization. The parking system verifies the MPCP chain locally and opens the gate.</p>
1527
+
<p>Vehicle parks at a meter or garage gate. The parking system requests payment. The vehicle evaluates fleet policy and session budget, issues an SBA, and presents it to the Trust Gateway. The Trust Gateway verifies the MPCP chain and executes the XRPL payment. The parking system verifies the chain locally and opens the gate.</p>
0 commit comments