> For the complete documentation index, see [llms.txt](https://archive-vn.docs.klaytn.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archive-vn.docs.klaytn.foundation/content/dapp/developer-tools/getting-started/klaytn-safe/send-assets.md).

# Gửi tài sản

Trong phần này, bạn sẽ tìm hiểu cách gửi token KLAY và KIP-7 từ tài khoản Klaytn Safe.

### Gửi KLAY <a href="#send-klay-from-safe" id="send-klay-from-safe"></a>

**Bước 1:** Nhấp vào nút **“New Transaction”** trong menu bên và chọn **“Send funds”** để bắt đầu chuyển tài sản mới.

![](/files/H2lLa8JUetIWOgv2b55v)

**Bước 2:** Chọn tài sản cần chuyển.

* **KLAY** Lưu ý: Thêm **địa chỉ người nhận** và **số lượng** KLAY để gửi chuyển KLAY.

![](/files/KtAyOhJYs4hk7EVHmq4g)

* **Token KIP-7** Lưu ý: Thêm địa chỉ người nhận và số lượng token để chuyển token KIP7.

![](/files/nMJnWN1zPXF7IuQQrTyJ)

**Bước 3:** Xem lại và gửi giao dịch. Bạn sẽ cần ký giao dịch bằng ví người ký của mình và sẽ được thực hiện sau khi đạt đến ngưỡng xác nhận.

![](/files/rgvKH25p4LAq4QuoBSW4)

### Gửi NFT <a href="#send-nfts-from-safe" id="send-nfts-from-safe"></a>

Trong phần này, bạn sẽ tìm hiểu cách gửi token non-fungible từ tài khoản Klaytn Safe.

**Bước 1:** Nhấp vào nút **“New Transaction”** trong menu bên và chọn **“Send NFT”** để bắt đầu chuyển tài sản mới.

![](/files/AKZlLWRdk8VdouINkqOU)

**Bước 2:** Chọn tài sản cần chuyển.

![](/files/YLmLXRg4CvFGgHiQyjke)

**Bước 3:** Xem lại và gửi giao dịch. Bạn sẽ cần ký giao dịch bằng ví người ký của mình và sẽ được thực hiện sau khi đạt đến ngưỡng xác nhận.

![](/files/fTnrYHEAgkz2hRUw4RAG)


---

# 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://archive-vn.docs.klaytn.foundation/content/dapp/developer-tools/getting-started/klaytn-safe/send-assets.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.
