> For the complete documentation index, see [llms.txt](https://fogcomputingchain.gitbook.io/fog-computing-chain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fogcomputingchain.gitbook.io/fog-computing-chain/key-technology/cross-chain/backbone-to-side-chain-transfer.md).

# 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://fogcomputingchain.gitbook.io/fog-computing-chain/key-technology/cross-chain/backbone-to-side-chain-transfer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
