# 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: 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/faqs/general-faqs.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.
