Ride simulation form
These are the exact fields you should keep evolving into the public demo and partner sandbox flow.
Fee preview
Fee creation, 60% burn, 40% to stakers — the one-glance visual story that sells PTDT to partners.
Live calc
0.14
PTDT
Protocol fee
0.084
PTDT
Burn amount
0.056
PTDT
Staker amount
🔥 Burn sink 60%
⚡ To stakers 40%
Estimated settlement $12.36
Fare minus protocol fee · USD · Demo mode
Receipt ID
SP-DEMO-20260101-0001
API payload surfaces
Request in, response out, webhook callback — the complete integration story for partner dev teams.
Request body
POST to /estimate or /settle sandbox routes
{
  "operatorId": "pinktaxi-demo-001",
  "pickupLabel": "Stratford Station",
  "destinationLabel": "Canary Wharf",
  "fareCurrency": "USD",
  "fareAmount": 12.5,
  "rideId": "ride-demo-0001",
  "customerReference": "cust-demo-0001",
  "settlementNote": "Frontend sandbox starter"
}
Response body
Real endpoint drops in without changing the layout
{
  "sourceMode": "demo",
  "protocolFee": 0.14,
  "burnAmount": 0.084,
  "stakerAmount": 0.056,
  "estimatedSettlementAmount": 12.36,
  "currency": "USD",
  "status": "settled.demo",
  "receiptId": "SP-DEMO-20260101-0001"
}
Webhook payload
Callback story for partner dev teams
{
  "event": "sandbox.settlement.demo",
  "timestamp": "2026-01-01T00:00:00Z",
  "protocolVersion": "v1",
  "chainId": 56,
  "burnRoute": "0x000...dead",
  "stakerRoute": "0xfa6A...2494",
  "settled": true
}
Recent settlements
Live demo feed
Ride ID
Route
Protocol Fee
Burn / Stake
Status
Time
ride-demo-0001
Stratford → Canary Wharf
0.14 PTDT
🔥 0.084 / ⚡ 0.056
Demo
just now
ride-pk-0088
Shoreditch → London City Airport
0.22 PTDT
🔥 0.132 / ⚡ 0.088
Settled
2m ago
ride-pk-0087
Hackney Wick → Whitechapel
0.11 PTDT
🔥 0.066 / ⚡ 0.044
Settled
5m ago
ride-pk-0086
Walthamstow → Mile End
0.31 PTDT
🔥 0.186 / ⚡ 0.124
Pending
8m ago
ride-pk-0085
Leytonstone → Royal Docks
0.09 PTDT
🔥 0.054 / ⚡ 0.036
Settled
11m ago
Settlement Simulated
Receipt: SP-DEMO-20260101-0001 · Demo Mode
Protocol Fee 0.14 PTDT
🔥 Burn Route 0.084 PTDT
⚡ Staker Route 0.056 PTDT
Net Settlement $12.36 USD
Status settled.demo