> For the complete documentation index, see [llms.txt](https://guide.kmintprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.kmintprotocol.io/korean/undefined-1/undefined-3.md).

# 토큰 보내기

### 보낼 토큰과 수량 입력하기

토큰을 다른 지갑주소로 보내려면 지갑에서 토큰을 선택하고 보내기 화면에서 전송 수량을 입력하세요.

<div><figure><img src="/files/H4cpK2JM5751juTmeKui" alt=""><figcaption></figcaption></figure> <figure><img src="/files/DoNFIIApcEUcVNqszU17" alt=""><figcaption></figcaption></figure> <figure><img src="/files/u3yNDQPPBs5i4eff9AdP" alt=""><figcaption></figcaption></figure></div>

### 보낼 지갑주소 입력하기

토큰을 보낼 지갑주소를 입력하세요. 지갑주소를 입력하는 방법은 3가지입니다.

* 내 지갑주소로 보내기
* 복사한 지갑주소 붙여넣기
* QR스캔으로 지갑주소 입력하기

지갑주소를 입력한 후 1) 트랜잭션을 확인하고 2) PIN 번호를 입력하면 토큰이 전송됩니다.

토큰을 전송하기 위해서는 선택된 체인의 네이티브코인(ETH, KAIA 등)이 수수료로 필요합니다. 예상 수수료보다 적게 있는 경우, 전송이 실패될 수 있습니다.

<div><figure><img src="/files/2nLts1CwR8FWq0jxYhdZ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/79nmfG1aNoKr1H1uCRbX" alt=""><figcaption></figcaption></figure> <figure><img src="/files/0PJILznGN1OPGsAtb3Y6" alt=""><figcaption></figcaption></figure></div>


---

# 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://guide.kmintprotocol.io/korean/undefined-1/undefined-3.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.
