TechFlow Logo
Login/ Sign up
ETH Gas
Gwei
Fear
gas
What Is the Potential of Parallel EVM? An Overview of Artela Developers' Creative BUIDLs

What Is the Potential of Parallel EVM? An Overview of Artela Developers' Creative BUIDLs

2024.08.31
Share

TechFlow Selected TechFlow Selected

techFlow

What Is the Potential of Parallel EVM? An Overview of Artela Developers' Creative BUIDLs

This article explores the potential applications demonstrated by Artela's EVM++ technology, through an analysis of the highly popular Artela ecosystem in the recent developer landscape.

2024.08.31 - 06:25:05
EVMArtela
This article explores the potential applications demonstrated by Artela's EVM++ technology, through an analysis of the highly popular Artela ecosystem in the recent developer landscape.

Author: Mikkke Pignard, Xiao Zhu Web3

TL;DR

  • Parallel EVM is gaining momentum, with more and more projects adopting related technologies for upgrades.

  • The potential transformation brought by parallel infrastructure lacks concrete application examples and remains a work in progress.

  • By examining Artela—a platform with a vibrant recent developer ecosystem—this article explores the potential applications enabled by its EVM++ technology.

  • Parallelization is a means, not an end, aiming to provide dApps with a runtime environment capable of large-scale operations.

  • DeFi under EVM++: Accelerating DeFi runtime security and RWA applications.

  • Reviewing innovations in omnichain gaming, AI coprocessors, and other new applications within the EVM++ framework.

What Updates Can Parallel Execution Bring to Infrastructure?

Parallel execution (parallel EVM) has become a key technological focus in infrastructure development. Many projects aim to enhance performance through parallelization to unlock new crypto applications, including Monad, Artela, MegaETH, and Sei. Recently, Starknet also announced support for parallel execution. However, the transformative potential of parallel infrastructure lacks tangible application demonstrations and is still on the path to realization.

This article analyzes the highly active Artela ecosystem to explore the potential use cases demonstrated by its EVM++ technology. Developer-driven innovation is Artela’s primary approach to advancing technical progress. Currently, over 800 active developers are contributing to Artela's BUIDL efforts, delivering more than 300 Aspect-native extension use cases and over 130 ecosystem projects. They have also developed supporting tools for EVM++, such as the Aspect Browser, Aspect IDE, and Aspect Hardhat plugin—all independently built and maintained by community developers.

Parallelization Is a Means, Not an End

As Reforge Research noted in their analysis of parallel EVMs: parallelization is a means, not an end.

The architectural philosophy behind parallel execution aims to create a runtime environment where dApps can scale massively. Parallel EVM represents improved execution efficiency over traditional EVM. Projects like Monad and MegaETH primarily focus on this aspect. Another school of thought advocates not only EVM compatibility but also breaking beyond pure EVM limitations via dual-VM architectures—adopted by Artela, Arbitrum Stylus, and Sei V2.

Artela combines a parallel EVM with WASM-based extensions in a dual virtual machine architecture, aiming to deliver high performance and scalability for dApps. This dual-pronged approach is known as EVM++. Through its developer community, Artela conveys a technological vision of creating a new decentralized application runtime environment that accelerates integration of innovative domains such as Secure DeFi, AI, and AW/FOCG (autonomous worlds / fully on-chain games) into the crypto world.

DeFi Under EVM++: Accelerating Runtime Security and RWA

DeFi remains the most active application category in crypto. With advancements in BTC ETFs and mainstream banks’ involvement in RWA, DeFi is gradually approaching traditional finance. However, user experience and security issues remain pressing concerns. Over the past year, major protocols like Curve and KyberSwap suffered repeated attacks, exposing the vulnerabilities of “naked” DeFi protocols. How does EVM++ address these challenges?

Key partners building DeFi solutions on EVM++ include GoPlus, a Web3 user security provider, and ZAN, a Web3 security firm with traditional fintech expertise. Together, they are exploring on-chain security, runtime risk control, user protection, deep protocol integration, and collaborating on user education, security ecosystems, and product integrations.

The anti-rug feature co-designed with GoPlus for AMM protocols automatically identifies malicious liquidity pool attacks, protecting traders and liquidity providers. Their joint testnet security education campaign attracted over 300,000 participants.

