> For the complete documentation index, see [llms.txt](https://docs.sia.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sia.tech/miscellaneous/learn-about-siafunds/how-to-cash-out-siafunds.md).

# Withdrawing Siafunds

If you're a Siafund owner, you can cash out these accrued Siacoins at any point by sending your Siafunds to your Sia address. This can be the same wallet the Siafunds are currently in or a different wallet you control.

{% hint style="info" %}
You **do not** lose the Siafunds in this process. You'll always retain control unless you send them to someone else or a bad address.
{% endhint %}

## Generate a Sia address

Click **Receive.** in the top right hand corner to get your wallet address.

![](/files/tmTsGkIQcFMeuCu2R6AR)

Click the drop down arrow and copy your address. You will be using it in the next step to send your Siafund.

![](/files/oA9so1fczLDpGW8e28Nf)

## Send your Siafunds to this address

Now switch over to the Send section of your wallet by clicking **Send** in the top right.

![](/files/GkKHqEqj4B12SmZ9ewA1)

You will see a **Send** dialog pop up. Enter the wallet address and the amount of Siafunds you want to send. Make sure that you've entered a Sia wallet address you control, and that you've entered it correctly.

![](/files/ACOuL7tI6rHSVWuVH7dc)

{% hint style="danger" %}
Siafunds sent to mistyped addresses cannot be retrieved.
{% endhint %}

Click **Generate Transaction.**

## Sign & Send

Next, you need to verify everything. You'll have a chance to double-check the currency, amount, and recipient address. If everything looks good, enter your wallet seed phrase and click **Sign and broadcast transaction**.

![](/files/BjmXoZyQCzUCjtFasxQa)

## Check the status

You'll immediately get a confirmation that your transaction has been broadcast to the network. Note that it will take \~10 min for your transaction to be sent through.

![](/files/pHJiW0ZUDmDhcOpwUhkX)

{% hint style="success" %}
Once the transaction has been complete, your wallet will be credited with any accrued Siacoin generated from your Siafund.
{% endhint %}


---

# 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://docs.sia.tech/miscellaneous/learn-about-siafunds/how-to-cash-out-siafunds.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.
