> For the complete documentation index, see [llms.txt](https://coinplus.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinplus.gitbook.io/help-center/getting-started/how-to-send-crypto-from-the-coinplus-wallet.md).

# How to send crypto from the Coinplus wallet?

Before sending your assets from the Coinplus card/bar, you will need to have a balance in your wallet. For more information regarding deposits, click [here](/help-center/getting-started/how-to-receive-crypto-on-the-coinplus-card-bar.md).

Once you have a balance follow the instructions below:

**Attention:** The in-app send option will be available soon. To maintain the highest level of security, we encourage you to wait for the upcoming app update. If you decide to send anyway continue the reading.

**Step 1**

* Select the card and click on the **Transactions** button
* Click on the **Send** button
* Click on the **Send anyway** button

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

**Step 2**

* Remove the Secret 1 label from your Coinplus Card/Bar

<figure><img src="/files/2UkGs5Y8lsBv19ESCFo8" alt=""><figcaption></figcaption></figure>

* Scan the QR/code of the Secret 1 or write it manually by clicking on the Secret 1 field in the app

<figure><img src="/files/iIHZA6lAjfDoNiSJjqz1" alt="" width="366"><figcaption></figcaption></figure>

**Step 3**

* After writing the Secret 1 in the app, remove the Secret 2 label from your Coinplus Card/Bar

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

* Scan the QR/code of the Secret 2 or write it manually by clicking on the Secret 2 field in the app

<figure><img src="/files/gLIwGX7wD0g3mkakdO0a" alt="" width="366"><figcaption></figcaption></figure>

**Step 4**

* Now click **Continue** and wait

<figure><img src="/files/kzjKHcej2nmeSa6hxMPh" alt="" width="366"><figcaption></figcaption></figure>

**Step 5**

In case you wrote the correct Secret 1 and Secret 2 you will see a **Success** message(In case you got an error please recheck your wrote correct Secret 1 and Secret 2 )

* Click **Next** to see the Send screen

<figure><img src="/files/yi3zVv2VFSPZlgmUh9Ds" alt="" width="375"><figcaption></figcaption></figure>

#### Step 6

* Enter the wallet address where you want to send crypto

<figure><img src="/files/47zaaDib8cYGGEm0aOT8" alt="" width="375"><figcaption></figcaption></figure>

#### Step 7

* Enter the **amount** you want to send
* Click **Next**

<figure><img src="/files/vp0ZqKUVLE49JsTuz3e3" alt="" width="375"><figcaption></figcaption></figure>

#### Step 8

* Review the transaction details
  * Please make sure that the wallet address you want to send and the amount are correct
  * Please make sure that the transaction fee is acaptable for you before approving the transaction
    * ***P.S.: Please note that the transaction fee is not charged by Coinplus, it's a blockchain network fee required to execute a transaction.***
* If everything is correct, click **Send**

***P.S.: Please note that all transactions made on the blockchain are irreversible. Coinplus is not responsible for any transactions sent to the wrong address or for incorrect amounts.***

<figure><img src="/files/9CMz3Kiyxf2jKtpc8mJE" alt="" width="375"><figcaption></figcaption></figure>

#### Step 9

You will see a success message when your transaction is submitted on the network. You can track the status in the History tab.

<figure><img src="/files/SHt0mOZxARSLJ6cjNwGh" alt="" width="375"><figcaption></figcaption></figure>

In case of any questions feel free to get in touch with us at <support@coinplus.com>🚀


---

# 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://coinplus.gitbook.io/help-center/getting-started/how-to-send-crypto-from-the-coinplus-wallet.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.