ZAN’s KYT Aspect, built on EVM++, delivers a fintech-grade on-chain DeFi security solution. The KYT (Know Your Transaction) Aspect provides real-time transaction security analysis for dApps, enabling on-chain detection of flash loan attacks, arbitrage, and money laundering activities. By integrating this Aspect, DeFi protocols can customize risk control policies similar to traditional fintech services, enhancing fund security and compliance.

Developed by ZAN team members from Ant Digital Technologies, this project seamlessly integrates fintech-level security into the Artela network, clearly demonstrating the feasibility of advanced on-chain security via Aspects and highlighting EVM++’s effectiveness in addressing DeFi security challenges.

ArtexSwap, the first AMM protocol built on EVM++, achieves high transaction security and liquidity protection. Its Anti-Rug Pull Aspect, Blacklist Aspect, and Slippage Guard Aspect offer robust technical safeguards for token supply monitoring, transaction activity blocking, and real-time liquidity pool surveillance.

Innovation in Omnichain Gaming Enabled by EVM++

Omnichain gaming and Crypto AI have been top directions attracting developer interest over the past year. As the "rising stars" of crypto, they naturally demand higher performance and scalability from blockchain execution environments.

Artela continues to explore the potential of EVM++ in gaming together with pioneers Blade Games and Cellula. EVM++ contributes value as an on-chain “coprocessor” (analogous to GPUs in traditional computing), offering a high-performance execution environment and flexible interoperability.

  • Unlocking Omnichain NPCs: Artela and Blade Games collaborated to build a version of Royale game featuring “on-chain NPCs”. Using EVM++, players can register their accounts as automated NPC characters that algorithmically engage in battles against real players!

  • Enabling “AI in Games”: Cellula has an interesting BUIDL on EVM++, leveraging it as an on-chain coprocessor to implement an on-chain version of Pac-Man. It runs AI-agent algorithms directly on EVM++, enabling automatic battles between players and ghosts entirely on-chain. The AI agent combat module, originally implemented off-chain in Java, was ported to Aspect while maintaining high playability—one on-chain transaction can execute over 1,000 rounds of AI pathfinding decisions. This enables on-chain operation of AI agents and asynchronous PvP gameplay!

EVM++ and AI Coprocessors

Artela announced a strategic partnership with Phala to build a native extension layer supporting AI on EVM++, making intelligent on-chain dApps possible.

Phala is exploring the construction of a trustless AI coprocessor layer on Artela, combining on-chain AI algorithms via EVM++ with off-chain TEE-based AI coprocessing. This approach brings popular large language models (LLMs) and Web3 data layers into blockchain protocols, enabling dApps built on EVM++ to achieve more dynamic and intelligent interactions.

Developer Innovation Continues

In the past quarter, Artela successfully onboarded over 2,100 Web2 developers into Web3 through its Web3 Developer Learning Program. These participants contributed 2,818 code commits and 1,319 pull requests across course projects. Not only did they quickly master Aspect-native extensions, but they also created over 100 innovative use cases during advanced EVM++ training. These span applications from DeFi security to omnichain gaming, showcasing Artela’s potential in lowering EVM development barriers and unleashing developer creativity.

On Artela’s Aspect Hub, all innovative Aspect use cases are community-contributed, with some particularly groundbreaking ones standing out. For example, Throttle Aspect demonstrates how rate-limiting techniques from traditional transaction systems can be applied to smart contracts, helping decentralized protocols resist Sybil attacks and unfair behavior. KYT Aspect offers real-time on-chain transaction security analysis, effectively defending against flash loan attacks, arbitrage, and money laundering—highlighting EVM++'s powerful capabilities in DeFi security. LinkLearner leverages off-chain model training combined with on-chain weight aggregation via Aspect, creating a decentralized AI model training platform with automatically adjustable parameters on-chain.

To further empower developer innovation, multiple open-source communities—including LXDAO and BuidlerDAO—have contributed rich EVM++ tooling. Tools include Artela Scan, a block explorer with dedicated Aspect support for intuitive on-chain data visualization; the Artela Aspect Hardhat plugin, which greatly simplifies Aspect development; and Solide Aspect IDE, providing a one-stop development platform to accelerate Aspect innovation and sharing. Additionally, the Aspect Marketplace offers developers a decentralized platform to freely manage, rent, buy, and sell Aspects.

