# ICON

## Account

* ICON has two type of accounts
* EOA(Externally Owned Accounts)
  * starts with "hx" followed by a 20-byte hex string
* SCORE(Smart Contract in ICON)&#x20;
  * starts with "cx" followed by a 20-byte hex string
* Guide for using an account with the same private key on Ethereum(BSC, HECO, etc...) and ICON
  * <https://github.com/orbit-chain/bridge-launch-governance/blob/master/iconvault/util.md>&#x20;

## Network

* Public mainnet from ICON official [SITE](https://www.icondev.io/docs/mainnet)
  * Endpoint: <https://ctz.solidwallet.io/api/v3>
  * NID : 1
* Node operation. [**Citizen Node**](https://www.icondev.io/docs/quickstart#citizen-node) is enough to run the Orbit Bridge.


---

# 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://bridge-docs.orbitchain.io/cross-chain-guide/icon.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.
