Skip to main content
Solana programs are the settlement authority for TSN. The Node and SDK prepare evidence and signed requests; only the deployed program can apply the resulting state transition.

TIN registrar

The TIN registrar source contains public instruction builders for TIN creation and resolution, verification-platform registry changes, social identity links, and sensitive-field links.

TSN settlement program

The TSN program exposes instruction entrypoints for Mother escrow, Cranker registration and vault state, accepted intents, funding, claims, epoch accounting, and the TCap settlement boundary. Exact Anchor account contexts belong to the deployed IDL.
TODO: publish generated IDL-derived account and argument tables for each deployed program after the current reorganized Anchor workspaces are synchronized. The source filenames and public instruction names above are confirmed; this page does not invent a positional account list. Source: TIN instruction builder, TSN Anchor entrypoints, TSN instruction modules, Cranker Solana helpers