Conclusion

The Web3 industry is undergoing a transitional phase. While next-generation infrastructures like parallel EVM continue evolving, active developer communities exemplified by Artela’s BUIDL movement persist in pushing technological frontiers. Will this combination of strong ecosystems, high-performance, scalable infrastructure, and creative developers usher in the next era of crypto? The future is worth watching.

Join TechFlow official community to stay tuned

Add to Favorites
Share to Social Media
Author
小猪Web3

Related Articles

2025.05.29

EVM to RISC-V? Discussing the Past and Present of RISC-V and Its Applications in Web3

Although the introduction of RISC-V faces challenges such as compatibility with existing ecosystems and balancing performance and security, it also provides infinite possibilities for future blockchain technologies.

EVM to RISC-V? Discussing the Past and Present of RISC-V and Its Applications in Web3
2025.03.31

The Race for the Holy Grail of Parallel EVM: Monad, MegaETH, and Pharos

The competition among Monad, MegaETH, and Pharos has no absolute frontrunner at its core, leaving developers with more trade-offs to consider regarding the priority of performance, decentralization, or specialization.

The Race for the Holy Grail of Parallel EVM: Monad, MegaETH, and Pharos
2025.03.10

Instance Explained: Analyzing EVM Chain Activity Using $Cocoro as an Example

This article will walk you through various operations of Dev on the blockchain step by step.

Instance Explained: Analyzing EVM Chain Activity Using $Cocoro as an Example
2025.02.19

Can Monad Spark an "EVM Spring" by Injecting Solana's DNA into EVM?

The emergence of Monad has injected a strong stimulus into the EVM ecosystem.

Can Monad Spark an "EVM Spring" by Injecting Solana's DNA into EVM?
2025.01.16

Why is Artela fully committed to the development of AI Agents?

By making comprehensive investments in the field of AI Agents, Artela is striving to become the infrastructure provider for this entirely new future.

Why is Artela fully committed to the development of AI Agents?
2024.11.12

Understanding TAC: The Catalyst Reigniting TON's Ecosystem Heat, the Lubricant Enabling Seamless Migration of EVM Applications

TAC's core objective is to serve as a bridge between EVM applications and the TON ecosystem.

Understanding TAC: The Catalyst Reigniting TON's Ecosystem Heat, the Lubricant Enabling Seamless Migration of EVM Applications
2024.10.29

Deep Data Analysis: Has Solana Truly Surpassed EVM Chains? Assessing the Blockchain Competitive Landscape Through Liquidity Pool Quality

Most of Solana's trading volume comes from pools with poor liquidity, a significant portion of which originates from Pump Fun.

Deep Data Analysis: Has Solana Truly Surpassed EVM Chains? Assessing the Blockchain Competitive Landscape Through Liquidity Pool Quality
2024.10.28

The Optimization Path of Parallel EVM: A Perspective from Reddio

An overview of the parallel EVM implementation approach for Reddio, an Ethereum Layer 2 solution.

The Optimization Path of Parallel EVM: A Perspective from Reddio
2024.08.23

The Debate Over Parallel EVMs: Monad and MegaETH Explore the Definition of Full Nodes

Vitalik believes the key is not whether full nodes execute all transactions, but whether users can obtain sufficient transaction confirmation assurance.

The Debate Over Parallel EVMs: Monad and MegaETH Explore the Definition of Full Nodes
2024.08.21

Summarizing nine parallel EVM research papers: what are the key discussion points?

Conduct an in-depth analysis of its ecosystem and characteristics.

Summarizing nine parallel EVM research papers: what are the key discussion points?
TechFlow Logo

Navigating Web3 tides with focused insights

Contribute An Articleemail
Media Requestsmsg

Risk Disclosure: This website's content is not investment advice and offers no trading guidance or related services. Per regulations from the PBOC and other authorities, users must be aware of virtual currency risks. Contact us / [email protected] ICP License: 琼ICP备2022009338号