# Post-Trade Buttons

1. **Lock Liquidity:**&#x20;
   * Locks the liquidity pool tokens for a specified period
   * **Usage**: Use this to build trust with your community by demonstrating long-term commitment. Consider the lock period carefully.
2. **Burn:**&#x20;
   * Permanently sends liquidity pool tokens to the dead wallet.
   * **Usage**: This means you no longer control the liquidity for your token. Do this if you have long term commitment to your project and wish to ensure that it has the greatest longevity.&#x20;
3. **Remove LP:**&#x20;
   * Removes liquidity from the trading pair
   * **Usage**: Exercise extreme caution. This action for a live token is considered a “rug pull”. You should only do this if you have made a mistake in your deployment.
4. **Renounce:**&#x20;
   * Renounces ownership of the contract, making it fully decentralised
   * **Usage**: This is an irreversible action that removes all admin functions. Only do this if you're certain your contract is ready for autonomous operation.

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


---

# 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://docs.titandeployer.com/deploy-token/pro-features/post-trade-buttons.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.
