# Overview

Conflux 从设计上是透明的，所有信息都可以验证。 区块浏览器为获取这些信息提供了一个用户界面。 [ConfluxScan](https://confluxscan.io/) 是一款服务于 Conflux 用户的区块浏览器，可以用它来查看实时的区块、交易、矿工、帐户、智能合约以及其他的链上相关活动数据，当前支持 Core 和 eSpace 的主网和测试网。

ConfluxScan 提供了许多有用的功能，可以通过下面的例子来初步了解:&#x20;

* 为合约申请 Conflux 赞助额度 (合约代付): <https://conflux-wiki.github.io/conflux-wiki/development/apply-contract-fee/>
* NFT 查看器教程: <https://conflux-wiki.github.io/conflux-wiki/development/address-NFT/>
* 如何在 Scan 上注册合约和代币展示: <https://conflux-wiki.github.io/conflux-wiki/development/register-contract-and-token-display/>
* 查找 LP 代币的合约地址: <https://conflux-wiki.github.io/conflux-wiki/development/get-lp-token-address/>
* 交易分析: <https://conflux-wiki.github.io/conflux-wiki/development/internal-transaction/>
* 地址转换工具: <https://conflux-wiki.github.io/conflux-wiki/development/address-convertor/>


---

# 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://conflux-technical-support.gitbook.io/conflux-nft-kai-fa-zhi-nan/step-1-ren-shi-confluxscan/overview.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.
