# How to send a Mina transaction with Clorio wallet

So you want to send a Mina transaction? With Clorio wallet is easy.&#x20;

First of all, you have to log in to your wallet. Head to [https://devnet.clor.io/](https://devnet.clor.io) or open Clorio App and select **Access with Private key**.

![](/files/46wpNWTdqS2d7wGlahX5)

Insert your Private key or Mnemonic to log-in to your wallet. Once the input field is filled, the button **Access the wallet** will be enabled, allowing you to access your wallet.

![](/files/pTYhOWob4swuCikRofSk)

On the left-side-menu click on **Send TX** item.

![](/files/8xGWCysHceFVC28yuRVb)

You will be brought to a new page, where you can fill the fields for the transaction.

**Recipient - Mandatory:** Insert the Public Key of the recipient

**Memo - Optional:** Insert a message that will be attached to the transaction

**Amount - Mandatory:** Insert the amount of Mina that you want to sent

**Fee - Mandatory:** Select a fee, the confirmation speed of this transaction will be based on the selected fee. The higher the fee, the higher the possibility of your transaction being included in the next block. You have the possibility to select the fee from two default values (Fast or Average) or insert your own. Usually, the average fee is just good.

![](/files/7y35Osb65RTgai68JaxO)

Once you click on the **Preview** button, you will be asked to preview and sign the transaction.

![](/files/aSWo3XwGAgiqpy8g2fOH)

Congratulations, you have broadcasted a transaction to the network. Clicking on the left side menu **Overview** you can view the status of your transactions, as shown by the screenshot below.

![](/files/8xGWCysHceFVC28yuRVb)


---

# 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://docs.clor.io/how-to-send-a-transaction.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.
