IC:From Negative to Infinity

5/6/2024, 9:00:46 AM
Beginner
TechnologyAI
Developed, promoted, and maintained by DFINITY, IC is a public network designed to extend global internet functionalities and transform it into a world computer. With innovative blockchain technology, IC provides infinite scalability and high-speed transaction processing capabilities.

On April 6, 2024, the much-anticipated Web3 Festival opened at the Hong Kong Convention and Exhibition Centre. DFINITY, as the leading sponsor of the event, saw its founder and Chief Scientist, Dominic Williams, deliver a speech titled “AI that is a smart contract: why and how” that delved into the operation of AI on blockchain networks, bringing DFINITY’s spearheaded project — the Internet Computer (IC) — back into the public spotlight.

Dominic Williams stated, “Traditional blockchains, such as Ethereum, this calculation can be completed in a single block. Transactions in the Internet Computer can extend the calculation to multiple blocks, which is very important for AI.”

Even before the conference, Dominic Williams had posted a video on Twitter demonstrating a fully decentralized AI Large Language Model (LLM) running as a smart contract on the Internet Computer. DFINITY is leveraging smart contracts on the IC to form a new matrix with AI, shaping a vision where AI becomes the heartbeat of the Web3 and blockchain world.

https://twitter.com/dominic_w/status/1770884845570326589

Basic Introduction

DFINITY, IC, and ICP

The DFINITY Foundation is a non-profit organization based in Switzerland, established by Dominic Williams in 2016. Its team includes world-leading cryptographers, mathematicians, and senior engineers, such as the inventors of BLS technology and Bitcoin ASICBoost, as well as researchers in multi-party computation and cryptography from Yale University and the European EPFL Centre for Distributed Computing. DFINITY’s vision is to create a decentralized internet ecosystem, breaking the monopoly of large tech companies over online services and data storage.

Developed, promoted, and maintained by DFINITY, IC is a public network designed to extend global internet functionalities and transform it into a world computer. With innovative blockchain technology, IC provides infinite scalability and high-speed transaction processing capabilities. It can also handle HTTP requests to support a wide variety of decentralized applications, from social media platforms, open-source project hosting services, to enterprise-level applications. Theoretically, any existing internet service can be rebuilt as a decentralized version on the IC.

There are two native tokens on the IC: ICP for voting governance, and Cycles for gas expenditures. IC employs a “reverse Gas” model where interacting with the chain does not require any Cycles from the user. Smart contract developers can convert ICP into Cycles to prepay for the gas of their smart contracts. Cycles are pegged to a basket of fiat currencies to ensure the cost for developers remains relatively stable. This model is akin to the Web2 mechanism whereby accessing services is free for users, with developers bearing the operational costs.

IC Architecture Overview

Smart contracts on the IC are known as Canisters, units that bind Wasm program code and data storage. Anyone can deploy Canisters on the IC.

The IC shards Canisters into multiple instances, each called a subnet, which possesses its own set of decentralized nodes. These nodes run a consensus algorithm amongst themselves, building their own blockchain. Canisters on one subnet can communicate with another Canister on a different subnet by sending messages. Users can also send messages to Canisters. Below is an illustration:

  1. A message is sent to an RPC node;
  2. The RPC node routes the message to the subnet hosting the target Canister;
  3. The subnet’s consensus algorithm adds the message into the latest block of the subnet’s blockchain;
  4. The message is then added to the input queue of the target Canister;
  5. The Canister processes the message.

Subnets can vary in size, i.e., the replication factor, which determines the cost of running Canisters on that subnet. It also affects finality time and security.

Chain-Key Technology

One of the core technologies of the IC is the Chain-Key technology, consisting of threshold signatures, non-interactive distributed key generation, zero-knowledge proofs, amongst other cryptographic techniques.

Each subnet has a fixed public key. The corresponding private key is not stored on a single node nor available on any nodes. Instead, it’s split into multiple secret shares distributed across all nodes using threshold cryptography. Nodes can collectively sign messages from users and other subnets using these secret shares. This function means that state verification and result validation become extremely simple for users. It also eliminates the need to keep the blocks in the blockchain forever available, breaking the scalability bottleneck. In fact, the IC proactively garbage-collects old blocks to conserve storage usage.

Smart contracts can have their own keys and sign transactions for other blockchains (such as Bitcoin and Ethereum), allowing trustless interaction with other chains. In fact, IC has already integrated Bitcoin based on Chain-Key technology, with Ethereum integration also on the agenda.

The Past, Present, and Future of IC

