AlveyChain Documents
  • Alveychain Docs
  • Get-Started
    • Alveychain
    • Installation
    • Local Setup
    • Cloud Setup
    • Full Node
    • CLI Commands
    • JSON RPC Commands
    • Performance Reports
  • Configuration
    • Manage private keys
    • Set up Hashicorp Vault
    • Enable Prometheus metrics
  • Working-With-Node
    • Query JSON RPC endpoints
    • Query operator information
    • Backup/restore node instance
  • Consensus
    • Proof of Authority (PoA)
    • Proof of Stake
    • Set up and use Proof of Stake (PoS)
    • Migration from PoA to PoS
  • Additional Features
    • Alveycoin bridge
    • Network stress testing
    • Blockscout
  • Architecture
    • Architecture Overview
    • modules
      • Blockchain
      • Consensus
      • JSON RPC
      • Minimal
      • Networking
      • Other modules
      • Protocol
      • Sealer
      • State
      • Storage
      • TxPool
      • Types
  • Concepts
    • State in Ethereum
  • Community
    • Propose a new feature
    • Report an issue
  • Docs
    • Server Config File
    • how-tos
      • How to set up and use Proof of Stake (PoS)
Powered by GitBook
On this page
  • Service
  • Transfer
  • Contract
  • Architecture
  1. Additional Features

Alveycoin bridge

PreviousMigration from PoA to PoSNextNetwork stress testing

Last updated 2 years ago

Bridge is a centralized bridge of native tokens, which allows users to transfer native alveycoin assets to another chain.

Service

The wallet signs according to the rules and binds the recharge wallet address of the native token alveycoin.

Transfer

The minimum recharge value of the native token is 100 alveycoin. When the transaction is synchronized, multiple administrators will sign and confirm the transaction and call the deposit of the bridge contract to write data. After more than half of the administrators confirm, the native token will be added to the recharge address specified by the user.

Contract

Call the withdraw of the bridge contract to destroy the native token of the EVM chain, and the redeemed native token will be transferred to the designated address of the alveychain chain.

Architecture

ChainBridge Deposit

ChainBridge Withdraw

ChainBridge Architecture
Workflow of ERC20 token transfer