# Locking Liquidity

Sometimes, users might need to lock their liquidity positions permanently. For example, this might be part of the mechanics of a meme token. By doing this, everyone can be assured that the creator of the token will not remove liquidity from the pool and scam users.

#### How to Lock Liquidity:

Open your position and click on the "Transfer Position" button.

<figure><img src="https://1106702801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJILKtslrmNIVV9CYCR%2Fuploads%2FQNzcA4a6PO8EChywnr95%2FIMAGE%202024-06-09%2017%3A06%3A17.jpg?alt=media&#x26;token=9740743b-f7f0-4900-8947-54e6ec95b4ec" alt=""><figcaption></figcaption></figure>

Enter `eosio.null` as the receiver of the position. The `eosio.null` account functions as a "burn" account, meaning nobody has access to it. By transferring ownership to `eosio.null`, the position will be permanently locked, preventing any future transfers, fee claims, or removal of liquidity.
