Tap to Trade in Gate Square, Win up to 50 GT & Merch!
Click the trading widget in Gate Square content, complete a transaction, and take home 50 GT, Position Experience Vouchers, or exclusive Spring Festival merchandise.
Click the registration link to join
https://www.gate.com/questionnaire/7401
Enter Gate Square daily and click any trading pair or trading card within the content to complete a transaction. The top 10 users by trading volume will win GT, Gate merchandise boxes, position experience vouchers, and more.
The top prize: 50 GT.
 and higher degrees of freedom through the horizontal expansion of nodes. From an architectural point of view, AO standardizes the data processing method and the expression of messages, and completes the sorting, scheduling and calculation of information through three network units (subnets). Its standardization method and the functions of different units can be summarized as follows according to official data analysis:
Message: Each interaction between a user (or other process) and a process is represented by a message. The message must conform to Arweave’s native ANS-104 data item to keep the native structure consistent so that Arweave can save information. From a more understandable perspective, the message is a bit like the transaction ID (TX ID) in the traditional blockchain, but the two are not exactly the same;
Operating System AOS
AOS can be regarded as an operating system or terminal tool in the AO protocol, which can be used to download, run and manage threads. It provides an environment in which developers can develop, deploy and run applications. On AOS, developers can use the AO protocol to develop and deploy applications and interact with the AO network.
Run Logic
The Actor Model advocates a philosophical viewpoint called “everything is an actor”. All components and entities in the model can be regarded as “actors”. Each actor has its own state, behavior and mailbox. They communicate and collaborate through asynchronous communication, so that the entire system can be organized and operated in a distributed and concurrent manner. The operating logic of the AO network is the same. Components and even users can be abstracted as “actors” and communicate with each other through the message passing layer, so that processes are linked to each other. A distributed working system that can be parallelized and non-shared is established in the interweaving.
The following is a brief description of the steps in the information transfer flowchart:
What has changed in AO? 「 1 」
Differences from common networks:
The difference between AO’s node network and traditional computing environment:
Support for the project:
AO’s Verifiability Problem
After we understand the framework and logic of AO, there is usually a common question. AO does not seem to have the global characteristics of traditional decentralized protocols or chains. Can verifiability and decentralization be achieved only by uploading some data to Arweave? ? In fact, this is the mystery of AO design. AO itself is an off-chain implementation, and does not solve the problem of verifiability or change the consensus. The idea of the AR team is to separate the functions of AO and Arweave, and then connect them modularly. AO only communicates and calculates, and Arweave only provides storage and verification. The relationship between the two is more like a mapping. AO only needs to ensure that the interaction log is stored on Arweave, and its state can be projected to Arweave to create a hologram. This holographic state projection ensures the consistency, reliability, and certainty of the output when calculating the state. In addition, the message log on Arweave can also reversely trigger the AO process to perform specific operations (it can wake up by itself according to preset conditions and schedules, and perform corresponding dynamic operations).
AO and ICP
Let’s summarize AO’s features with some keywords: giant native hard disk, unlimited parallelism, unlimited computing, modular overall architecture, and holographic state process. All of this sounds great, but friends who are familiar with various public blockchain projects may find that AO is very similar to a “death-level” project, the once popular “Internet Computer” ICP.
ICP was once hailed as the last king-level project in the blockchain world. It was highly favored by top institutions and reached a FDV of 200 billion US dollars in the crazy bull market of 21 years. But as the wave receded, the value of ICP tokens also plummeted. Until the bear market of 23 years, the value of ICP tokens had fallen by nearly 260 times compared with the historical high. But if you don’t consider the performance of token prices, even if you re-examine ICP at this time, its technical features are still very unique. Many of the amazing advantages of AO today were also possessed by ICP back then. So will AO fail like ICP? Let’s first understand why the two are so similar. Both ICP and AO are based on the Actor Model design and focus on locally running blockchains, so there are many common features between the two. The ICP subnet blockchain is formed by some independently owned and controlled high-performance hardware devices (node machines) that run the Internet Computer Protocol (ICP). The Internet Computer Protocol is implemented by many software components that, as a bundle, are replicable in that they replicate state and computation across all nodes in a subnet blockchain.
The ICP replication architecture can be divided into four layers from top to bottom:
Peer-to-peer (P2P) network layer: used to collect and announce messages from users, other nodes in their subnet blockchain, and other subnet blockchains. Messages received by the peer layer will be replicated to all nodes in the subnet to ensure security, reliability, and resilience;
Consensus layer: selects and sorts messages received from users and different subnets to create blockchain blocks, which can be notarized and finalized through a Byzantine fault-tolerant consensus that forms an evolving blockchain. These finalized blocks are passed to the message routing layer;
Message routing layer: used to route user and system-generated messages between subnets, manage the input and output queues of Dapps, and schedule message execution;
Execution environment layer: computes the deterministic computations involved in executing smart contracts by processing messages received from the message routing layer.
Subnet Blockchain
So-called subnets are collections of interacting replicas that run separate instances of the consensus mechanism in order to create their own blockchain on which a set of “containers” can run. Each subnet can communicate with other subnets and is controlled by a root subnet, which delegates its authority to individual subnets using chain key cryptography. ICP uses subnets to allow it to scale infinitely. The problem with traditional blockchains (and individual subnets) is that they are limited by the computing power of a single node machine, because each node must run everything that happens on the blockchain in order to participate in the consensus algorithm. Running multiple independent subnets in parallel allows ICP to break through this single-machine barrier.
Why it failed
As mentioned above, the purpose of the ICP architecture is, in simple terms, a decentralized cloud server. A few years ago, this concept was as shocking as AO, but why did it fail? Simply put, it was neither high nor low, and there was no good balance between Web3 and its own concept, which ultimately led to the embarrassing situation that the project was not as good as Web3 and not as good as the centralized cloud. In summary, there are three problems. First, ICP’s program system Canister, which is the “container” mentioned above, is actually a bit similar to AOS and processes in AO, but the two are not the same. ICP’s program is encapsulated and implemented by Canister, which is not visible to the outside world and requires specific interfaces to access data. It is not friendly to the contract call of the DeFi protocol under asynchronous communication, so in DeFi Summer, ICP did not capture the corresponding financial value.
The third point is the lack of ecology. ICP is still a public chain with extremely high performance even now. If there is no DeFi application, what about other applications? Sorry, ICP has not produced a killer application since its birth. Its ecology has neither captured Web2 users nor Web3 users. After all, with such a low degree of decentralization, why not directly use rich and mature centralized applications? But in the end, it is undeniable that ICP’s technology is still top-notch. Its advantages of reverse Gas, high compatibility, and unlimited expansion are still necessary to attract the next billion users. In the current wave of AI, if ICP can make good use of its own architectural advantages, it may still have the possibility of turning around.
So back to the question above, will AO fail like ICP? I personally think that AO will not repeat the same mistakes. First of all, the last two points that led to the failure of ICP are not a problem for AO. Arweave already has a good ecological foundation, holographic state projection also solves the centralization problem, and AO is more flexible in terms of compatibility. More challenges may focus on the design of the economic model, the support for DeFi, and a century-old problem: in the non-financial and storage fields, how should Web3 be presented?
Web3 shouldn’t just be a narrative
The most frequently used word in the world of Web3 must be “narrative”. We are even used to measuring the value of most tokens from the perspective of narrative. This is naturally due to the dilemma that most Web3 projects have great visions but are awkward to use. In contrast, Arweave already has many fully implemented applications, and they are all benchmarked against the Web2 level experience. For example, Mirror and ArDrive, if you have used these projects, it should be difficult to feel the difference from traditional applications. However, Arweave still has great limitations in value capture as a storage public chain, and calculation may be the only way. Especially in today’s external world, AI is already a general trend, and Web3 still has many natural barriers in the current stage of integration, which we have also talked about in past articles. Now Arweave’s AO uses a non-Ethereum modular solution architecture, giving Web3 x AI a good new infrastructure. From the Library of Alexandria to super-parallel computers, Arweave is following a paradigm of its own.
References