> For the complete documentation index, see [llms.txt](https://docs.merlinchain.io/merlin-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.merlinchain.io/merlin-docs/user-quick-start/how-to/staking-and-unstaking/unstaking/brc-20.md).

# BRC-20

Unstaking Portal: [Merlin Unstaking Page](https://merlinchain.io/unstake)

Detailed operations is similar with unstaking BTC

### Users that have not claimed M-Token(BRC-20)

* Retrieve BRC-20 to Layer1: After paying the gas fee, the BRC-20 will arrive at your L1 BTC wallet in **3 days**.
* Retrieve BRC-20 to Layer2: You can also unstake BRC-20 back to your L2 wallet without paying gas. It will arrive at your L2 wallet address in about **24 hours**. This can be bridged out using our official bridge.

### Users Have Claimed M-Token(BRC-20)

Now you can swap M-BRC20 with BRC20 at **a ratio of 1:1 (for example, M-ORDI to ORDI)**, and then you can continue to trade or bridge back to the L1. **You need to have sufficient gas in L2 wallet.**

Note:

* OKX already supports the deposit of ORDI/SATS. You can deposit to the exchange after getting ORDI/SATS (not M-ORDI and M-SATS).
* Users have to add the BRC-20 token address to view unstaked assets.


---

# 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.merlinchain.io/merlin-docs/user-quick-start/how-to/staking-and-unstaking/unstaking/brc-20.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.
