πŸ‡ΊπŸ‡Έ
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
  2. Cross-chain

Backbone to side chain transfer

The transfer of the FOGR backbone to the side chain is based on SPV. The integrated SPV module on the side chain is required to synchronize the backbone block and the transfer transactions of the backbone to the side chain on the backbone at any time.The transfer process is as follows:

πŸ”΅1. The user transfers n FOGR, to the backbone from the address U to the address S represe n ting the side chain on the backbone and sends it to the transaction with its own address u, in the side chain, and this transaction is marked as ab1.

πŸ”΅2. The miner node of the backbone packages the ab1 and successfully.

πŸ”΅3. After waiting for enough confirmation, the SPV module of the rotating arbitrator node A obtains the transfer transaction on the main chain, obtains the transfer address U from the transaction, and constructs the transaction AB2 for issuing the token to U. The number of issuing token is equal to the number of transfer from U to S in AB1, and AB2 also carries SPV Prove path and AB1.

πŸ”΅4. The rotating arbitrator node A sends the ab2 to the side chain node. Side chains package the ab2 out of the blocks. After waiting for eno u gh co n firmation, the user recorded n FOGR. s with his side chain address u that he saw on the wallet.

PreviousCross-chainNextSide chain to the backbone transfer

Last updated 1 year ago

πŸ”©