Kernel Layer
Deterministic execution lifecycle
Run intents through explicit states with fail-closed outcomes: CREATED → QUOTED → EXECUTING → SETTLED/ABORTED/EXPIRED.
Read moreJACK Whitepaper v1.0.1
JACK turns high-level intents into verifiable execution plans: solver competition off-chain, routing via infrastructure like LI.FI, and settlement-time guardrails through programmable Uniswap v4 hooks.
Use the same dev topology as the MVP demo: landing, dashboard, and docs running together.
pnpm installpnpm dev:all (3000/3001/3002)pnpm contracts:test before demo recordingThe docs map directly to the v1 whitepaper scope: intent format, solver coordination, routing controls, and policy-enforced settlement.
Kernel Layer
Run intents through explicit states with fail-closed outcomes: CREATED → QUOTED → EXECUTING → SETTLED/ABORTED/EXPIRED.
Read moreRouting Layer
v1 uses external routing infrastructure (for example LI.FI) behind allowlists, value caps, and explicit failure handling.
Read moreSettlement Layer
Uniswap v4 hooks act as policy agents to enforce slippage bounds, min-out guarantees, and access control directly on-chain.
Read moreOperations Layer
Use runbooks for deployment, smoke checks, release flow, and multi-agent execution so demos stay predictable under pressure.
Read more