Universal state coordination engine

Don't manage money.
Program it.

SCRIPTR is the coordination layer for programmable finance. Express any financial workflow in 22 verbs — agents draft, you sign, it executes across every rail.

Licensed money transmitter · No card required

vacation-budget.scr
# A goal-based savings pool
 
PROVISION pool "Hawaii 2026"
currency: USD
target: 5,000
 
SCHEDULE weekly
MOVE 250 USD
FROM checking → pool
 
WHEN pool.balance >= 5,000
NOTIFY "Goal reached ✦"
CASCADE pool
→ flights 40%
→ hotel 35%
→ activities 25%

The vocabulary

22 verbs. Every economic action.

Not Turing complete — coordination complete. A fixed, auditable vocabulary that composes into anything from a recurring transfer to a securitization waterfall. Small enough for an AI to generate correctly, precise enough for a regulator to read.

Resource lifecycle

PROVISIONCONFIGURETERMINATEDELEGATE

Value movement

MOVEPOOLCASCADEEXCHANGEESCROW

Claim lifecycle

ISSUEREDEEMACCRUE

Control flow

WHENSCHEDULEWATCHBATCH

Verification

VERIFYCALCULATEPROVE

Integration

FEDERATEGOVERNNOTIFY

The loop

Agents draft. You sign. It executes.

Anyone — or any agent — can design a financial workflow. Only a verified identity with a hardware-backed signature can execute one. Design is free; authority is earned.

01

Agents draft

AI agents express a financial workflow as a verb graph and submit it for review — no execution authority of their own.

02

You sign

The graph renders as a readable script and a canvas. You approve with a hardware-backed signature on your phone.

03

It executes

SCRIPTR coordinates the moves across banks, cards, and chains — every step recorded to an append-only audit trail.

rent.scr
# Recurring charge with dunning
 
SCHEDULE monthly_on(1)
MOVE 2,400 USD
FROM checking → landlord
 
WHEN payment.failed
NOTIFY "Rent payment failed"
SCHEDULE retry [+3d, +7d, +14d]
 
WHEN retries.exhausted
NOTIFY landlord
ESCROW hold UNTIL resolved

Named patterns

Idioms, not boilerplate.

Recurring charges, distribution waterfalls, DvP settlement, margin liquidation — the patterns institutional finance re-implements over and over. SCRIPTR names them once. An auditor reads the script and recognizes the pattern instead of reverse-engineering intent.

  • Every operation emits a signed, append-only audit event
  • Cross-network moves coordinate above banks, cards, and chains
  • Hardware-backed signatures — non-repudiation without a blockchain

Your financial future,
written as script.

Open a space, draft your first workflow, sign it, watch it run.