> For the complete documentation index, see [llms.txt](https://docs.teleportwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.teleportwallet.net/getting-started/tutorial/start/bring-asset/ethereum.md).

# 이더리움 네트워크에서 가져오기

실리콘의 상위 네트워크(레이어 1)인 이더리움에서 자산을 가져오려면, 실리콘 네트워크에서 제공하는 실리콘 브릿지(Silicon Bridge)를 사용해야 합니다.&#x20;

메타마스크(MetaMask) 등 지갑이 설치된 PC나 모바일에서 [Silicon Bridge](https://bridge.silicon.network)에 접속한 후, 아래 단계에 따라 자산을 브릿지하세요.

{% stepper %}
{% step %}

### 자산을 보유한 지갑(MetaMask 또는 WalletConnect 지원 지갑)을 브릿지에 연결하세요.

<figure><img src="/files/Mh7Hu9IdD7NfAQnzyfK4" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 'Deposit'을 선택하세요.

<figure><img src="/files/02CE3KKwxAls17o0HrW7" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 보낼 자산을 선택하고 수량을 입력하세요.

<figure><img src="/files/qDdLR6MRDsTkLw7wkVu3" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 수령 주소(Destination Address)에 텔레포트 지갑 주소를 입력하세요.

이더리움 네트워크 자산을 브릿지한 뒤 텔레포트 지갑으로 바로 전송할 수 있습니다.

<mark style="color:red;">지갑 주소를 오입력하여 전송한 경우</mark> <mark style="color:red;"></mark><mark style="color:red;">**자산이 분실될 위험**</mark><mark style="color:red;">이 있습니다. 자산이 분실된 경우</mark> <mark style="color:red;"></mark><mark style="color:red;">**복구가 불가능**</mark> <mark style="color:red;"></mark><mark style="color:red;">하오니 반드시 지갑 주소가 일치하는지 확인 후 진행해 주세요.</mark>

<figure><img src="/files/tMqJEAtV0Wvl4nFbCj8O" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 브릿지 내용과 네트워크 수수료(Gas fee)를 검토하고, 브릿지를 승인하세요.

<figure><img src="/files/sRDGPZuTYdW8bx3K21yJ" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 텔레포트 내 '자산' 화면에서 전송된 자산을 확인하세요.

브릿지 완료까지 일정 시간이 걸릴 수 있습니다.
{% endstep %}
{% endstepper %}


---

# 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.teleportwallet.net/getting-started/tutorial/start/bring-asset/ethereum.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.
