PactDemo · synthetic data

Live demo · no login

Press settle and watch the rulebook run.

Five real-shape commitments, five synthetic Whoop payloads. Each payload is shown verbatim. The settler is the same deterministic function that runs in production — same frozen spec, same aggregator, same exception path. Try one.

5 synthetic commitments · browser-side deterministic settler

demo-01

Hit recovery 70+ on 5 of the next 7 days

open

Window

Apr 13 → Apr 19, UTC

Stake

$50

Charity if you flake

World Animal Protection

Spec

count(recovery_score gte 70) gte 5

Raw payload (the data the oracle will see) ▾
{
  "window": "Apr 13 → Apr 19, UTC",
  "samples": [
    {
      "date": "2026-04-13",
      "value": 82
    },
    {
      "date": "2026-04-14",
      "value": 71
    },
    {
      "date": "2026-04-15",
      "value": 45
    },
    {
      "date": "2026-04-16",
      "value": 88
    },
    {
      "date": "2026-04-17",
      "value": 77
    },
    {
      "date": "2026-04-18",
      "value": 38
    },
    {
      "date": "2026-04-19",
      "value": 73
    }
  ]
}

click to apply the rulebook to the payload above

demo-02

Sleep 7.5+ hours every night this week

open

Window

Apr 13 → Apr 19, UTC

Stake

$100

Charity if you flake

NRA Foundation

Spec

min(sleep_hours) gte 7.5

Raw payload (the data the oracle will see) ▾
{
  "window": "Apr 13 → Apr 19, UTC",
  "samples": [
    {
      "date": "2026-04-13",
      "value": 7.6
    },
    {
      "date": "2026-04-14",
      "value": 8.1
    },
    {
      "date": "2026-04-15",
      "value": 7.9
    },
    {
      "date": "2026-04-16",
      "value": 5.2
    },
    {
      "date": "2026-04-17",
      "value": 7.7
    },
    {
      "date": "2026-04-18",
      "value": 8.4
    },
    {
      "date": "2026-04-19",
      "value": 7.8
    }
  ]
}

click to apply the rulebook to the payload above

demo-03

Average strain ≤ 14 across the week

open

Window

Apr 13 → Apr 19, UTC

Stake

$25

Charity if you flake

Effective Altruism Funds

Spec

avg(strain) lte 14

Raw payload (the data the oracle will see) ▾
{
  "window": "Apr 13 → Apr 19, UTC",
  "samples": [
    {
      "date": "2026-04-13",
      "value": 12.4
    },
    {
      "date": "2026-04-14",
      "value": 11.8
    },
    {
      "date": "2026-04-15",
      "value": 16.2
    },
    {
      "date": "2026-04-16",
      "value": 9.5
    },
    {
      "date": "2026-04-17",
      "value": 13.1
    },
    {
      "date": "2026-04-18",
      "value": 14.8
    },
    {
      "date": "2026-04-19",
      "value": 12
    }
  ]
}

click to apply the rulebook to the payload above

demo-04

Hit recovery 70+ on 5 of 7 days — but I forgot the strap one day

open

Window

Apr 13 → Apr 19, UTC

Stake

$50

Charity if you flake

World Animal Protection

Spec

count(recovery_score gte 70) gte 5

Raw payload (the data the oracle will see) ▾
{
  "window": "Apr 13 → Apr 19, UTC",
  "samples": [
    {
      "date": "2026-04-13",
      "value": 82
    },
    {
      "date": "2026-04-14",
      "value": 71
    },
    {
      "date": "2026-04-15",
      "value": null
    },
    {
      "date": "2026-04-16",
      "value": 88
    },
    {
      "date": "2026-04-17",
      "value": 77
    },
    {
      "date": "2026-04-18",
      "value": 38
    },
    {
      "date": "2026-04-19",
      "value": 73
    }
  ]
}

click to apply the rulebook to the payload above

demo-05

≥ 4 workouts logged this week

open

Window

Apr 13 → Apr 19, UTC

Stake

$30

Charity if you flake

Club for Growth

Spec

count(workouts) gte 4

Raw payload (the data the oracle will see) ▾
{
  "window": "Apr 13 → Apr 19, UTC",
  "samples": [
    {
      "date": "2026-04-13",
      "value": 1
    },
    {
      "date": "2026-04-15",
      "value": 1
    },
    {
      "date": "2026-04-17",
      "value": 1
    }
  ]
}

click to apply the rulebook to the payload above

Live feed

Every settle here streams to everyone watching.

Oracle · streaming
connecting…
Awaiting first settlement. Events arrive as the oracle signs them.