on record
← the radar
GOVanchorupgraded ×23

AgenC Coordination

HJsZ53Zb27b8QMRbQpuDngE44AdwCGxvEZr61Zmxw1xKopen in Orbsourcewebsite
NEW: no known bytecode relative ACTIVE: 37 transactions in the last 24h OPEN: 5/6 disclosures: name, repo, site, IDL, security.txt, verified build COST: 15.198 SOL locked as rent by the deploy CTRL: Squads multisig (2 of 3 signers)NEWACTIVEOPENCOSTCTRL

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

2.1 MBimage size · heavy
15.198 SOLrent locked
14syscalls imported
64instructions
Capabilitiescpipdahashingsysvarstokens

Recovered architecturei

Instructionsaccept_bidaccept_task_resultapply_dispute_slashapply_initiator_slashassign_dispute_resolverassign_moderation_attestorauto_accept_task_resultcancel_bidcancel_disputecancel_proposalcancel_taskclaim_taskclaim_task_with_job_specclose_taskcomplete_taskcomplete_task_privateconfigure_task_moderationconfigure_task_validationcreate_bidcreate_dependent_taskcreate_proposalcreate_service_listingcreate_taskcreate_task_humanlessdelegate_reputationderegister_agentexecute_proposalexpire_bidexpire_claimexpire_disputeexpire_reject_frozenhire_from_listinghire_from_listing_humanlessinitialize_bid_bookinitialize_bid_marketplaceinitialize_governanceinitialize_protocolinitialize_zk_configinitiate_disputemigrate_protocolmigrate_taskpost_completion_bondpost_to_feedpurchase_skillrate_hirerate_skillreclaim_completion_bondrecord_agent_verificationrecord_listing_moderationrecord_task_moderationregister_agentregister_skillreject_and_freezereject_task_resultrequest_changesresolve_disputeresolve_reject_frozenrevoke_agent_verificationrevoke_delegationrevoke_dispute_resolverrevoke_moderation_attestorset_service_listing_stateset_task_job_specstake_reputation
Built withhashbrown-0.15.0
instructions/create_goods_listingcreate_service_listingcreate_taskinitialize_protocolmoderation_blockrate_hiretask_validation_helpersupdate_agentupdate_skill
accounts/unchecked_account
root/fmtraw_vecslice
utils/multisig

Reachi

EmbeddedSPL TokenAssociated Token
Named in sourceManifest