> For the complete documentation index, see [llms.txt](https://archive-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-docs.klaytn.foundation/content/dapp/developer-tools/getting-started/klaytn-safe/send-assets.md).

# Send assets

In this section, you'll learn how to send KLAY and KIP-7 tokens from your Klaytn Safe account.

### Send KLAY <a href="#send-klay-from-safe" id="send-klay-from-safe"></a>

**Step 1:** Click the **"New Transaction"** button in the side menu and select **"Send funds"** to begin a new asset transfer.

![](/files/io2BnqDIYXrMFs10GQEg)

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

* **KLAY** Note: Add the **recipient address** and the **amount** of KLAY to send the transfer KLAY.

![](/files/EnjindII2WqD6UzqIV7B)

* **KIP-7 Tokens** Note: Add the recipient address and the number of tokens to transfer KIP7 tokens.

![](/files/DWXvtIHW53NsjeHg1ijJ)

**Step 3:** Review and submit the transaction. You will need to sign the transaction with your signer wallet, and it will be executed once the confirmation threshold is reached.

![](/files/LEzny8TEb13eqcrEyuR2)

### Send NFTs <a href="#send-nfts-from-safe" id="send-nfts-from-safe"></a>

In this section, you'll learn how to send your non-fungible tokens from your Klaytn Safe account.

**Step 1:** Click the **"New Transaction"** button in the side menu and select **"Send NFT"** to begin a new asset transfer.

![](/files/fLrr77xWcKO6WlNDWbQm)

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

![](/files/uXc6N5IdgNpAIRN9yhxJ)

**Step 3:** Review and submit the transaction. You will need to sign the transaction with your signer wallet, and it will be executed once the confirmation threshold is reached.

![](/files/U7d8orXzOKIeHYZJ4UOk)


---

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

```
GET https://archive-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.
