# Tech Workflow

<figure><img src="https://867381159-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfwuGTNqEd3e8ol2QM8LU%2Fuploads%2Fh0OFDXxGzyJONHCPoXDM%2F%E7%99%BD%E8%89%B2%E8%83%8C%E6%99%AF-%E5%B8%A6%E5%BA%95%E8%89%B2.jpg?alt=media&#x26;token=d8879073-f49f-4006-93e7-8994ce46618b" alt=""><figcaption></figcaption></figure>

From Bitcoin to Mapo L2

1. Users will initiate a new ***BRC201 inscription***. They will need to input parameters including the ***destination chain, destination address, token ticker, token amount*** and ***fee rate***.
2. After a new BRC201 gets inscribed, it needs to be transferred to our ***ROUP Vault Address*** in order to be rolled up
3. After the confirmation of the transfer, the ***Token Asset Contract*** on the MAPO L2 will mint the corresponding amount of tokens to user specified address

From Mapo L2 to Bitcoin

4. Users will initiate the cross-chain transaction by specifying ***destination chain, destination address, token ticker and token amount***.
5. The ***Token Asset Contract*** will burn users token at the MAPO L2
6. The cross-chain transaction will gets verfied
7. A new BRC201 will be inscribed and transferred to user specified bitcoin address


---

# 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.rolluper.xyz/how-does-roup-work/tech-workflow.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.
