# Send assets

이 섹션에서는 Klaytn Safe 계정에서 KLAY와 KIP-17 토큰을 전송해보겠습니다.

### KLAY 보내기 <a href="#send-klay-from-safe" id="send-klay-from-safe"></a>

**Step 1:** 사이드 메뉴에서 **"New Transaction"** 버튼을 클릭하고 \*\*"Send funds"\*\*을 선택해서 자산 전송을 시작합니다.

![](/files/IBD7Pyez5Y6yeMN33NKw)

**Step 2:** 전송할 자산을 선택합니다.

* **KLAY** 참고: \*\*수신자 주소(recipient address)\*\*와 KLAY \*\*금액(amount)\*\*을 추가해서 KLAY를 전송합니다.

![](/files/JQ7pHbdQgFurw7Ybl7VQ)

* **KIP-7 토큰** 참고: 수신자 주소(recipient address)와 토큰 수량을 추가하여 KIP-7 토큰을 전송합니다.

![](/files/EaZlAaDNdaMfiTtdECmM)

**Step 3:** 트랜잭션을 검토하고 전송합니다. 서명인 지갑으로 트랜잭션을 서명해야 합니다. 서명값 임계치에 도달했을 때 실행됩니다.

![](/files/Ihz9zBmSBygrUX3zyufN)

### NFT 보내기 <a href="#send-nfts-from-safe" id="send-nfts-from-safe"></a>

이 섹션에서는 Klaytn Safe 계정에서 NFT를 전송해보겠습니다.

**Step 1:** 사이드 메뉴에서 **"New Transaction"** 버튼을 클릭하고 \*\*"Send NFT"\*\*를 선택해서 자산 전송을 시작합니다.

![](/files/x3Xb3yjSQnnfxZNNvX49)

**Step 2:** Choose assets to transfer.

![](/files/PeXXWqK17ja2DrZF49a7)

**Step 3:** Review and submit the transaction. 서명인 지갑으로 트랜잭션을 서명해야 합니다. 서명값 임계치에 도달했을 때 실행됩니다.

![](/files/w63Gd9bLdwzfGLYQ80y8)


---

# Agent Instructions: 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:

```
GET https://archive-ko.docs.klaytn.foundation/content/dapp/developer-tools/getting-started/klaytn-safe/send-assets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
