# Read Tab

The Read Contract Tab enables users to access and query the contract's read-only functions to fetch data directly from the blockchain. These functions are used to retrieve information without making any changes to the blockchain, meaning no tokens or gas fees are required.

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

**Wallet Connection**

Allows users to securely connect their wallet to the interface. Although read-only functions don’t require gas or tokens, wallet integration ensures secure and authenticated interactions with the contract.

**Contract Information**

* **Public Functions:** Displays a list of all publicly accessible read functions within the contract. These functions provide data such as balances, token details, or contract status.
* **Expandable Functions:** Each function is listed with its name *(e.g., \_verifyTransfer)*. Users can expand any function to view input fields or directly execute a query to retrieve outputs.
* **Inputs and Outputs:** Some functions may require input parameters *(e.g., wallet addresses)* to fetch specific data. The output provides the requested information in real time.


---

# Agent Instructions: 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.blockdagnetwork.io/block-explorer/evm/contract-listing/contract-details/contract-tab/read-tab.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.