Mentioning DFINITY and ICP, the phrase “launch is the peak” is a topic that cannot be avoided. On May 10, 2021, when the IC mainnet was launched, the price of ICP collapsed, with the price of a single ICP plummeting from over 450 USDT (even reaching over 2000 USDT on Binance) down by as much as 76%, and within a few weeks, the decline extended to 95%. The rapid fall in price greatly damaged the reputation of the DFINITY Foundation and also led to a series of attacks on the IC ecosystem from the crypto community, causing a catastrophe for ICP holders and communities that were building upon that network.

There is a view that ICP was subject to price manipulation by certain forces within a few hours of its listing (IC’s founder, Dominic Williams, has always believed it was the doing of SBF and FTX), I will not comment on this point of view, but looking at the work of post-disaster reconstruction of the IC ecosystem, IC has shown tremendous resilience.

Looking back on the development of IC in 2022 and 2023, IC has realized threshold ECDSA signatures, smart contract HTTP requests, direct integration with Bitcoin, and has sped up EVM compatibility, development of Ethereum cross-chain bridges, and DeFi. However, the most exciting development is that IC has truly embraced the era of AI. IC’s unique capability to support large-scale computations allows artificial intelligence and neural networks to run directly inside on-chain Canisters, not only running machine learning algorithms using popular AI/ML frameworks and libraries but also making API calls to external artificial intelligence application interfaces (such as OpenAI) through HTTP requests.

It is known that machine learning requires a significant amount of computational resources to run complex models, which ordinary blockchains are incapable of supporting for AI models to run directly within smart contracts. For example, a DeFi protocol provides users with a yield optimization model, but if one tries to run the model on-chain, they would have to pay exorbitant Gas fees. To counter such high costs, IC provides two key capabilities:

  1. WebAssembly virtual machine: Canister code is compiled into Wasm modules to be deployed on IC, supporting standards such as the WebAssembly System Interface;
  2. Deterministic time slicing (DTS): DTS splits the execution of very large messages that require billions of Wasm instructions across multiple execution rounds.

Moreover, IC is currently adding support for Web3 “AI compute units.” AI will also run on the network, supporting native Web3 integrations, and trustlessness combinations of models and data, completely opening up the imagination of AI + Web3.

In Conclusion: Aiming for Infinity

IC once boasted a team of dazzling cryptographers and idiosyncratic technology, crowned with the halo of “third-generation blockchain” — this was as “Behold — he is building a mansion”.

IC also at one point, with nearly 200 million dollars in heavy financing and top institutions vying for its favor, launched with a 230 billion-dollar FDV — this was as “Behold — he is holding a banquet”.

After IC’s token price collapsed during its launch, spiraling downwards to far below normal levels (going as low as 3 USDT) — this was as “Behold — his mansion now lies in ruins”.

There are stories in this world of gone with the wind, as well as tales of rise from the ashes. I believe that IC belongs to the latter. The ecosystem on the IC chain is still continually being built, particularly in the realm of AI, where IC has already shown its leading edge.

