πŸ‡ΊπŸ‡Έ
FOGR Computing Chain-EN
  • 🎚️WHITE PAPER
  • πŸͺAbstract
  • βš™οΈProfile
  • βŒ›Design principles
    • Independent blockchain
    • Ethereum compatibility
    • The Layer2 scheme
    • Contains the Staking consensus and governance
    • DCPP
  • πŸ”©Key Technology
    • The FHPoS Consensus Agreement
    • Cross-chain
      • Backbone to side chain transfer
      • Side chain to the backbone transfer
      • Arbitrator
    • sWASM technology
    • Score technology
    • Layer2 scheme
  • ⏲️About FOGR
    • FOGR blockchain implementation
      • FOGR identification
      • Calculation contract
      • Contract calculation
    • FOGR physical implementation
  • 🧭Development planning
  • ⏱️Summary
Powered by GitBook
On this page
  1. Key Technology

Cross-chain

PreviousThe FHPoS Consensus AgreementNextBackbone to side chain transfer

Last updated 1 year ago

The key to cross-chain technology is to solve the transfer problem between backbone and side chain, and to have a mechanism to ensure that the transfer between backbone side chain is safe and credible.To this end, Adam Back et al. Have proposed a technique called two-way anchoring (Two-waypeg) to address the transfer of assets between the two chains.The basic principle is based on SPV to verify that transactions do exist on another chain, but this is the premise to save all of each other's block header information.

Main chain and side chain are 1-to-many relationships, using symmetrical bidirectional anchoring, there is no problem with saving only the whole block head information of the side chain. If the backbone needs to save all side chain header information, it is unacceptable, so symmetrical SPV-based bidirectional anchoring can not be used on the main side chain architecture of FOGR.

FOGR adopts different mechanisms for the transfer in the two directions between the main and side chains.

πŸ”©
Backbone to side chain transfer
Side chain to the backbone transfer
Arbitrator