# Locking Your Token Issuance

If you would like to create a verifiably finite and scarce token, you will have to lock your token to prevent more units from being issued.\
\
This is very common in the Counterparty community and is usually required for most projects when submitting your token.

<mark style="color:red;">**This action is irreversible.**</mark>

<mark style="color:yellow;">You can only lock token issuance of tokens on the specific address you have asset ownership of.</mark> \
\
Once you do this it will be publicly viewable in the blockchain and regarded as “locked.” It is not possible to issue more tokens if the token is locked.

<figure><img src="/files/LCw0XPoX7874doP3p0xm" alt=""><figcaption><p>Lock Token Supply button from the Actions drop-down menu marked with Red Oval</p></figcaption></figure>

To lock issuance of Token Units in Freewallet, navigate to the top right “Actions” icon and select the action “Lock Token Supply”

You can also right click the Asset in the left panel and select “Lock TOKEN supply"

<figure><img src="/files/ivrAyN1swL9x5mhNKdV7" alt=""><figcaption><p>Right-clicking an asset from the left panel to reveal Lock Supply shown with Blue Oval</p></figcaption></figure>

Here you be prompted to simply send a BTC transaction to initiate the Counterparty action to lock the token supply.&#x20;

Make sure in the Token Name field it is the correct token you would like to lock the supply of.

<mark style="color:red;">Understand that this is an irreversible action and will solidify the scarcity you chose for this token.</mark>

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

You can also choose the BTC Fee you wish to use. If you have questions about what BTC fee to use please reference [What BTC Fee should I use?](/freewallet.io-user-manual/getting-started/what-btc-fee-should-i-use.md)

Once you have verified all the above information, click “Lock Token Supply” and the transaction will be broadcast to the Bitcoin Network.


---

# 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/locking-your-token-issuance.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.
