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. General Architecture Overview

Token Design

Arichain's token architecture provides native token support across multiple virtual machine environments with native ARI token bridge functionality.

Native Multi-VM Token System

Native Token Arichain's native token (ARI) can move seamlessly between virtual machine environments:

  • Native Token Registry: ARI token tracked across all VMs with unified balance

  • Real-time Synchronization: Instant native token transfers between VM environments

  • Atomic Operations: All native token operations complete atomically or not at all

Token Standards and Compatibility

EVM Token Standards Arichain supports all standard Ethereum token formats:

  • Standard ERC-20: Full ERC-20 functionality within EVM environment

  • NFT Support: Complete ERC-721 and ERC-1155 compatibility

  • Advanced Standards: Support for ERC-777, ERC-1363, and other advanced token standards

SVM Token Standards Complete compatibility with Solana's token ecosystem:

  • SPL Token Integration: Native support for SPL Token standard

  • Metaplex NFTs: Full Metaplex NFT standard support

  • Advanced Features: Program Derived Addresses (PDAs) and cross-program invocations

Design Benefits

Simplified Native Token Management

  • Users will be able to view their unified ARI balances across all VM environments, either through external wallets or via our native platform.

  • Native token can be used for gas fees in both EVM and SVM

  • Single transaction can utilize ARI across different VMs

Developer Benefits

  • Access to mature token ecosystems from both Ethereum and Solana

  • Simplified native token management in multi-VM applications

  • Standard token development practices within each VM

Security Advantages

  • Native token bridge uses protocol-level security

  • VM-specific tokens maintain their original security models

  • Full traceability of native token movements

PreviousConsensus MechanismNextUnified Gas System

Last updated 20 days ago