# Autonomous demo flow (conceptual)

Safe placeholder walkthrough of the **production** agent purchase path.

```text
wallet auth
  → POST /agent/protection/offer
  → POST /agent/protection/purchase
  → GET  /agent/protection/certificates/{id}/payment-intent
  → caller SOL transfer (outside demo)
  → POST /agent/protection/certificates/{id}/confirm-payment
  → ACTIVE certificate
```

OpenAPI: https://sima-prime.com/openapi.json  
SDK: `npm install @sima-prime/agent-sdk` → `getProtectionOffer` / `purchaseProtection` / `confirmPurchasePayment`

Commercial fields are asset-denominated (`protectedAmount`, `premiumAmount`, …). No USD.

This demo documentation does not move funds. Production confirm-payment activates certificates after valid on-chain payment.
