Universal state coordination engine
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
# 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
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
Value movement
Claim lifecycle
Control flow
Verification
Integration
The loop
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
AI agents express a financial workflow as a verb graph and submit it for review — no execution authority of their own.
02
The graph renders as a readable script and a canvas. You approve with a hardware-backed signature on your phone.
03
SCRIPTR coordinates the moves across banks, cards, and chains — every step recorded to an append-only audit trail.
# 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 resolvedNamed patterns
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.
Open a space, draft your first workflow, sign it, watch it run.