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

# Start using BICScan

### Perform a new scan

Click the BICScan title in the upper left corner or enter <https://bicscan.io> on your browser to go to the main page of BICScan.

> If your ABC Wallet is not connected yet, please click `Connect ABC Wallet` to complete the connection. Please refer to [Login with ABC Wallet](https://docs.bicscan.io/pages/jRV2uMZTfOYDD1t5fXxx#3.-login-with-abc-wallet) for how to connect.

Enter the dApp URL, Wallet address, or Contract address in the search bar and press `Enter` key to start scan.

<figure><img src="/files/llMUx4ieIP9s6OqFWGxD" alt=""><figcaption><p>Type something and press [Enter]</p></figcaption></figure>

### What kind of search BICScan supports?

BICScan supports omnisearch in search query.

* Contract Address: smart contract address
* Wallet Address: externally owned account address
* ENS: Ethereum Name Service (eg. something.eth)
* CNS: Unstoppable Domains (eg.&#x20;

### Which Chain networks does BICScan Supports?

BICScan currently supports following blockchain networks:

* Ethereum
* Polygon
* Binance Smart Chain
* Klaytn
* Avalanche
* Arbitrum

### View Scan Results

Within a few seconds of performing the scan, you should be able to see a screen as following:

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

Here's a description of each element of the screen provided by the page.

* `Title`: Displays the hash or dapp URL.
* `Analysis Date`: Displays the date the report was generated. The date is in UTC.
* `Type`: Displays the type of the address. There are `address`, `contract`, and `domain`.
* `Category`: Category shows a consolidated view of how the value is categorized by the various engines.
* `Networks`: Displays the networks where the scan target exists. Clicking on a network will take you to the BlockExplorer for each chain.
* `Risk Score`: The score is displayed on a 100-point scale and shows the largest value across the detected sources. The closer the score is to 100, the higher the risk.
* `Vendors`: Different engines are used depending on what is detected, and displays the results detected by that engine.
* `Assets`: Displays balance of `token` in the address. Click to see the details of the token.

### Disconnect

Click `Wallet Address` > `Disconnect` to immediately disconnect from the wallet.


---

# 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.bicscan.io/start-using-bicscan.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.
