MAPO Developer Docs
LearnDevelopRunWhitePaperBRC-201
English
English
  • Overview
  • Learn
    • About MAP Protocol
      • Background
      • Introduction of MAP Protocol
      • History of MAP Protocol
    • Comparison with other cross-chain models
      • MAP Protocol vs Cosmos & Polkadot
      • MAP vs other cross-chain solutions without relay chain
    • Technical Mechanism
      • MAP Protocol's Technical Mechanism
      • Three-layer Architecture
      • MAP Protocol Layer
        • Concept
        • Isomorphism with All Chains
        • Verification & Maintenance Network
      • MAP Omnichain Service (MOS) Layer
      • MAPO Application Layer
      • Peer-to-Peer Cross-chain Technology with ZK-enabled Light Clients
      • Interact with Bitcoin
    • Gas Fee Model
    • DAO
    • Construction of MAP Protocol
      • Developers
      • Validators
      • Maintainers
      • Messengers
      • Liquidity providers
      • End users
    • Tokenomics
    • Purchase $MAP
  • Develop
    • MAP Relay Chain
      • Getting Started
        • Build
        • Make Private Chain
        • How To Vote
        • How To Withdraw
        • Integrate an Exchange
        • Integrate MAP Relay Chain with EVM-Compatible Chains
      • Consensus
        • Overview
        • Proof-of-Stake
        • Validator
          • Validator
          • Locked MAP
        • Election
        • Rewards
        • Aggregated Seal
      • Contracts
        • Precompiled Contracts
        • Genesis Contracts
          • ABI
            • AccountsABI
            • ElectionABI
            • EpochRewardsABI
            • LockedGoldABI
            • ValidatorsABI
          • Deploy
      • Marker
        • Genesis
        • Validator
        • Vote
        • ContractOwner
        • Common
      • Account-Abstraction
    • Light Client
      • Verification based on Light Client
      • MAPO Light Client
        • EVM Chains
        • Near
      • Light Clients
        • Client Manager
        • BNB Smart Chain
        • Near Protocol
        • Polygon(Matic)
        • Ethereum 2.0
        • Klaytn
        • Conflux)
      • Maintainer
    • MAP Omnichain Service (MOS)
      • MOS Message Guides
        • How It Works
        • How To Use
        • EVM Chains Contract
      • MCS Guides
        • How It Works
        • How To Use
          • How To On Evm Chains
          • How To On Near Protocol
        • Relay Chain Contract
        • EVM Chains Contract
        • Near Protocol Contract
      • Messenger
      • API
    • OmniChain Examples
      • OmniApp
      • OmniDictionary
    • API & SDK
      • Butter SDK
      • Atlas JSON RPC
      • Atlas Consensus API
      • MAP Scan API
    • Connected Chains and Corresponding Addresses
  • Run
    • How To Become A New Validator
    • How To Become A New Validator[advanced]
    • Withdraw
Powered by GitBook
On this page
  • Three stages of crypto industry development
  • Cross-chain field
  • Existing problems - Centralization
  • Existing cross-chain solutions in the crypto industry

Was this helpful?

  1. Learn
  2. About MAP Protocol

Background

Three stages of crypto industry development

Stage 1: Bitcoin The birth of the Bitcoin peer-to-peer e-cash payment system created the crypto industry and stimulated the development of centralized exchanges (CEXs) since 2009.

Stage 2: Ethereum The emergence of the programmable smart contract of Ethereum boosted the development of public chains and decentralized applications (Dapps) since 2015.

Stage 3: Multi-chain - Call for cross-chain Although cross-chain infrastructure competition is neck and neck, cross-chain infrastructure makes cross-chain dapps possible and significantly boosts development.

Cross-chain field

Let’s start by explaining what blockchain and cross-chain are. Blockchain is a network in which one block of transactions sequentially follows another and the network is supported by miners/nodes. The first blockchain is the Bitcoin blockchain, since its launch many other blockchains have been created. An important milestone in the development of blockchain technology was the launch of the Ethereum network with the support for smart contracts. Ethereum dominated the market, Dapps started to deploy on Ethereum. After Ethereum, more public chains were launched to challenge Ethereum, and Dapps started to explore possibilities on different chains. Nowadays, Dapps are deployed on multiple chains and as a result, users also own digital assets on multiple chains, and they are desperately in need of a secure and efficient cross-chain solution. Not just a bridge, but a cross-chain interoperability protocol as a solution.

Existing problems - Centralization

  • CEXs

  • Centralized

  • Non-interoperable

Existing cross-chain solutions in the crypto industry

The solution to the problem of blockchains interoperability can be the very factor to ensure world recognition of blockchain technology and all its derivatives, primarily, cryptocurrencies. Having a cross-chain protocol in place gives projects freedom of choice and opens up fair competition: if one network is cheaper or faster than the other one, assets can move freely. This will mean, neither more nor less, a new economic era, which will be determined by genuine economic freedom and the broadest financial and working opportunities.

Solutions without a Relay Chain

  • Cross-chain bridge dapps with MPC super administrator

  • Oracle verification mechanism with ambiguity and collusion risk

  • The transitional solution in MPC with PoS. (Slightly better than pure MPC)

  • Optimistic roll-up with long verification waiting time

  • Light-client verification mechanism with ultra-high gas fees during cross-chain among heterogeneous chains

Polkadot & Cosmos Solution

  • It is difficult for the EVM and other heterogeneous chains to connect the cross-chain network through SDK.

  • The relay chain is dedicated to blockchain mainnet developers instead of cross-chain dapp developers.

  • Although Thorchain and Terra are Cosmos’s ecosystem chains, the cross-chain mechanism of Thorchain is still MPC, and dapps developed on Terra are mostly mono-chain dapps.

  • Polkadot has not yet developed any cross-chain applications.

PreviousAbout MAP ProtocolNextIntroduction of MAP Protocol

Last updated 2 years ago

Was this helpful?