> 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/cex.md).

# 중앙거래소(CEX)에서 가져오기

아래 실리콘(Silicon) 네트워크를 지원하는 중앙화 거래소에서 텔레포트 지갑으로 바로 전송할 수 있습니다.

* [코빗 (Korbit)](https://lightning.korbit.co.kr)

## 거래소 별 출금 가이드

### <img src="/files/cUbluPMmE04QF56YtgAB" alt="" data-size="line"> 코빗 (Korbit)

{% stepper %}
{% step %}

### 코빗 앱의 '자산' 탭에서 '이더리움/ETH'의 '출금'을 클릭하세요.

<div align="left"><figure><img src="/files/yPQmQXuyzHzfAGG5KlGw" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### '네트워크 선택' 화면에서 'Silicon'을 클릭하세요.

<div align="left"><figure><img src="/files/2gBUvq2piOshh2MOeKuZ" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 출금할 이더(ETH)의 수량과 <mark style="color:blue;">텔레포트 지갑 주소</mark>를 입력하고, 출금을 진행하세요.

<div align="left"><figure><img src="/files/cLVuH9SdJS0vT9iVmYFO" alt="" width="375"><figcaption></figcaption></figure></div>
{% 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/cex.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.
