> For the complete documentation index, see [llms.txt](https://docs.rolluper.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rolluper.xyz/faq/already-inscribed-brc-20-transfer.md).

# Already inscribed BRC-20 Transfer

### Why BRC-20 Transfer can't be used in ROUP?

Since Roup is using **BRC-201** as the underlying protocol for helping users to rollup their BRC-20 assets, it will require users to inscribe a **BRC-201** before starting the process. Hence, a normal inscribed **BRC-20 Transfer** will not be able to use in ROUP and users need to make the **BRC-20 Transfer back** to **BRC-20** before starting the rollup process.

###

### How to make inscribed BRC-20 Transfer back to normal BRC-20?

1. open your wallet (UNISAT, OKX)
2. Find the assets that contains i**nscribed BRC-20 Transfer**![](/files/HT1ioCTnwkmncILQN1qN)![](/files/EUw5Jf3OOVNmubeaWpgH)
3. Click on the **Transfer Button** in the wallet and select the **BRC-20 Transfer** you want to use![](/files/N6dI0JAJ0fYvZaMN3HeK)
4. Click on **Next** and enter your **own wallet address** in **Receiver** box![](/files/L5QENwvsF5m4fEGQh8AH)
5. Select fee rate and confirm the transaction
6. Wait till the transaction is confirmed on-chain and your BRC-20 assets will be back to normal.


---

# 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://docs.rolluper.xyz/faq/already-inscribed-brc-20-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.
