> For the complete documentation index, see [llms.txt](https://coinsafe.gitbook.io/coinsafe-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsafe.gitbook.io/coinsafe-docs/wallet-core-account/deposits.md).

# Deposits

#### 1️⃣ Go to CoinSafe Dashboard

Start by visiting[ coinsafe.network](https://www.coinsafe.network/dashboard).\
On your dashboard, locate and click the Deposit button.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXerAu1md2IAYcXMM4GP8F-LSCdNhubZs83QKFrOYuPws75qLGPal2hcB0H7nbftyM2grWxtARN3wxOv-AML1mYiHQil1F8KPLJETICQFSpB8ERz4aOGKxwHd36RGboKnBq5HGR_JA?key=HXAjoUcz5ZA01dD71732vw" alt=""><figcaption></figcaption></figure>

***

#### 2️⃣ Select the Token You Want to Deposit

A modal will appear asking you to choose the token you wish to deposit.\
Currently supported tokens include:

* USDT
* LSK
* USDC

<figure><img src="/files/NCQQJmylaiASbKSdDiQb" alt=""><figcaption></figcaption></figure>

***

#### 3️⃣ Enter the Deposit Amount

After selecting your token, input the amount you’d like to deposit.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe3sQyh37JLL7XH_eCYDeexrlA6eSx6L9fQ7OsI-2IkEs5r8msiIEpDe-tgIhmk96KnfQcUmATKy6D2urs7l5___Sruo5UgLwJujqeyz27ceFLYdTCJaNMA8uqxHCFYG01rvlLnWA?key=HXAjoUcz5ZA01dD71732vw" alt=""><figcaption></figcaption></figure>

***

#### 4️⃣ Confirm & Deposit Assets

Once you’ve entered the amount, click the Deposit Assets button.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcAlfKSJmmoPahvl2fmdH6ttFzjPw_M52e1dBs3HlFO4hDP139YsV7i_fQNuR1T0rPJYA4D7k20gvPwGafHL9Xq9DPayV62egBbAuIejNitqx2PKCgML9cJrXvWiRKnQK-8LvAE?key=HXAjoUcz5ZA01dD71732vw" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcha6pDYd0QeuHyn6YU4CRbN764OK_FpoXNCtHVwe1tJxgvSO_LTZgmae4MosueEPkP4swvPp8M9oqLG928V_0IDjpDeHgtMhDNyE5gmJHcO64GoTdpU6YRMT1nuZCkfgEVoQSL?key=HXAjoUcz5ZA01dD71732vw" alt=""><figcaption></figcaption></figure>

***

#### 5️⃣ Approve the Transaction in Your Wallet

Your connected wallet (e.g., MetaMask, Trust Wallet) will pop up asking you to approve the transaction.\
Carefully review the details and click Sign or Approve.

***

#### ✅ Deposit Successful!

You’ll see a Success modal confirming your assets have been securely deposited into CoinSafe.\
You can now view your updated balance on the dashboard.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcJZvRsbsvZuaFO4KcRb3qQut-T2TkBQPDNx7xf6b0rc1qAVokzmH0y56La9Bgpu2pizl7n_Y3MOqkBMdoUEPOlQZZcZovaM1sNGAwp7zAm8w-bo_dtV6syA9QU0pEXZqC6EDAtLw?key=HXAjoUcz5ZA01dD71732vw" alt=""><figcaption></figcaption></figure>

***

You can watch this video:

{% embed url="<https://www.loom.com/share/34a49085a807469ebd0cfee39b247dc5?sid=827c7c5c-6aa6-4169-ac99-c70c16b0ff08>" %}

### ✨ Tips

* Make sure your wallet is connected before starting.
* Ensure you have enough native token to cover gas fees.


---

# 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://coinsafe.gitbook.io/coinsafe-docs/wallet-core-account/deposits.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.
