> 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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.solscan.io/transaction-details/anchor-verified-programs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
