> 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/before-using-bicscan.md).

# Before using BICScan

BICScan, provided by AhnLab Blockchain Company, can be used via WebUI and API, and credits are deducted according to the number of uses.

This document covers the following for basic scanning.

* Installing and connecting your wallet
* How to generate an App Key
* How to perform a scan
* How to manage your account and quota
* Where to find API documentation

### 1. Installing ABC Wallet

ABC Wallet is a cryptocurrency wallet created by AhnLab Blockchain Company and can be downloaded below.

[Chrome WebStore](https://chrome.google.com/webstore/detail/abc-wallet/mlhakagmgkmonhdonhkpjeebfphligng) | [iOS AppStore](https://apps.apple.com/app/abc-wallet-safe-web3-wallet/id1642837445) | [Android Playstore](https://play.google.com/store/apps/details?id=io.myabcwallet.mpc\&hl=en\&gl=US)

For a detailed video guide to installing ABC Wallet, see below.

<figure><img src="https://img.youtube.com/vi/oL2KPu-DuLo/0.jpg" alt="" width="563"><figcaption></figcaption></figure>

### 2. Connect to BICScan

In a browser with ABC Wallet installed, type <https://bicscan.io> in the address bar to open BICScan website.

### 3. Login with ABC Wallet

After accessing the BICScan website, click the `Connect ABC Wallet` button in the upper right corner to connect with your wallet.

If you are using Browser Extension ABC Wallet, select `Browser ABC Wallet` at the bottom. Then the Browser ABC Wallet popup window will appear and you will be connected to BICScan after logging in.

<figure><img src="/files/10ecMV2gfs7FD9ltGr0F" alt=""><figcaption></figcaption></figure>

In case of Mobile ABC Wallet, select `Mobile ABC Wallet` at the top. Then the QR Code like below will be generated.

<figure><img src="/files/bb9lYVULjm3wRL7v9zbc" alt="" width="386"><figcaption></figcaption></figure>

Open up ABC Wallet on your mobile phone and tap right top "QR Scan" icon (red box in the screenshot below) to scan the QR code above. Then you will be connected to BICScan.

<figure><img src="/files/fY83lWo8dPER9MuyHc4n" alt="" width="375"><figcaption></figcaption></figure>

After successful login, the wallet address will be displayed in the upper right corner of the Bicscan main screen with the network icon selected in the wallet.

### 4. Create BICScan App

In order to perform a scan, whether through the UI or API, an App Key must be created the first time. You can create multiple app keys. Queries executed on the UI will use the first created App key. However, quota allocation/deduction is calculated based on the wallet address, not per app key.

> **Warning**
>
> For security purposes, manage your App Key carefully to ensure that it does not fall into the wrong hands. To replace an App Key, you need to edit the App key and regenerate to a new one.

To create an App Key, please perform the following steps

#### 4.1. Go to Profile

You can view the list of apps you own by clicking on your wallet address in the top right corner and going to Profile in the menu.

You will be asked to sign to verify the wallet user you have connected. No worries, you will not be charged at this stage.

<figure><img src="/files/0WQ5Tox1sm8sgprpyrH0" alt=""><figcaption></figcaption></figure>

#### 4.2. Creating an App

Click the user addresss in the top right corner, navigate to `Profile` in the menu. In the Profile page, click `Create App` button to create a new app.

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

#### 4.3. Enter an app name and description

Enter a name for the app being created. While app name and description can be edited later, we recommend using intuitive names like "AppName-Dev", "Application-Backend", and so on.

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

#### 4.4. Sign to complete app creation

Finally, sign the app to complete its creation.

#### 4.5. Complete

After signing, the new app will be registered on the screen, and you can click on it for more information.

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

To see more information about the app, click [View App Details](/start-using-bicscan.md#app-list).

You can now use [Perform a new scan](/start-using-bicscan.md#perform-a-new-scan) in BICScan.


---

# 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/before-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.
