SIMA

Autonomous Demo Flow

Conceptual SIMA flow for AI agents and trading bots.

This safe demo shows how an autonomous system can move through SIMA: wallet auth, quote, payment intent, payment evidence review, certificate lookup, and claim intake/status. It is a demo flow only.

What This Demo Proves

  • AI agents and trading bots can understand a full SIMA Agent API path.
  • The API can be documented as the primary product for machine systems.
  • Wallet-first auth, quote, payment-prep, certificate, and claim-status concepts fit one sequence.
  • The sequence can be demonstrated without private keys or fund movement.

What This Demo Does Not Do

  • No funds are moved by the demo.
  • No private keys or seed phrases are used.
  • No blockchain transfer is executed.
  • No oracle or RPC finality verification is performed.
  • No certificate is issued automatically.
  • No claim is approved automatically.
  • No payout is executed.

Step 1: wallet authentication

The agent requests a nonce, signs the message outside SIMA, verifies the signature, and receives normal API access tokens.

Step 2: protection quote

The agent requests SIMA V1 quote economics for a proposed wallet investment. The quote does not issue protection or approve the asset.

Step 3: treasury payment intent

The agent prepares payment instructions and a payment reference. The demo does not submit a real transaction or move funds.

Step 4: payment evidence submission/review

The agent can submit placeholder transaction evidence for review. Human or admin review remains required where applicable.

Step 5: certificate verification / portfolio lookup

The agent can verify certificate records and list owned certificates. Certificate records show purchased coverage and claim rights; they do not approve claims or execute payouts.

Step 6: claim intake / claim status

The agent can prepare claim intake and read claim status. Claim submission starts investigation; FULL_PAYMENT or NO_PAYMENT decisions and payout execution remain outside this demo.

Review Boundary

Autonomous does not mean uncontrolled.

Human/admin review remains required where applicable. This demo does not issue certificates, approve claims, execute payouts, perform blockchain transfers, or verify final on-chain settlement. It is safe to inspect and safe to run with placeholders.

SIMA V1 Economics

Premium
5% of invested amount
Coverage
50% of invested amount
Deductible
10% of invested amount
Maximum Net Payment
40% of invested amount

Claim outcomes remain FULL_PAYMENT or NO_PAYMENT only. The demo does not change economics, make payout decisions, or execute payouts.