on record
← the radar
DEFIanchorupgraded ×11

hylo-exchange

hyshEX5sNEYhnYPMm8MwMThhBRPuLN3rjoYDbC9esPQopen in Orb
NEW: 12% structurally distinct from nclusion-lottery ACTIVE: 13 transactions in the last 24h OPEN: 1/6 disclosures: name, repo, site, IDL, security.txt, verified build COST: 12.103 SOL locked as rent by the deploy CTRL: Squads multisig (1 of 8 signers)NEWACTIVEOPENCOSTCTRL

Lineagei

Nearest known programnclusion-lottery · 88% 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.6 MBimage size · heavy
12.103 SOLrent locked
13syscalls imported
30instructions
Capabilitiescpipdahashingreturn-datasysvarstokens

Recovered architecturei

Cratehylo-exchange
Instructions ~accept address proposaladmin exo pairconvert exo pairconvert lst pairgenesis mint exoharvest borrow rateharvest yieldinitialize mintsinitialize protocolinitialize usdcmint levercoin exomint levercoin lstmint redeem usdcmint stablecoin exomint stablecoin lstpropose address updateredeem levercoin exoredeem levercoin lstredeem stablecoin exoredeem stablecoin lstregister exoregister lstsettle rebalance pnl exosettle rebalance pnl lstsettle virtual stablecoin exosettle virtual stablecoin lstswap exo usdcswap lst to lstswap lst usdcwithdraw fees
Built withsolana toolchain
instructions/accept_address_proposaladmin_exo_pairconvert_exo_pairconvert_lst_pairgenesis_mint_exoharvest_borrow_rateharvest_yieldinitialize_mintsinitialize_protocolinitialize_usdcmint_levercoin_exomint_levercoin_lstmint_redeem_usdcmint_stablecoin_exomint_stablecoin_lstpropose_address_updateredeem_levercoin_exoredeem_levercoin_lstredeem_stablecoin_exoredeem_stablecoin_lstregister_exoregister_lstsettle_rebalance_pnl_exosettle_rebalance_pnl_lstsettle_virtual_stablecoin_exosettle_virtual_stablecoin_lstswap_exo_usdcswap_lst_to_lstswap_lst_usdcwithdraw_fees
state/address_update_proposalexo_pairhylolst_registryusdc_pair
generated/create_metadata_account_v3
root/libprice_update

Reachi

EmbeddedSPL Token