LogoLogo
  • Introduction
    • What is Arichain
    • Why Arichain
    • Vision: Redefining Layer 1, Empowering Every Builder.
    • TL;DR Summary for Builders
    • Details to read
  • Architectural Philosophy
    • Monolithic vs Modular: Why Multi-VM
    • Native Composability over Interoperability
    • Unified Chain State and Execution Environment
    • Chain Structure: Multi-VM under One Consensus
    • Identity & User Abstraction
  • General Architecture Overview
    • Multi-VM Execution Environment
    • Consensus Mechanism
    • Token Design
    • Unified Gas System
    • GAID: Global Account Identity
    • Future Roadmap
  • Technical Overview
    • Consensus Protocol Details
    • Token Design and Interoperability
    • Gas System Architecture
    • GAID Architecture
    • State Management
    • Bridge Infrastructure
  • Developer Experience
    • SDK
    • Developer tools
  • Validator
    • Validator Roles & Node Types
    • Reward System
    • Staking
    • Use Cases
    • Node Operations
  • Security
    • Design Goals
    • Threat Model and Risk Assessment
    • Continuous Security Verification
  • Token Economics & Validator Incentives
    • Token Utility
    • Validator Incentives
    • Token Supply and Distribution
    • Onboarding Workflow
  • Roadmap
Powered by GitBook
On this page
  1. Architectural Philosophy

Native Composability over Interoperability

Native Composability over Interoperability

In a multi-chain world, interoperability has been the goal: connecting isolated chains via bridges and communication protocols. But interoperability comes with significant trade-offs:

  • Security Risks: Cross-chain bridges are common attack vectors.

  • Latency: External messaging increases transaction delays.

  • Complex UX: Users and developers must deal with multiple chains and tokens.

Arichain focuses not on interoperability, but on native composability.

By integrating multiple VMs natively:

  • Smart contracts on EVM and programs on SVM can interact directly within the same chain.

  • Unified Accounts and Wallets allow seamless asset and data interactions.

The result is a blockchain where dApps from different ecosystems can compose, collaborate, and build on each other — without the friction of cross-chain bridges.

Composability is no longer an external feature — it’s native to Arichain’s design.

PreviousMonolithic vs Modular: Why Multi-VMNextUnified Chain State and Execution Environment

Last updated 20 days ago