# Cross-Chain Process

<figure><img src="https://1747810982-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2kUf9lh5xio7FaRpARMi%2Fuploads%2FqDghcn7W7de8pJ5sgU6c%2F5664.png?alt=media&#x26;token=a2dc0230-f535-4496-8009-233691c58455" alt=""><figcaption></figcaption></figure>

### BTC Network to ETH/BNB Network:

1. After connecting their wallet, each user will be assigned a dedicated BRC20 address by the Multibit platform.
2. Users need to transfer BRC20 tokens to their dedicated BRC20 address for cross-chain transfer.
3. After block confirmation, users can see the tokens is avaliable for minting in order book. Users have the minting authority and need to manually mint the transferred tokens.
4. When minting, the transaction will request the signer's signature from the backend and provide it to the contract. Once the contract verifies the signature, users can mint the tokens on ETH/BNB chain.


---

# Agent Instructions: 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:

```
GET https://docs.multibit.exchange/multibit/protocol/cross-chain-process.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
