# Add assets

In this section, we will see how to add your assets (KLAY, FT, NFT) to your safe account and keep your funds safe.

### KLAY Deposits

Below are the steps to add **‘KLAY’** to your safe account

**Step 1:** Copy your Safe address from your account dashboard.

![](/files/OU5oTVj9d2K8dfQ2tGcv)

**Step 2:** Open your Metamask wallet and click **"send”** to send asset to your safe account. Note that there are different ways to send assets to your Safe account. You can send from your [hardware wallet](https://docs.ethhub.io/using-ethereum/wallets/hardware/), [web wallet](https://docs.ethhub.io/using-ethereum/wallets/web/), or even a smart contract. In this case, we're making use of a web wallet called MetaMask.

![](/files/TkT1pQnwPtwYjWCKVRpa)

**Step 3:** Paste your safe address in the search field as seen below.

![](/files/X2EK4nuRuCwjMCiapQdp)

**Step 4:** Input **amount** and click **next**.

![](/files/Amy0tZ2xl7UnT5o2JSjN)

**Step 5:** Confirm the transaction and check your asset dashboard. You can see the amount being transferred from your metamask account to your Klaytn Safe account.

![](/files/ysgceNB6y661esrezPNQ)

### KIP-7 Deposits

Now we will see how to deposit KIP7 (fungible tokens) to our safe by following the below steps.

**Step 1:** Copy your Safe address from your account dashboard.

![](/files/OU5oTVj9d2K8dfQ2tGcv)

**Step 2:** Open your Metamask Wallet and navigate to **“assets”** tab.

![](/files/QwnwfLV2ui89t7x9tn3B)

**Step 3:** Select the token you will love to send and click **“send”**.

Step 4: Repeat step **3**, **4**, **5** of **KLAY** Deposits.

Step 5: View your assets dashboard, you can see the KIP7 tokens being transferred to your safe account. Similarly you can transfer any Fungible token to your safe account.

![](/files/HqwK6k8nFKq1x4mmkCdn)

* KIP-17 Tokens (NFTs)

Now we will see how to deposit KIP17 (Non Fungible tokens) to our safe by following the below steps.

You can transfer your NFT’s to your safe account in many different ways. Here is an example on how to transfer NFT to the safe account using [OpenSea](https://opensea.io/about).

* Navigate to your [OpenSea account](https://testnets.opensea.io/account) profile page
* Navigate to an NFT you ll love to transfer. Make sure to select a NFT on the Klaytn Network(Cypress or Baobab)
* On the next page, click on the transfer button.
* Paste the safe address in the text box and transfer to safe
* Under Assets section in Klaytn Safe you can find NFT’s from OpenSea.

![](/files/36Aa24tegdTKRUDKxfLF)

Please refer to this [guide](https://support.opensea.io/hc/en-us/articles/5183126109715-How-can-I-transfer-an-NFT-using-OpenSea-#:~:text=Go%20to%20the%20MetaMask%20app,see%20the%20Estimated%20gas%20fee) from OpenSea for more details on transferring NFTs.


---

# 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-docs.klaytn.foundation/content/dapp/developer-tools/getting-started/klaytn-safe/add-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.
