> For the complete documentation index, see [llms.txt](https://cascadia.gitbook.io/gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cascadia.gitbook.io/gitbook/developers/solidity/verification/block-explorer.md).

# Block Explorer

These are the steps for verifying smart contracts via Cascadia's [block explorer](https://explorer.cascadia.foundation/).

#### **Step 1:** Navigate to [explorer.cascadia.foundation](https://explorer.cascadia.foundation/) and input the contract address you wish to verify in the search bar.

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

**Step 2: Click on the "Code" tab and then select the "Verify & Publish" option.**

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

**Step 3: Select the "Via flattened source code" method, then click "Next"..**

<figure><img src="/files/2tAegmrPKrEL727vUYZ5" alt=""><figcaption></figcaption></figure>

**Step 4: Fill out the required fields, including the Solidity Contract Code, and finalize the process by clicking "Verify & Publish".**

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

**Step 5: Verify the accuracy of the contract address you inputted in Step 1 by selecting "Code". If the verification was successful, you will be able to see the contract is now marked as verified.**

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


---

# 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://cascadia.gitbook.io/gitbook/developers/solidity/verification/block-explorer.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.
