on record
← the radar
DEFIanchorupgraded ×126

dex-solana-v3

preXgyMmsTzkYSyp9ms1EgSQCbp87B84bT8kyB21bbBopen in Orb
NEW: no known bytecode relative ACTIVE: 63 transactions in the last 24h OPEN: 1/6 disclosures: name, repo, site, IDL, security.txt, verified build COST: 23.528 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

3.2 MBimage size · heavy
23.528 SOLrent locked
12syscalls imported
6instructions
Capabilitiescpipdahashingsysvarstokens

Recovered architecturei

Cratedex-solana-v3
Instructions ~claimcommon swapcreate token account with seedswap with feestoken ledgerwrap unwrap
Built withhashbrown-0.15.0
instructions/claimcommon_swapcreate_token_accountcreate_token_account_with_seedswap_with_feestoken_ledgerwrap_unwrap
adapters/abyss_ammaldrinalphaqaquiferarcherbinary_fibisonfiboopfunboopfun2byreal_clmmbyreal_clmm2byreal_prop_ammcommonflux_mmfluxbeamfusionammfutarchygavelgoonfi_v2goosefxhadronheavenheaven2humidifijupiter_lendkipselilifinitymanifestmeteorameteora_dbcmeteora_dlmm_hookmoonitmoonit2moonpaynumeraireobric_v2one_dexopenbookv2pancake_swap_v3perpetualsphoenixpumpfunpumpfun_v2pumpfun_v2_cashbackpumpfunammpumpfunamm_cashbackqualiaquantumraydiumraydium_clmm_swap_v2raydium_launchpadraydium_swap_v2remaining_accountsriptidesaber_decimal_wrappersaber_decimal_wrapper2sanctumsanctum_routersarosscale_ammscale_vmmscorchsol_rfqsol_rfq_v2solfisolfi_v2spl_token_swapstabblestable_swapsugar_moneytaurusfitesseravertigovirtualswhalestreetwhirlpoolwhirlpool_v2woofizerofi
processor/proxy_swap_processorswap_tob_processorswap_tob_processor_v2swap_toc_processorswap_toc_processor_v2
root/cpi_eventfmtinstructionlibstate
unicode/unicode_data
utils/feetoken

Reachi

EmbeddedSPL TokenToken-2022Associated TokenRaydium AMMRaydium CLMMOrca WhirlpoolMeteora DLMMPump.fun
Named in sourcePump.funRaydiumMeteoraOrcaSolFiManifestFluxBeamBoop.funLifinityPhoenixOpenBook
dex-solana-v3 — dossier — On Record