# How to send Siacoins

Whether you're sending Siacoins to an exchange or a friend, it's easy and can be done right from the app.

Go to the Wallet in Sia-UI. If you're asked to unlock the wallet, use either your seed or a custom password if you've set one.

![](/files/F0qbayRY9gk2mshRTY5o)

## Setup your transaction

Click on the `Send` tab. Enter the recipient's wallet address and the amount of Siacoins you want to send. Make sure that you've entered a Siacoin wallet address, and that you've entered it correctly.

![](/files/ZhcTWOdwNv3tOvlMsNz3)

{% hint style="warning" %}
Siacoins sent to mistyped addresses, or addresses of other types of cryptocurrency can not be retrieved.
{% endhint %}

Click **Generate Transaction.**

## Verify your info

Next, you need to verify everything. You'll have a chance to double-check the currency, amount, and recipient address. Sia-UI will also show you estimated network fees.

Click back to change something. If it's all good, click **Broadcast.**

![](/files/S5MkeKsli6EWmK9zmDAk)

## Check the status

You'll immediately get a confirmation.

![](/files/itMjGQacINlxX2Uh5fP4)

And you'll see a small tag appear under your balance to let you know the transaction is on its way, but hasn't yet appeared in a block.

![](/files/EwrYvnK4oJm0Uo743ctT)

Once it's in a block, you can go back to your Transactions history to see its status.

![](/files/KxUerb7W7yC2GimwataR)

{% hint style="info" %}
It might take a minute or two for the transaction to pop up in the Transactions list.
{% endhint %}

## Did you know?

You can also send Siafunds by using the dropdown next to Siacoin. This option won't be selectable unless you also have some in your wallet. [Learn about Siafunds.](/legacy/siafunds/what-are-siafunds.md)

![](/files/fM7gRavlKIuiOXUp5H7P)


---

# 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.sia.tech/legacy/your-sia-wallet/how-to-send-siacoins.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.
