on record
← the radar
DEFIanchorupgraded ×28

asteri-marketplace

9twGQBhNVaVs8mW4fjgyC2vvjxLL8PDYVrDb7iBoBrbsopen in Orb
NEW: no known bytecode relative ACTIVE: 256 transactions in the last 24h OPEN: 2/6 disclosures: name, repo, site, IDL, security.txt, verified build COST: 9.717 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.3 MBimage size · heavy
9.717 SOLrent locked
13syscalls imported
30instructions
Capabilitiescpipdahashingsysvarstokens

Recovered architecturei

Crateasteri-marketplace
Instructionsaccept_bidaccept_bid_listedaccept_collection_bidaccept_counteraccept_trait_bidadmin_cancel_bidadmin_cancel_collection_bidadmin_cancel_trait_bidadmin_delistbuybuy_bundlecancel_bidcancel_collection_bidcancel_trait_bidclose_expired_listingcounter_offerdelistdelist_bundleeditinitializelistlist_bundlemake_bidmake_collection_bidmake_trait_bidrecord_burn_cyclerelease_delegateset_pauseupdate_trait_snapshotwithdraw_fees
Built withsolana toolchain
instructions/accept_bidaccept_bid_listedaccept_bundle_bid_delegatedaccept_bundle_bid_escrowaccept_bundle_counteraccept_collection_bidaccept_counteraccept_trait_bidadmin_recover_cnftadmin_recover_splbuybuy_bundlebuy_bundle_escrowcancel_bundle_escrowclaim_from_bundleclose_expiredclose_expired_bidclose_expired_bundle_bidclose_expired_collection_bidclose_expired_trait_bidcounter_bundle_bid_delegatedcounter_bundle_bid_escrowcounter_offercreate_bundle_escrowdelistdelist_bundledeposit_to_bundleeditinitializelistlist_bundlemake_bidmake_bundle_bidmake_collection_bidmake_trait_bidrelease_delegateupdate_trait_snapshotwithdraw_fees
root/bubblegum_v2eventslibstateutils

Reachi

EmbeddedSPL Token