There are already many AI projects based on IC, such as Juno-OpenAI (https://github.com/peterpeterparker/juno-openai),,) which demonstrates the integration of OpenAI’s technology, including DALL·E and the GPT-4 Vision Preview, into a decentralized application (dApp) using Juno’s platform. It utilizes smart contracts to query OpenAI’s models, leveraging the efficiency and scalability of Juno’s serverless functions.

There are many more examples like Juno-OpenAI, highlighting that IC is opening up a new realm of possibilities for DApp developers in the era of AI, exploring the enrichment of functions and services offered by their applications with the aid of artificial intelligence and creating more interactive, personalized, and smart DApps.

It can be said that IC has now boarded the spaceship of the AI era, exiting the negative black hole, with a goal that is infinity.

Disclaimer:

  1. This article is reprinted from [@zan.top/the-internet-computer-ic-from-negative-to-infinity-b052e2414c01">ZAN], All copyrights belong to the original author [pignard.eth]. If there are objections to this reprint, please contact the Gate Learn team, and they will handle it promptly.
  2. Liability Disclaimer: The views and opinions expressed in this article are solely those of the author and do not constitute any investment advice.
  3. Translations of the article into other languages are done by the Gate Learn team. Unless mentioned, copying, distributing, or plagiarizing the translated articles is prohibited.

Share

Crypto Calendar

Proje Güncellemeleri
Etherex, 6 Ağustos'ta REX token'ını piyasaya sürecek.
REX
22.27%
2025-08-06
Nadir Geliştirici ve Yönetim Günü Las Vegas'ta
Cardano, 6-7 Ağustos tarihleri arasında Las Vegas'ta Rare Dev & Governance Day etkinliği düzenleyecek. Etkinlik, teknik gelişim ve yönetişim konularına odaklanan atölye çalışmaları, hackathonlar ve panel tartışmaları içerecek.
ADA
-3.44%
2025-08-06
Blok Zinciri.Rio Rio de Janeiro'da
Stellar, 5-7 Ağustos tarihlerinde Rio de Janeiro'da gerçekleştirilecek Blockchain.Rio konferansına katılacak. Program, Stellar ekosisteminin temsilcilerini, Cheesecake Labs ve NearX ortakları ile birlikte içeren anahtar konuşmalar ve panel tartışmaları içerecek.
XLM
-3.18%
2025-08-06
Webinar
Circle, 7 Ağustos 2025 tarihinde, UTC 14:00'te "GENIUS Yasası Dönemi Başlıyor" başlıklı bir canlı Yönetici İçgörüleri web semineri düzenleyeceğini duyurdu. Oturum, Amerika Birleşik Devletleri'nde ödeme stablecoin'leri için ilk federal düzenleyici çerçeve olan yeni kabul edilen GENIUS Yasası'nın etkilerini inceleyecek. Circle'ın Dante Disparte ve Corey Then, yasaların dijital varlık inovasyonu, düzenleyici netlik ve ABD'nin küresel finansal altyapıdaki liderliği üzerindeki etkilerini tartışacak.
USDC
-0.03%
2025-08-06
X üzerinde AMA
Ankr, 7 Ağustos'ta UTC 16:00'da X üzerinde bir AMA düzenleyecek ve DogeOS'nin DOGE için uygulama katmanını inşa etme çalışmalarına odaklanacak.
ANKR
-3.23%
2025-08-06

Related Articles

Blockchain Profitability & Issuance - Does It Matter?
Intermediate

Blockchain Profitability & Issuance - Does It Matter?

In the field of blockchain investment, the profitability of PoW (Proof of Work) and PoS (Proof of Stake) blockchains has always been a topic of significant interest. Crypto influencer Donovan has written an article exploring the profitability models of these blockchains, particularly focusing on the differences between Ethereum and Solana, and analyzing whether blockchain profitability should be a key concern for investors.
6/17/2024, 3:14:00 PM
Arweave: Capturing Market Opportunity with AO Computer
Beginner

Arweave: Capturing Market Opportunity with AO Computer

Decentralised storage, exemplified by peer-to-peer networks, creates a global, trustless, and immutable hard drive. Arweave, a leader in this space, offers cost-efficient solutions ensuring permanence, immutability, and censorship resistance, essential for the growing needs of NFTs and dApps.
6/8/2024, 2:46:17 PM
 The Upcoming AO Token: Potentially the Ultimate Solution for On-Chain AI Agents
Intermediate

The Upcoming AO Token: Potentially the Ultimate Solution for On-Chain AI Agents

AO, built on Arweave's on-chain storage, achieves infinitely scalable decentralized computing, allowing an unlimited number of processes to run in parallel. Decentralized AI Agents are hosted on-chain by AR and run on-chain by AO.
6/18/2024, 3:14:52 AM
In-depth Analysis of API3: Unleashing the Oracle Market Disruptor with OVM
Intermediate

In-depth Analysis of API3: Unleashing the Oracle Market Disruptor with OVM

Recently, API3 secured $4 million in strategic funding, led by DWF Labs, with participation from several well-known VCs. What makes API3 unique? Could it be the disruptor of traditional oracles? Shisijun provides an in-depth analysis of the working principles of oracles, the tokenomics of the API3 DAO, and the groundbreaking OEV Network.
6/25/2024, 1:56:05 AM
Dimo: Decentralized Revolution of Vehicle Data
Beginner

Dimo: Decentralized Revolution of Vehicle Data

Dimo is a car IoT platform built on Polygon, allowing car owners to collect and share vehicle data such as mileage, speed, and location, in exchange for DIMO tokens as rewards. The platform enables real-time monitoring, management, and monetization of vehicle data through integration with hardware such as AutoPi OBDII devices. The DIMO token, based on ERC-20, aims to incentivize user participation, with governance features included in its token economy. Dimo also collaborates with IoTeX, integrating W3bstream technology to support Web3 developers' access to vehicle data, jointly creating a new ecosystem for mobile travel. With two rounds of funding raising $20.5 million, the Dimo project has a fixed token supply, with circulating supply gradually increasing.
5/6/2024, 12:37:57 PM
AI Agents in DeFi: Redefining Crypto as We Know It
Intermediate

AI Agents in DeFi: Redefining Crypto as We Know It

This article focuses on how AI is transforming DeFi in trading, governance, security, and personalization. The integration of AI with DeFi has the potential to create a more inclusive, resilient, and future-oriented financial system, fundamentally redefining how we interact with economic systems.
11/28/2024, 3:45:01 AM
Start Now
Sign up and get a
$100
Voucher!