# Impossible Cloud Network Documentation

## Impossible Cloud Network (ICN)

- [Welcome to the Impossible Cloud Network](https://docs.icn.global/readme.md)
- [Introduction](https://docs.icn.global/introduction/introduction.md): The foundational layer for the next-generation internet.
- [ICN Protocol Overview](https://docs.icn.global/introduction/icn-protocol-overview.md): General overview of the ICN Protocol
- [Key Features](https://docs.icn.global/introduction/key-features.md): Key Features of the Impossible Cloud Network (ICN)
- [Key Concepts](https://docs.icn.global/introduction/key-concepts.md): Key Concepts of the Impossible Cloud Network (ICN)
- [FAQs](https://docs.icn.global/introduction/faqs.md): Find below a series of Frequently Asked Questions. If you have further questions about ICN don't hesitate to reach out.
- [Legal Disclaimer](https://docs.icn.global/introduction/legal-disclaimer.md)
- [ICN Glossary](https://docs.icn.global/icn-glossary.md): Welcome to the ICN glossary. Here you will find definitions and explanations for key terms used across our platform.
- [ICN Protocol Smart Contracts](https://docs.icn.global/icn-protocol-smart-contracts.md)
- [Stake and Earn](https://docs.icn.global/icn-participation/stake-and-earn.md)
- [Become a Hardware Provider](https://docs.icn.global/icn-participation/contribute-hardware.md): ICN is fueled by real-world demand from the cloud industry. Our incentive program for hardware providers is designed with clarity and simplicity at its core, directly linked to our cloud expansion.
- [Run a HyperNode](https://docs.icn.global/icn-participation/run-a-sla-oracle-node.md): The HyperNode Network ensures that cloud services in ICN are running properly by checking hardware and service availability, helping maintain performance and trust across the decentralized system.
- [How to Bridge ICNT](https://docs.icn.global/tutorials-and-education/how-to-bridge-icnt.md): Tutorial for bridging ICNT to Base from Ethereum
- [How to Stake ICNT](https://docs.icn.global/tutorials-and-education/how-to-stake-icnt.md): Tutorial for staking ICNT in the ICN ecosystem
- [How to Stake ICN Link](https://docs.icn.global/tutorials-and-education/how-to-stake-icn-link.md): Tutorial for staking ICNL to HyperNodes or ScalerNodes in the ICN ecosystem
- [How to manage my assets and stakes](https://docs.icn.global/tutorials-and-education/how-to-manage-my-assets-and-stakes.md): Tutorial for how to manage stake positions and assets in the ICN ecosystem
- [How does ICNT staking work?](https://docs.icn.global/how-does-icnt-staking-work.md): An explainer for ICNT staking in the ICN ecosystem
- [How to claim ICN Link initial drop](https://docs.icn.global/how-to-claim-icn-link-initial-drop.md): Tutorial for ICN Link holders to claim their initial ICNT drop
- [Design Overview](https://docs.icn.global/network-architecture/design-overview.md): This section provides an in-depth overview of the core components of ICN’s architecture, explaining how each component contributes to the overall system.
- [ScalerNode Network](https://docs.icn.global/network-architecture/scalernode-network.md): Hardware providers contribute physical servers with specific hardware classes to the ScalerNode Network.
- [HyperNode Network](https://docs.icn.global/network-architecture/hypernode-network.md)
- [Satellite Network](https://docs.icn.global/network-architecture/satellite-network.md)
- [Services and Apps](https://docs.icn.global/network-architecture/services-and-apps.md)
- [Smart Contracts](https://docs.icn.global/network-architecture/smart-contracts.md)
- [Tokenomics](https://docs.icn.global/icn-economics/tokenomics.md)
- [The ICNT](https://docs.icn.global/icn-economics/tokenomics/the-icnt.md)
- [Circulating Supply](https://docs.icn.global/icn-economics/tokenomics/the-icnt/circulating-supply.md)
- [Total Supply](https://docs.icn.global/icn-economics/tokenomics/the-icnt/total-supply.md)
- [Token Minting](https://docs.icn.global/icn-economics/tokenomics/the-icnt/token-minting.md)
- [Burn Mechanisms](https://docs.icn.global/icn-economics/tokenomics/the-icnt/burn-mechanisms.md)
- [Initial Allocation](https://docs.icn.global/icn-economics/tokenomics/initial-allocation.md)
- [Token Unlock Schedule](https://docs.icn.global/icn-economics/tokenomics/vesting-schedule.md)
- [Token Utility](https://docs.icn.global/icn-economics/tokenomics/token-utility.md)
- [Builders](https://docs.icn.global/icn-economics/service-providers.md)
- [Access to Network Resources](https://docs.icn.global/icn-economics/service-providers/access-fees.md)
- [Capacity Allocation](https://docs.icn.global/icn-economics/service-providers/capacity-allocation.md)
- [Hardware Providers (HPs)](https://docs.icn.global/icn-economics/hardware-providers-hps.md)
- [HP Rewards](https://docs.icn.global/icn-economics/hardware-providers-hps/hp-rewards.md)
- [Collateral](https://docs.icn.global/icn-economics/hardware-providers-hps/collateral.md)
- [Delegation](https://docs.icn.global/icn-economics/hardware-providers-hps/collateral/delegation.md)
- [Slashing](https://docs.icn.global/icn-economics/hardware-providers-hps/collateral/slashing.md)
- [ICN Link](https://docs.icn.global/icn-economics/icn-link.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.icn.global/readme.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.
