# ICB NETWORK

## ICB NETWORK

- [About ICB Network](https://docs.icb.network/getting-started/about-icb-network.md)
- [Technical overview](https://docs.icb.network/getting-started/technical-overview.md)
- [What is Proof of Stake?](https://docs.icb.network/getting-started/technical-overview/what-is-proof-of-stake.md)
- [ICBX Token](https://docs.icb.network/getting-started/icbx-token.md)
- [ICB Consensus vs POW Consensus](https://docs.icb.network/getting-started/icb-consensus-vs-pow-consensus.md): Detailed technical exploration of our blockchain platform. This guide is designed to provide insights into the sophisticated features and capabilities that power our network, echoing advanced function
- [How to connect with ICBNetowork?](https://docs.icb.network/getting-started/how-to-connect-with-icbnetowork.md)
- [Wallets](https://docs.icb.network/getting-started/wallets.md)
- [Tools, Libraries, and Frameworks](https://docs.icb.network/build-on-icb-network/tools-libraries-and-frameworks.md)
- [How to deploy?](https://docs.icb.network/build-on-icb-network/how-to-deploy.md)
- [HardHat](https://docs.icb.network/build-on-icb-network/hardhat.md)
- [Prerequisites](https://docs.icb.network/build-on-icb-network/hardhat/prerequisites.md)
- [Configuring Hardhat for ICB](https://docs.icb.network/build-on-icb-network/hardhat/configuring-hardhat-for-icb.md)
- [Compiling the Smart Contract](https://docs.icb.network/build-on-icb-network/hardhat/compiling-the-smart-contract.md)
- [Deploying the Smart Contract](https://docs.icb.network/build-on-icb-network/hardhat/deploying-the-smart-contract.md)
- [Debugging smart contract using Hardhat?](https://docs.icb.network/build-on-icb-network/hardhat/debugging-smart-contract-using-hardhat.md)
- [Your First console.log](https://docs.icb.network/build-on-icb-network/hardhat/debugging-smart-contract-using-hardhat/your-first-console.log.md)
- [A note on console.log](https://docs.icb.network/build-on-icb-network/hardhat/debugging-smart-contract-using-hardhat/a-note-on-console.log.md)
- [Identifying Common Errors](https://docs.icb.network/build-on-icb-network/hardhat/identifying-common-errors.md)
- [Enhancing Smart Contract Efficiency by Optimizing Gas Usage](https://docs.icb.network/build-on-icb-network/hardhat/enhancing-smart-contract-efficiency-by-optimizing-gas-usage.md)
- [Configuring the Hardhat Gas Reporter Plugin](https://docs.icb.network/build-on-icb-network/hardhat/enhancing-smart-contract-efficiency-by-optimizing-gas-usage/configuring-the-hardhat-gas-reporter-plugin.md)
- [Getting Started with Gas Profiling](https://docs.icb.network/build-on-icb-network/hardhat/enhancing-smart-contract-efficiency-by-optimizing-gas-usage/getting-started-with-gas-profiling.md)
- [Typical Approaches to Reduce Contract Size and Gas Costs](https://docs.icb.network/build-on-icb-network/hardhat/enhancing-smart-contract-efficiency-by-optimizing-gas-usage/typical-approaches-to-reduce-contract-size-and-gas-costs.md)
- [Hardhat: Reducing Smart Contract Size](https://docs.icb.network/build-on-icb-network/hardhat/hardhat-reducing-smart-contract-size.md)
- [Installing and Configuring the Hardhat Contract Sizer Plugin](https://docs.icb.network/build-on-icb-network/hardhat/hardhat-reducing-smart-contract-size/installing-and-configuring-the-hardhat-contract-sizer-plugin.md)
- [Your First Size Profiling](https://docs.icb.network/build-on-icb-network/hardhat/hardhat-reducing-smart-contract-size/your-first-size-profiling.md)
- [Common Techniques for Reducing Contract Size](https://docs.icb.network/build-on-icb-network/hardhat/hardhat-reducing-smart-contract-size/common-techniques-for-reducing-contract-size.md)
- [How to verify a smart contract?](https://docs.icb.network/build-on-icb-network/how-to-verify-a-smart-contract.md)
- [POS (Proof of Stake & authority)](https://docs.icb.network/project-technology/pos-proof-of-stake-and-authority.md)
- [Delegators and Fee Sharing](https://docs.icb.network/project-technology/delegators-and-fee-sharing.md)
- [Architecture](https://docs.icb.network/project-technology/architecture.md)
- [Smart Contract Details](https://docs.icb.network/project-technology/smart-contract-details.md)
- [White Paper](https://docs.icb.network/developer-docs/white-paper.md)
- [How to connect with ICBNetowork?](https://docs.icb.network/developer-docs/how-to-connect-with-icbnetowork.md)
- [Privacy Policy](https://docs.icb.network/legal-docs/privacy-policy.md)
- [Terms and conditions](https://docs.icb.network/legal-docs/terms-and-conditions.md)
- [Glossary](https://docs.icb.network/additional-resources/glossary.md)
- [FAQS](https://docs.icb.network/additional-resources/faqs.md)
- [Roadmap](https://docs.icb.network/additional-resources/roadmap.md)
- [How to connect ICB Network](https://docs.icb.network/additional-resources/how-to-connect-icb-network.md)
- [ICB Netowork Team](https://docs.icb.network/additional-resources/icb-netowork-team.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.icb.network/getting-started/about-icb-network.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.
