on record
← the radar
DEFIanchor

launchpad_core

342po67kbxoKXcjpfiQQcH47pd6WnX37Q2YrWaEkxfGqopen in Orb
NEW: 6% structurally distinct from yurucoin-staking ACTIVE: 2 transactions in the last 24h OPEN: 1/6 disclosures: name, repo, site, IDL, security.txt, verified build COST: 9.155 SOL locked as rent by the deploy CTRL: single hot-wallet authorityNEWACTIVEOPENCOSTCTRL

Lineagei

Nearest known programyurucoin-staking · 94% code match

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.3 MBimage size · heavy
9.155 SOLrent locked
13syscalls imported
35instructions
Capabilitiescpipdahashingsysvarstokens

Recovered architecturei

Cratelaunchpad_core
Instructions ~assign feebuycancel staged launchclaim assigned feeclaim auction refundclaim auction tokensclaim damm feesclaim feeclaim referralclaim refundclaim vested creator allocationclose unpurchased allocationcommit auctiondeposit creator stakefail and refundgo livegraduateinitialize launchmigrate launchpurchase creator allocationreclaim creator stakerecover stuck graduationregister fee recipientsregister referral coderegister vestingrenounce assignmentrevoke assignmentsellset attestor authorityset creator referral rateset referral ratesettle auctionslash creatorwithdraw allocation on failwithdraw commit
Built withsolana toolchain
instructions/assign_feebuycancel_staged_launchclaim_assigned_feeclaim_auction_refundclaim_auction_tokensclaim_damm_feesclaim_feeclaim_referralclaim_refundclaim_vested_creator_allocationclose_unpurchased_allocationcommit_auctiondeposit_creator_stakefail_and_refundgo_livegraduateinit_referral_accountinitialize_launchinitialize_platform_configmigrate_launchpurchase_creator_allocationreclaim_creator_stakerecover_stuck_graduationregister_fee_recipientsregister_referral_coderegister_vestingrenounce_assignmentrevoke_assignmentsellset_attestor_authorityset_creator_referral_rateset_referral_ratesettle_auctionslash_creatorupdate_platform_configwithdraw_allocation_on_failwithdraw_commit
num/diy_float
root/fmtinstructionlibmathraw_vecslicestatestreamflow
unicode/unicode_data

Reachi

EmbeddedSPL TokenToken-2022
Named in sourceMeteora