> 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/faq/how-to-send-crypto-from-the-activated-coinplus-wallet.md).

# How to send crypto from the activated Coinplus wallet?

#### Step 1

* Select the **wallet**&#x20;
* Click on the **transactions** button
* Click **Send**

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

#### Step 2

* Enter the wallet address where you want to send crypto

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

#### Step 3

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

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

#### Step 4

* 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 5

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/faq/how-to-send-crypto-from-the-activated-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.
