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

# General FAQs

### Q1: What is BitciChain?

**A:** BitciChain is a EVM-compatible decentralized blockchain network . It provides a secure and transparent platform for various applications, leveraging blockchain technology.

### Q2: What is Bitcicoin and how can I get Bitcicoin?

**A:** Bitcicoin is the native coin of the BitciChain. You can get Bitcicoin from a CEX such as [bitci.com](https://www.bitci.com)

### Q3: How can I create a custom token on the BitciChain network?

**A:** To create a custom token on BitciChain, you can deploy an ERC-20 smart contract. Follow the steps outlined in our guide on [Creating and Deploying an ERC-20 Token using Remix](/developers/build-on-bitcichain/using-remix-ide.md)

### Q4: What is the block time of BitciChain?

**A:** BitciChain has a block time of **15 seconds**, ensuring efficient transaction processing and network performance.

### Q5: How is consensus achieved on BitciChain?

**A:** BitciChain uses **POA** as its underlying consensus algorithm, ensuring secure and decentralized transaction validation.

### Q6: What is the finality time on BitciChain?

**A:** Since BitciChain uses POA as its consensus algorithm, the finality time on BitciChain is **immediate**, representing the time it takes for a block to become irreversible.

### Q7: Can I deploy existing Ethereum smart contracts on BitciChain?

**A:** Yes, smart contracts developed for Ethereum can be deployed on BitciChain, given the compatibility of the EVM.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bitcichain.com/faqs/general-faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
