on record
← the radar
UNKNOWNnativerecycled

Unidentified program

Fjxn9Cwu6w63F4hypQbvB4dvVMHp5d7LXDRxph7qtkToopen in Orb
NEW: exact copy of known bytecode ACTIVE: 0 transactions in the last 24h OPEN: 0/6 disclosures: name, repo, site, IDL, security.txt, verified build COST: 0.346 SOL locked as rent by the deploy CTRL: single hot-wallet authorityNEWACTIVEOPENCOSTCTRL
recycled

This bytecode is byte-identical to 4 other deploys on record — same code, fresh id. That can be a bot rotating identities, or a factory/launchpad deploying instances of one program, or a developer redeploying. We don't assume which — it's simply not novel code, so it's kept off the novelty radar.

Lineagei

Nearest known programfalcon-cold-wallet · 80% 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

48 KBimage size · lean
0.346 SOLrent locked
3syscalls imported
instructions
Capabilitiescpi

Reachi

EmbeddedMeteora DLMM