> For the complete documentation index, see [llms.txt](https://docs.solscan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solscan.io/transaction-details/anchor-verified-programs.md).

# Anchor Verified Programs

Solscan Support Verifed "Anchor" Status. Clicking on the badge will allow you to redirect to the program code page on Anchor site.\
&#x20;

<figure><img src="/files/XK86ygqt64Xmuo3765qO" alt=""><figcaption></figcaption></figure>

Solscan also supports the detailed display of Anchor Program IDL, shown within the program page. Devs have an option to toggle between displaying raw code and presenting details in tables

<figure><img src="/files/eUfMeIOVkvgQEn7QuuXG" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DoNSAFSCAbgnFKmwGWsw" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/JSVessOxFCaecpbHJocH" alt=""><figcaption></figcaption></figure>

After deploying your Anchor program, don't forget to publish its IDL using: `anchor idl init -f <target/idl/program.json>` This allows tools in the Solana ecosystem to detect and display your data nicely
