Pulse

Evidence Trace

A public verification dashboard for Pulse: what it proves, where the live product runs, and how the on-chain settlement path can be checked.

Live product path

Open the desk, choose BTC or ETH, pick Up or Down, and place a capped-risk call.

Open desk

Session vault

Fund the clone, keep the owner in control, and let the session enforce allowed markets and caps.

View clone

On-chain proof

Inspect the validator redemption transaction, subscription, and session call in the hash trail.

Open proof tx

Settlement Proof

Pulse is not a new market. It is a session layer around DreamDEX Event Contracts: user-signed calls, then validator-invoked redemption when the window resolves.

  1. Session subscribed

    Pulse + Reactivity

    The clone listens for DreamDEX market-finalized events through the Reactivity precompile.

  2. User placed a capped call

    Wallet owner

    The owner signs the trade intent; the funded clone enforces the cap and allowed market.

  3. Validator redeemed settlement

    Somnia validator path

    The handler callback credited the session after resolution, proven by the redemption tx.

  4. live

    Vault stays ready

    Session clone

    Funds remain under the same owner-controlled session until the owner places, withdraws, or disarms.

What Pulse Proves

Product behavior and protocol evidence are separated into explicit checks.

  • DreamDEX remains the marketPulse routes BTC and ETH Up/Down calls through DreamDEX Event Contracts instead of creating a separate venue.
  • The session is owner-controlledThe user signs explicit session actions. The clone enforces budget, market allow-list, and max-per-window policy.
  • Settlement redemption is provenThe validator redemption transaction hits the session handler and credits the vault after resolution.

Verification Command

Read-only evidence checker

pnpm verify:evidence

The script checks the deployed factory, clone, subscription, handler selector, and validator redemption trail without writing to chain.