Subtick

testnet live

A real-time execution network. No blocks. No waiting.

Sign a transaction → see it executed against live state in under 150 ms.

Try the live demo

Submit (p99)

~5 ms

End-to-end

~130 ms

Architecture

no blocks

30-second SDK quickstart

npm install @subtick/sdk

import { SubtickClient } from '@subtick/sdk';

const c = new SubtickClient({ baseUrl: 'https://subtick.dev' });
await c.health();

Live endpoints: /health · /demo · POST /v1/tx · WS /v1/events