# Connect to BitciChain

To connect your decentralized wallet with BitciChain, utilize the parameters provided below:

## Bitcichain Mainnet

| Parameter       | Value                                                      |
| --------------- | ---------------------------------------------------------- |
| Network Name    | BitciChain Mainnet                                         |
| RPC Endpoint    | [https://rpc.bitci.com](https://rpc.bitci.com/)            |
| Chain ID        | 1907                                                       |
| Currency Symbol | BITCI                                                      |
| Explorer URL    | [https://bitciexplorer.com](https://v2.bitciexplorer.com/) |

## Bitcichain Testnet

| Parameter       | Value                                                                   |
| --------------- | ----------------------------------------------------------------------- |
| Network Name    | BitciChain Testnet                                                      |
| RPC Endpoint    | [https://testnet.bitcichain.com](https://testnet.bitcichain.com/)       |
| Chain ID        | 1908                                                                    |
| Currency Symbol | TBITCI                                                                  |
| Explorer URL    | [https://testnet.bitciexplorer.com](https://testnet.bitciexplorer.com/) |
| Faucet URL      | [https://faucet.bitcichain.com](https://faucet.bitcichain.com/)         |

## Connect Bitcichain via Chainlist

* Bitcichain Mainnet: <https://chainlist.org/chain/1907>
* Bitcichain Testnet: <https://chainlist.org/chain/1908>


---

# 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.bitcichain.com/developers/connect-to-bitcichain.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.
