> 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/wallet/asset/send.md).

# 보내기

{% stepper %}
{% step %}

### '지갑' 화면에서 '보내기'를 클릭하세요

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

{% step %}

### 보낼 자산을 선택하세요.

<figure><img src="/files/fkqD52ACiaWBndJ5osEK" alt="" width="563"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### 보낼 주소를 입력하세요.

{% hint style="danger" %}
현재 텔레포트 지갑은 실리콘(Silicon) 네트워크만을 지원합니다. 보내려는 주소의 지갑이 실리콘 네트워크를 지원하는지 반드시 확인하세요. 지원하지 않는 주소로 전송된 자산은 분실될 수 있으며, 복구가 불가할 수 있습니다.
{% endhint %}

<figure><img src="/files/gVh3O1jHtbCHJ8SwVkUl" alt="" width="563"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### 보낼 수량을 입력하고, 네트워크 수수료를 확인하세요.

<figure><img src="/files/v3LQhP2hufB6k8GJk4bs" alt="" width="563"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### 서명 비밀번호를 입력하고, 보내기를 승인하세요.

<figure><img src="/files/JUu1FiCTilJRpuLvHBJX" 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/wallet/asset/send.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.
