# Closing a Dispenser

It is possible to close a dispenser right from the My Dispenser tab in the Dispensers tab or to manually close it using the Transaction Hash with the Actions tab in Freewallet.&#x20;

* <mark style="color:yellow;">It will require a Bitcoin transaction to do so and comes with a bit of responsibility when doing so.</mark>
* <mark style="color:red;">Once a Close Dispenser transaction is confirmed it will take five Bitcoin confirmation blocks for the asset in the dispenser to be returned to you.</mark>

It is important to first note ANY unconfirmed transactions on your dispenser before you close it. <mark style="color:yellow;">Though it is possible to close a dispenser before someone’s dispense has finished (especially if they used too low of a fee),</mark> <mark style="color:red;">if you do not refund the funds sent from Unconfirmed Dispenses it is seen as a very disrespectful and a fraudulent action to do to your buyers.</mark>

To check if there are any unconfirmed Dispenses, view your Dispenser on Tokenscan.io and click the "Unconfirmed" tab at the bottom of the page:

<figure><img src="/files/l7tfpnlDhDC6TobdIEH9" alt=""><figcaption><p>Unconfirmed dispense shown on the bottom (in the screenshot this unconfirmed transaction was broadcasted 2 minutes ago).</p></figcaption></figure>

Since all of these transactions are publicly broadcasted on the Bitcoin blockchain, this data will be easy to access and unchangeable in the future.

<mark style="color:yellow;">It is much more responsible to openly express you are in control of the dispenser and will accurately address if any buyer issues arise because of low transaction fees or unconfirmed attempts at dispenses.</mark>

To close a dispenser, first navigate to the address you created the dispenser from (also called the Origin Address) or navigate to the address the dispenser is currently live on (also called the Source Address).

* <mark style="color:yellow;">You are able to close a dispenser from the Origin OR Source address in Freewallet.</mark>

Then go to the “Dispensers” tab on the top of Freewallet.

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

<mark style="color:yellow;">If you do not see your asset in the My Dispensers tab</mark> and you verify you are selected on the Origin or Source address for this dispenser, you can also manually close it by clicking the "Actions" tab on the upper right and choosing "Close Dispenser":

<figure><img src="/files/b9BcCLotuISDjA8e1tpj" alt=""><figcaption><p>The manual way to close a dispenser: Actions tab shown with Green arrow and Close Dispenser button shown with Green oval.</p></figcaption></figure>

Here you will see the option to “Close” your dispenser on the right side. Simply click that red "Close" button and Freewallet will pop up this prompt:

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

Since you are able to close an open dispenser from the Source or Origin address, Freewallet asks you for the specific transaction ID for this dispenser.&#x20;

* <mark style="color:yellow;">To review what the Origin and Source addresses are</mark>, look over the [Setting up a Dispenser](/freewallet.io-user-manual/freewallet-functions/setting-up-a-dispenser.md) section of the User Manual.

This information can be found on Tokenscan and is marked as the "Transaction Hash" of that specific dispenser:

<figure><img src="/files/RGT86A6HKfcl0fogz7rF" alt=""><figcaption><p>Transaction Hash shown in Red, Origin address shown in Orange, Source address shown in Blue</p></figcaption></figure>

From the close dispenser popup you can also choose your BTC fee you would like to use. If you are wondering what BTC fee to use, check out the [What BTC fee should I use?](/freewallet.io-user-manual/getting-started/what-btc-fee-should-i-use.md) section of this User Manual.

* If you have closed this dispenser from the <mark style="color:orange;">Origin address</mark>, the asset(s) <mark style="color:orange;">will be returned to the Origin address</mark> <mark style="color:red;">after five Bitcoin confirmation blocks</mark> after the Close Dispenser transaction has been initially confirmed.
* If you have closed this dispenser from the <mark style="color:blue;">Source address</mark>, the asset(s) <mark style="color:blue;">will be returned to the Source address</mark> <mark style="color:red;">after five Bitcoin confirmation blocks</mark> after the Close Dispenser transaction has been initially confirmed.

After you click close dispenser, the transaction will be sent to the Bitcoin network and when it is confirmed your Dispenser will now be closed.&#x20;

<mark style="color:red;">After five confirmation blocks</mark> you will now be able to freely send and access the token(s) that were once in the dispenser.

<mark style="color:yellow;">**This dispenser feature is still in discussion and many Community Members have voiced their opinions on making this feature better in the future.**</mark> \
\
**Please check out the** [**Counterparty Forums**](https://forums.counterparty.io/t/solutions-to-rugspenser-problem/6623) **and the** [**Counterparty Github**](https://github.com/CounterpartyXCP/Forum/discussions) **for more information on this discussion.**


---

# 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://davestaxcp.gitbook.io/freewallet.io-user-manual/freewallet-functions/closing-a-dispenser.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.
