A4
A402
IPPAN L2
A402 architecture

A layered settlement runtime.

A402 separates gateway, payment logic, execution, receipts, settlement, and session/channel state into independent layers. Each layer can evolve without breaking the others.

Gateway Layer
Service registryOffer indexPolicy engine
Payment Logic
Intent verifierAuthorizationNonce / replay
Execution
Provider runtimeResult hashingLatency capture
Receipts & Settlement
Signed receiptsAtomic settlementRefund logic
Sessions & Channels
Prepaid balancesLocked fundsFuture atomic channels
Lifecycle

End-to-end flow

  1. Step 01
    Request
    Client targets a paid service offer.
  2. Step 02
    Challenge
    Provider returns a signed challenge + request hash.
  3. Step 03
    Signed Intent
    Client signs a ServiceIntent authorizing the spend.
  4. Step 04
    Execute
    Provider runs the call once the intent is verified.
  5. Step 05
    Receipt
    Provider issues a signed execution receipt with result hash.
  6. Step 06
    Settlement
    Settlement is finalized atomically against the intent.