on record
← the radar
UNKNOWNnative

Unidentified program

31fGaME7XZQsCncCjtTN2CckuSmpqDQChoUfr2X1jGXRopen in Orb
NEW: 84% structurally distinct from its nearest relative ACTIVE: 2 transactions in the last 24h OPEN: 0/6 disclosures: name, repo, site, IDL, security.txt, verified build COST: 0.102 SOL locked as rent by the deploy CTRL: single hot-wallet authorityNEWACTIVEOPENCOSTCTRL

Lineagei

Nearest known program2BKv…5wk7 · 16% code match

Frameworki

Nativeinferredno abstraction · advanced
What's Native?

Built directly on the solana-program SDK with no framework layer. Bespoke account handling and dispatch.

Footprint sits between Anchor and Pinocchio. The choice of a developer who wants control without Anchor's overhead and doesn't need its guardrails.

Raw Rust against the official solana-program crate.

What it is

No framework. You handle account deserialization, discriminators, security checks, CPI construction, and IDL generation yourself. Maximum control, maximum verbosity, and no abstraction overhead.

When to pick it

A small utility program, tooling, or when you have a specific reason to avoid all dependencies. Few new production protocols start here from scratch.

How it looks on-chain

No enforced layout — nothing to fingerprint. Indistinguishable from other minimal frameworks (Steel, hand-rolled setups) by account data alone.

Others in the wild: Steel (Ore team — near-native performance on solana-program), Seahorse (Python → Anchor), and Poseidon & Quasar (TypeScript → Rust). Transpilers inherit their lowering target's fingerprint: a Quasar or Poseidon program that compiles down to Anchor will look like Anchor on-chain — discriminators and all.

Native docs

Footprinti

14 KBimage size · lean
0.102 SOLrent locked
6syscalls imported
instructions
Capabilitieshashingreturn-data

Recovered architecturei

root/lib

Reachi

Embeddedno known program id embedded