> For the complete documentation index, see [llms.txt](https://docs.bosagora.org/kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bosagora.org/kr/dapps/bridge-boaswap/how-to-use-a-bridge.md).

# How to use a Bridge

[BOASwap Bridge](https://boaswap.io/bridge)에 크롬 브라우저를 이용해서 접속 합니다.

Bridge를 사용하기 전에 MetaMask(Wallet)가 설치 되어 연결 되어 있어야 합니다. Bridge는 양방향 전송을 지원 하므로 먼저 Ethereum Mainnet ERC-20 BOA 에서 BOSAGORA Agora(BizNet) BOA로 전송하는 시나리오를 설명 하겠습니다.

* 먼저 출발 네트워크를 선택합니다. 이경우 Ethereum Mainnet을 선택 합니다.
* 필요사항은 Ethereum Mainnet에 소량의 가스비 ETH 와 전송할 ERC-20 BOA 가 필요 합니다.
* Bridge 실행에는 3분 \~ 10분 정도의 시간이 필요 합니다. Bridge를 실행하는 동안 브라우저를 닫지 말아주세요.

  <figure><img src="/files/NPqEENgMBEro4hJB34kS" alt=""><figcaption></figcaption></figure>
* From 네트워크 Ethreum Mainnet 이 선택된것을 확인하고 ERC-20 BOA의 잔액을 하고 Agora(BizNet) 네트워크로 전송할 BOA 수량을 입력 합니다. 최대 입력금액은 보유수량 만큼 입력해야 전송 할 수 있습니다.

  \*\* 전송금액 - (Fee(교환 수수료) + Gas Tokens for use(트랜잭션 가스비)) = 받는 금액 \*\*

  아토믹스왑 알고리즘 으로 각각의 네트워크에서 가스비가 발생 되므로 환율은 1 BOA = 1 BOA 이지만 수수료가 차감되어 도착 네트워크의 받는금액이 측정 되므로 이점을 주의해주시기 바랍니다.
* Approve BOA 를 클릭하여 승인 합니다. 이것은 스마트컨트랙 에서 출금 할 수 있도록 승인 하는 것 입니다.&#x20;

&#x20;   &#x20;

<figure><img src="/files/3B5UAMiXf5zXf20BWax7" alt=""><figcaption></figcaption></figure>

* Approve를 하기위해 METAMASK에서 "확인" 버튼을 클릭 합니다.&#x20;

&#x20;    ![](/files/MTbU1V6oZSfTi8i5FgJ9)

* BOASwap 에서는 트랜잭션이 컨펌되면 우측상단에 Approved BOA 토스트 메세지가 표시 됩니다.&#x20;

&#x20;    ![](/files/C0JJM9QCxCTN9itxOiy5)

* Bridge를 이용해서 도착 네트워크로 BOA를 전송하기 위해 "Transfer" 버튼을 클릭 합니다.&#x20;

&#x20;   &#x20;

<figure><img src="/files/KssaJ2TpZSXOsH61tpGF" alt=""><figcaption></figcaption></figure>

* 전송할 금액 과 도착 금액을 확인 하고 수수료를 확인 하고 "Confirm Bridge" 버튼을 클릭 합니다.&#x20;

&#x20;   &#x20;

<figure><img src="/files/r2HZ7VA19MsWlomDw5fD" alt=""><figcaption></figcaption></figure>

* Bridge 컨트랙트를 실행하기 위해 METAMASK에서 "확인" 버튼을 클릭 합니다.&#x20;

&#x20;   &#x20;

<figure><img src="/files/UAHqWtTF6jozwHRINmET" alt=""><figcaption></figcaption></figure>

* "Transaction Submitted" 팝업을 확인하고 Pending 상태에서 3분 \~ 10분간 기다립니다.

  \*\* Pending 상태 동안 브라우저 주소를 이동하지 말고 기다려 주시기 바랍니다. \*\*

  \*\* BOASwap은 비밀키를 생성하여 제출 해야 하며 Bridge relay node가 확인하고 Bridge 프로토콜이 실행 되는 시간이 필요 합니다. \*\*
* Close 버튼이 보인다면 이 과정은 모두 완료 되었습니다. "Close" 버튼을 클릭 합니다.&#x20;

&#x20;   &#x20;

<figure><img src="/files/bQYoWE3PSBT9zX453qNn" alt=""><figcaption></figcaption></figure>

* MyAssets 메뉴로 이동하여 Agora(BizNet) 네트워크로 변경 합니다. 자신의 BOSAGORA BOA가 잘 입금 되었는지 확인 합니다.

&#x20;   &#x20;

<figure><img src="/files/sYpDqbqxdrGA8hR3NV8g" alt=""><figcaption></figcaption></figure>


---

# 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.bosagora.org/kr/dapps/bridge-boaswap/how-to-use-a-bridge.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.
