Versioned guide

Lite getting started

Linkable section with data contracts and reproducible examples.

  • Examples identify the expected cluster and IDs.
Mainnet · Finalized

Program ID and evidence match the Lite manifest; the upgrade authority is revoked.

Guide contract

Mainnet, Program ID, evidence, and limits of the TOCNP-LITE deployment.

Use the Lite manifest as the source for the Program ID, slot, hash, authority, and account parameters. The program is finalized: the manifest records the revoked authority and immutable program.

Install from the reviewed workspace

The SDK is version 0.1.0 and is not published as a public npm package. Build it from a reviewed source checkout; do not assume an npm package with the same name is this implementation.

node --version  # v24.20.0
npm install --global pnpm@11.25.0
pnpm install --frozen-lockfile
pnpm --filter @tocnp/config build
pnpm --filter @tocnp/sdk build
pnpm --filter @tocnp/sdk typecheck

@tocnp/sdk@0.1.0 · @solana/web3.js@1.98.4 · @tocnp/config@0.1.0

Pin the immutable deployment

Program ID
A5jfds9W9rEtVUoEWRgNYVVTiYyM8jYKVyt5vdSF72CY
ProgramData
6uFJN2fJTj8hcBnsr3HEauM3hUahnKxCWn8gRcAgaRPH
Cluster
Solana Mainnet
Upgrade authority
null · revoked
ELF SHA-256
5eb5ac97fa3fc2273b819fc629eaa37f037adda6bc71d2a23bd64b92b2afd7ba

Read the checked-in manifest locally. Never replace these identifiers with values returned by an API.

import manifest from "@tocnp/config/networks/mainnet-lite" with { type: "json" };
import { parseLiteNetworkConfig } from "@tocnp/config/lite";

const deployment = parseLiteNetworkConfig(manifest);

What Lite is—and is not

Lite is the canonical immutable Mainnet namespace today: permanent raw name records, direct ownership transfer, owner-set resolver and fixed native-SOL price, direct purchase, and release. Registration and sales have zero protocol fee; rent and Solana network fees still apply.

There is no reverse wallet index, Genesis inventory, offer, auction, Core asset, USDC settlement, or preparation API. Lite is explicitly incompatible with the undeployed Full V1 design. No migration is live.