What is Internet Computer (ICP)?
π New to this? Just start reading at the top β it begins in plain English and gets more detailed as you scroll. Jump to any level:
π’ The simple version
Plain English β no jargon. Start here.
Internet Computer Protocol (ICP) is a blockchain built by the DFINITY Foundation that attempts to be a decentralised alternative to cloud computing β applications (including websites, databases, and smart contracts called "canisters") run entirely on a decentralised network of data centres, eliminating dependence on AWS, Google Cloud, or any centralised server.
ICP's ambitious vision
Most blockchain applications still rely on centralised infrastructure somewhere. A DeFi app may have its smart contracts on Ethereum but its frontend (the website you interact with) on AWS. Its off-chain data might be on a centralised database. The "decentralised" label is often partial. ICP takes a maximalist approach: everything should run on-chain. Applications on ICP are hosted entirely on the blockchain β the website, the database, the compute logic β with no AWS or Google Cloud dependency.
ICP uses "canister" smart contracts β WebAssembly programs that can serve web content directly, store data, and interact with other canisters. Your browser connects to an ICP application directly from the blockchain. The network of data centres (called "nodes") runs these canisters on behalf of the protocol, earning ICP rewards. The DFINITY Foundation spent approximately $195M and 5+ years building this infrastructure before launching in May 2021.
The controversial May 2021 launch
ICP launched on Coinbase and Binance in May 2021 at an initial fully-diluted valuation of ~$45 billion. Within days, the token dropped 90%+ from its peak. Internal DFINITY documents leaked showing the token distribution β insiders and early investors had significant token allocations with relatively short lockups. The crash attracted significant criticism about ICP's tokenomics and launch mechanics. The DFINITY team disputed the framing but the May 2021 episode created lasting reputational damage that ICP has been working to recover from.
Is ICP legal in India?
Yes. ICP qualifies as a Virtual Digital Asset (VDA) under Indian law. 30% tax on gains and 1% TDS applies. Always consult a tax professional.
π‘ A bit more detail
For when you want to go a little deeper.
ICP's actual technology
Regardless of the launch controversy, ICP has real technical innovation. The consensus protocol (Chain Key Cryptography) allows the network to operate with sub-second finality at scale. The canister model genuinely enables hosting websites and applications on-chain β ICP is one of the few blockchains where you can actually serve web content from a smart contract without any centralised server. The NNS (Network Nervous System) β a decentralised governance system where ICP holders vote on network upgrades including which data centre providers participate β is one of the most developed on-chain governance systems in crypto.
ICP use cases in practice
ICP has attracted: social applications (OpenChat β a fully on-chain messaging app), DeFi (ICPSwap, Sonic DEX on ICP), NFT platforms, and enterprise applications. The chain's ability to host entire applications on-chain (not just financial primitives) gives it a different application profile than Ethereum or Solana. The chain's internet-native design also makes it well-suited for applications that need to interact with web2 APIs without external oracles.
The May 2021 ICP launch and price crash is documented history. It created lasting community distrust that ICP has been rebuilding since. Evaluate ICP on its current technical merits and ecosystem health β not solely on the 2021 narrative β while being aware that the history exists. Live data: CoinGecko
π£ The full technical picture
For the technically curious.
Key facts
- Token: ICP (gas + governance, no fixed max supply)
- Builder: DFINITY Foundation (~$200M raised)
- Launch: May 2021 (controversial β ~90% price drop from peak within days)
- Architecture: Smart contracts (canisters) that host full web applications on-chain
- Consensus: Chain Key Cryptography β sub-second finality
- Governance: NNS (Network Nervous System) β on-chain governance for all upgrades
- Unique feature: Browser connects directly to blockchain-hosted applications (no AWS needed)
- Applications: OpenChat, ICPSwap, various NFT platforms
- Backing: DFINITY Foundation; a16z, Multicoin early investors
Chain Key Cryptography
ICP's consensus uses threshold cryptography: the network's private key is never held by any single node β it's split using threshold BLS signatures across a committee of nodes ("subnets"). A transaction is finalised when a threshold of nodes sign it with their key shares. The final signature is a single valid BLS signature that can be verified by any party with the network's public key. This design allows ICP to run at internet-scale with sub-second finality without a single point of cryptographic failure. The same mechanism enables "Chain Key Bitcoin" β ICP can hold and sign Bitcoin transactions natively using this threshold key system, enabling trustless BTC integration without wrapping.