# What if you make a mistake?

<mark style="color:yellow;">**All transactions that are confirmed on the Bitcoin network are immutable and cannot be changed.**</mark>&#x20;

<mark style="color:red;">All Counterparty transactions are Bitcoin transactions.</mark>

All actions broadcasted to the network are irreversible so <mark style="color:yellow;">it is important to verify all aspects and use these functions are your own risk</mark> and in the same manner you would verify any Bitcoin transaction details.

There is only one circumstance with all of the actions of Freewallet that is "reversible" and that is if you accidently mint a token to be divisible (when you wanted it to be nondivisible) or when you mint a nondivisible asset (when you wanted it to be divisible).

In this case you will have to own 100% of an asset, you also are required to be the owner of the asset and it is also required that the asset is not locked.&#x20;

<mark style="color:yellow;">To clarify again, in this specific circumstance:</mark>&#x20;

* You must own the entire issuance of a token
* Be the token issuer (or acquire token ownership)
* The token will need to be unlocked. Locking a token is irreversible.&#x20;
* [This feature is called the "Reset" feature](/freewallet.io-user-manual/freewallet-functions/resetting-your-token-issuance.md) and is a very recent addition to the network and was implemented after the Destroy function became operable.


---

# 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/common-questions-using-freewallet-faq/what-if-you-make-a-mistake.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.
