Author: Kyle
Since the super-parallel computer AO announced the launch of the test network on February 27, it has received great attention from the market. The price of AR currency has also risen sharply against the trend three times when the market fell. During this period, it rose to 47.5 US dollars, which has achieved a nearly 13-fold increase from the bottom of the bear market last year. After the launch of AO, some people began to re-equate Arweave as an Ethereum killer, and some people defined it as the computing layer of AI. It is foreseeable that Arweave AO may change the direction of the future crypto world.
At the same time, within three and a half weeks after its release, AO attracted more than 3,000 developers to join the Arweave ecosystem and participate in the construction. A large number of AO applications emerged in a short period of time and have maintained a growth momentum. In order to fully understand the recent development of AO, this article will focus on the AO network overview, ecological projects and key events, and review the progress made by AO in the past month.
AO Getting Started
The AO computer is an actor-oriented machine that is generated from a network of nodes that comply with its core data protocol and runs on the Arweave network. This document briefly introduces the protocol and its functions and technical details so that builders can create new implementations and services that integrate with it.
The AO computer is a single, unified computing environment (single system image) hosted on a set of heterogeneous nodes in a distributed network. AO aims to provide an environment where any number of parallel processes can reside and be coordinated through an open messaging layer. This messaging standard connects the independently running processes of a machine into a "network", just like websites run on independent servers but are connected into a cohesive and unified whole through hyperlinks.
——《AO Cookbook》
To understand AO more intuitively, we can understand it through a simple example and compare it with Ethereum EVM.
Suppose there is a task that needs to calculate the sum of all integers from 1 to 100.
For AO: tasks can be assigned to different node computers for independent execution, and then collaborate through the AO network. For example, the task of calculating the sum of 1 to 50 is assigned to node 1, and the task of calculating the sum of 51 to 100 is assigned to node 2.
For Ethereum EVM: Each node must perform the same calculation process, that is, calculate the sum of all integers from 1 to 100. This not only leads to computational redundancy, but even if some of the nodes have completed the calculation, they still need to wait for other nodes to complete the calculation before they can perform the following tasks.
This is the imagination space brought by super-parallel computers. To learn more about AO, you may wish to take a deeper look at some important concepts about AO:
For the composition architecture, operating principles and development guidelines of AO, please refer to AO Cookbook.
AO Network Overview
The AO test network for super-parallel computing has remained active since its release, with 1,000,000 messages on the sixth day after its release. The number of messages has been growing steadily since then, reaching 11,000,000 on the day of AO's "full moon".
At the same time, the number of active developers in the AO network has reached more than 2,000 per day, and more than one-third of the time, there are more than 500 active developers.
List of AO ecosystem projects
Labs organizations
Forward Research, everVision, Community Labs
Forward Research, everVision, and Community Labs are all veteran leading companies in the Arweave ecosystem. Among them, Forward Research was officially established at the Arweave in Asia event in 2022. Arweave founder Sam directly serves as CEO, focusing on incubating and supporting new ecological projects.
everVision is a company focused on providing infrastructure for Web3. It has launched a number of products - everPay, Permaswap and Web3Infra, and initiated the PermaDAO organization to build a complete community-driven financial ecosystem.
Community Labs is a software development company and venture capital studio that aims to help developers seamlessly enter Arweave to increase the influence of the ecosystem. Its products include Arconnect, Protocol.Land and Astro Protocol.
Infrastructure
1. everPay: A millisecond-level, 0 gas cross-chain payment protocol
everPay is a financial protocol built on the SCP paradigm, with performance and user experience comparable to Web2 applications, and very smooth operation. After the release of AO, everPay plans to adjust each component to AO's MSG standard to achieve everPay's complete decentralization, permissionless and censorship-resistant. From then on, anyone can easily access everPay using EverID through the AO network to complete asset transactions.
2. 0rbit: Oracle based on AO
0rbit is a decentralized oracle built on AO by the Arweave ecosystem, which transmits any data from the on-chain and off-chain worlds to the AO thread and allows users to retrieve any data from any URL.
0rbit soon launched a new feature POST, which supports publishing any data in the AO thread to the off-chain world. At the same time, 0rbit issued its test token $0RBT and launched it on the decentralized exchange Bark, which can be converted into native tokens after the mainnet is launched in the future. If you want to get $0RBT, in addition to exchanging it with $CRED on Bark, you can also complete the bounty tasks issued by 0rbit (such as building a price feeding robot) or make other contributions to the construction of the 0rbit network.
3. Arconnect: Arweave native wallet
Arconnect is the native wallet of the Arweave ecosystem. Some people are used to calling it the "little hedgehog" wallet. After the launch of AO, Arconnect quickly announced support for all AO native tokens. At the same time, users can also receive messages sent on AO after turning on the "notification" function of the wallet.
4. AOVM: The first EVM-compatible blockchain on AO
AOVM is the first EVM-compatible blockchain system built on AO, designed to allow users to have their own personal AO, just like having a dedicated server in a computer matrix, waiting to issue orders at any time.
DeFi
1. Permaswap: Arweave's first cross-chain DEX
Permaswap is the first cross-chain DEX in the Arweave ecosystem. It is built on the everPay protocol. Its atomic orders are executed in real time by everPay, with features such as no gas fees, zero front-running slippage, and millisecond-level transaction speeds. With everPay's adaptation to AO, all functions of Permaswap will also automatically adapt to AO, introducing multi-chain assets to the AO ecosystem and providing atomic trading functions. In addition, Permaswap has launched the CRED/AR trading pair (CRED is the AO testnet token).
2. Astro and Bark: AO Stablecoin Protocol and DEX
Astro and Bark are both products developed by Community Labs on AO and launched simultaneously on the day AO was officially released.
Astro is a stablecoin protocol on AO, and its native stablecoin USDA will be minted by Arweave's native token $AR using an over-collateralized method. USDA will open up new innovation and growth opportunities for application scenarios such as decentralized financial platforms and digital markets within the Arweave ecosystem.
Bark is AO's first decentralized exchange, with low latency and high throughput. Thanks to AO, Bark supports parallel trading pairs and settlement speeds are much faster than centralized exchanges. At the same time, through AO's unified message format, any developer who builds an Ethereum virtual machine or Solana virtual machine on the network can interact with Bark. Due to Bark's high composability, developers can also build autonomous agents on it. Currently, Bark has launched assets such as $CRED, $0RBT, $TRUNK and $BRKTST.
Development Tools
1. Liteseed: A new bundler network
Liteseed is a new bundler built on AO, using bundle technology (similar to Rollup) to bundle data and upload it to Arweave. What is different is that Liteseed runs a group of bundlers on AO and works simultaneously. When a user makes a request, the network will randomly select a bundler to upload the data to Arweave.
2. Warp: Smart Contract Platform Based on Arweave
Warp Contracts is an enhanced smart contract platform built on Arweave, which can easily create atomic NFTs and serve as the base layer of distributed databases. After the release of AO, Warp will run on AO as an independent process, which will take full advantage of the scalability and interoperability brought by AO.
3. Molecular Execution Machine: Serverless Platform
Molecular Execution Machine (MEM) is a serverless platform for the Arweave ecosystem, which allows developers to focus on writing code without having to worry about the management of the underlying server. MEM is promoting the work of two-way integration with AO, and is committed to acting as an open computing oracle for AO to help AO unify computing on Arweave. In addition, MEM plans to bridge the interaction of different virtual machines and blockchain networks to the AO process. The ERC20 cross-chain bridge it has built has just passed the security audit, and it is expected that ERC20 tokens will be introduced into AO soon.
4. CosmWasm: Cosmos Ecological Smart Contract Platform Launched on AO
CosmWasm is a smart contract platform designed for the Cosmos ecosystem. It has recently been announced to be launched on the AO network, and messages can be sent and received between AO and other smart contracts. At the same time, CosmWasm released the cosmwasm-ao (CWAO) tool, which allows developers to easily build smart contracts on AO using the Rust language.
5. BetterDEa: AO's next-generation IDE
BetterIDEa is a next-generation IDE (integrated development environment) tailored for the AO ecosystem, providing Web3 developers with an online platform similar to Colab. It is seamlessly integrated with AO's on-chain computing engine, allowing developers to efficiently use Lua to write smart contracts and easily build Web3 applications.
6. DataOS: AI-driven blockchain browser
DataOS is an AI-driven blockchain browser built on an open data lake. After the release of AO, it promptly launched the real-time AO message browser AOLink, which intuitively presents data such as messages, threads, modules and user volume to users.
7. ViewBlock: Arweave's main blockchain browser
ViewBlock is Arweave's main blockchain browser. It has become the second AO browser in addition to DataOS. Users can visit http://viewblock.io/ao to view relevant data of the AO network.
Key Events
1. Launch of AO Technical Document Cookbook
The concept of AO super-parallel computer is very new to many people with non-technical backgrounds, and the technical details are relatively obscure. However, the official quickly released its technical document Cookbook, which includes conceptual explanations, operating principles and development tutorials, and teaches everyone how to get started. In addition, the PermaDAO Development Guild participated in the translation of the AO Cookbook. Currently, the AO Cookbook has two versions, English and Chinese.
2. AO releases testnet token $CRED and launches bounty tasks
$CRED is the native token of the AO testnet. The number of $CRED held is equivalent to the contribution to the AO testnet. Currently, $CRED is mainly obtained by completing bounty tasks, including completing Begin tasks, building Web UI with AOS, outputting AO-related content on the X platform, designing and deploying OA games, and writing a library for AO in Lua.
3. AO Online Hackathon - Hack The Weave Hackathon
Hack The Weave Hackathon is an 11-day online hackathon competition for the Arweave community. Unlike previous hackathons, this time the hackathon was mainly centered around AO, with multiple prizes set up, including "Full-Stack Permaweb Applications", "Indexers/LLMs" and "MemeFrame Championships", with a total bounty of more than $10,000.
4. The community launches two AO memecoins — $WHAT and $TRUNK
$WHAT was launched by developer Andy (@cryptowanderer) and can be exchanged with $CRED on its official website. $WHAT holders can stake to have proposal rights.
$TRUNK was launched by the community manager of the Sarcophagus project and supports exchange with $CRED in the decentralized exchange Bark. Currently, the token's gameplay and empowerment are the same as $WHAT.
5. AO social media application AO Twitter is gradually improving
PermaDAO Development Guild contributor iamgamelover (@digyourinsight) is building AO Twitter based on AO, and has gradually launched features such as chat rooms, setting avatars, and collecting bookmarks. MUD games are planned to be launched in the future.
Summary
The launch of AO has made Arweave a storage and computing platform that can carry any application. As long as the AO protocol specifications are followed, whether it is a full-stack Web3 application, or the AI application that the market has paid close attention to recently, or even a Web2 application, it can run on AO and can be interconnected with other AO applications. Judging from the market reaction, there seems to be a tendency for Arweave to be closely tied to the concept of AI. Its scalability and unlimited storage capacity create optimistic conditions for AI applications. Of course, it is not limited to AI applications. The birth of AO has brought new possibilities to the entire blockchain world.
AO, which has only been around for a month, has attracted a large number of investors and developers to join, and the ecosystem has begun to take shape. This may be a technological innovation that changes the future direction of blockchain.