on record
← the radar
DEFIanchorupgraded ×19

nclusion-lottery

GPPnw16FoEXZyfWb1oUtU7YWidSByfmdw1RZ48BQw5S3open in Orb
NEW: no known bytecode relative ACTIVE: 8,567 transactions in the last 24h OPEN: 1/6 disclosures: name, repo, site, IDL, security.txt, verified build COST: 11.182 SOL locked as rent by the deploy CTRL: single hot-wallet authorityNEWACTIVEOPENCOSTCTRL

Lineagei

Nearest known programno known relative — novel code

Frameworki

Anchorconfirmedself-describing IDLecosystem standard · beginner-friendly
What's Anchor?

Batteries-included Rust framework. Ships account-validation codegen, 8-byte instruction discriminators, and an on-chain IDL — the program describes itself.

Bigger binary and higher rent in exchange for safety rails, introspection, and dev speed. The choice of a team optimizing for correctness over on-chain footprint.

Originally Coral (Armani Ferrante); now community-maintained.

What it is

The de facto standard. Rust macros (#[program], #[derive(Accounts)]) eliminate boilerplate: it auto-generates 8-byte account and instruction discriminators — SHA256("account:<Name>")[..8] and SHA256("global:<ix>")[..8] — handles Borsh (de)serialization, enforces account constraints declaratively (mut, has_one, seeds, init), and emits a JSON IDL that client libraries consume directly. The cost: Borsh copies data on every deserialize (not zero-copy), and the macro machinery adds binary bloat and compute overhead — irrelevant for ~99% of programs.

When to pick it

Building a new protocol, moving fast, or wanting maximum ecosystem compatibility. It's the beginner default and stays the right call for most production programs.

How it looks on-chain

The most recognizable framework. Every account it owns begins with an 8-byte discriminator, and the IDL is often published on-chain at a PDA derived from the program id. Both are strong, reliable fingerprints — this is the only framework we can label with confidence.

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.

Anchor docs

Footprinti

1.5 MBimage size · heavy
11.182 SOLrent locked
13syscalls imported
instructions
Capabilitiescpipdahashingsysvarstokens

Recovered architecturei

Cratenclusion-lottery
Built withhashbrown-0.15.4
action_functions/redeem_wager
actions/alt_cleanup_actioncontract_accounts_initialize_actioncontract_accounts_surgical_actioncontract_config_update_actioncontract_dataspaces_resize_actioncontract_zc_playerspace_create_actioncontract_zc_playerspace_delete_actioncontract_zc_playerspace_resize_actiondraw_results_add_actiongroup_actionlocale_create_actionplayer_add_actionplayer_claim_pending_actionplayer_delete_actionplayer_set_lookup_table_actionplayer_update_actionredeem_wager_bearer_actionregion_create_actionregion_update_actionservice_account_add_actionservice_account_remove_actionset_redemption_policy_actionticket_buy_actionticket_buy_bearer_actionticket_buy_multipart_continue_actionticket_buy_multipart_init_actionticket_redeem_actionticket_redeem_bulk_actionticketspace_fs_init_actionvault_top_up_actionvault_transfer_funds_action
models/bearer_bindingplayer_dataredemption_policy
root/lib
util/ed25519_verifymarriage_gratis_tiers

Reachi

EmbeddedSPL Token
nclusion-lottery — dossier — On Record