> 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/side-chain-to-the-backbone-transfer.md).

# Side chain to the backbone transfer

The transfer security of the FOGR side chain to the main chain is guaranteed through the arbitrator mechanism of the main chain. The following is the transfer process: The u ser initiates the extraction pass transaction from the address u through the wallet in the side chain, extracts m FOGR, and sends the address U, in the backbone to the side chain, this transaction is marked as ab3.

The miner nodes in the side chain package the transactions containing ab3 and successfully.&#x20;

The rotating arbitrator node A takes the ab3. from the side chain node that runs itself

The rotating arbitrator node A constructs a transaction under ab3 transferring m SPF fro m S to U on the backbone ab4, broadcasts this transaction to all the arbitrator node signatures.

The rotating arbitrator node A receives more than 2 / 3 of the arbitrators' signatures of the ab4 and submits the ab4 carrying those signatures to the main chain.

<mark style="color:blue;">**Miners pack deals containing ab4 out of blocks.**</mark>

After waiting for enough confirmation, the user saw his backbone address U entered into m FOGR. s on the wallet

<mark style="color:blue;">**Side chains package the ab2 out of the blocks.**</mark>

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/side-chain-to-the-backbone-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.
