# 📊 Manage Token(s)

Once you select "Manage Token(s)" from the main menu and select the desired token, you'll see the manage menu below:&#x20;

<mark style="color:red;">\*if you chose the basic tax token creation instead of the advanced, you will not see black list functions below\*</mark>

<figure><img src="/files/b2j9afe7Eqqed7dbRwm6" alt=""><figcaption><p>Manage Token Menu</p></figcaption></figure>

We'll walk through each button below.

## ✅ Verify Contract

Recommended first step before adding LP below. Verifying will publish the source code for the token on Etherscan.

* Add website, twitter, telegram, and discord link if you'd like. These will appear at the top of your Contract Address and drive more people to your platforms

## ➕Add LP

Adding LP to the contract. <mark style="color:red;">\*If you selected "🏛 Basic ERC 20" token deployment, Adding LP will also enable trading of the token".</mark>

* Submit how much ETH you want to add to the starting LP when prompted
* Dictate the % of the supply you want added to the LP (most users put "100" here) - <mark style="color:red;">numbers only</mark>&#x20;
* Confirm

## 🟢 Enable Trading

For "💰 Tax Token" and "💰👨‍🔬Tax Token Advanced", hit enabling trading to make the token live.

## 🔐 Lock LP

Define how many days you wish to lock the LP.&#x20;

* Typically a safe signal for investors for the peace of mind that the project wont be rugged

## ♾️ Remove Limits

Gets rid of all limits including max transaction and max wallet.

## ⌛ Disable Transfer Delay

Our contracts naturally have transfer delays built in them to fight against MEV bots. It doesn't let a user execute 2 transactions all in the same block to prevent sandwhich transactions. Disabling this will effectively remove this function, however if you have a tax on, this naturally deters sandwich bots.&#x20;

## 🔼🔽 Change Buy/Sell Tax

Edit your buy and sell tax.

* you will not be able to edit taxes after you select "🙌 Renounce Ownership"

## ✂️ Change Max Transaction

Edit the max transaction % per buy - <mark style="color:red;">numbers only.</mark>

## 🗳 Exclude From Max Transaction

Paste the address of the wallet you wish to be exempt from the max transaction % policy.&#x20;

## 📥 Exclude From Fees

Paste the address of the wallet you wish to be exempt from tax fees. AKA Whitelist feature.&#x20;

## ⚫⚪Blacklist/Un-Blacklist Wallet

Paste the address of the wallet you wish to blacklist or un-blacklist.&#x20;

## 💿Send Tokens

Paste the address of the wallet you wish to send team tokens to. Define how many you wish to send.&#x20;

## 🔥 Buy Back

Elect how much ETH you wish to buy back. This feature will utilize the ETH generated from the dev tax.

## ➖ Remove LP

Removes 100% of the LP. Token is effectively ended/over at this point.&#x20;

* You will not be able to remove LP until the locked LP date arrives (you will decide this under the "🔐Lock LP function") and you select "🔓 Withdraw Lock (MM/DD/Year)"

## &#x20;🙌 Renounce Ownership

This will relinquish any ability to edit the contract. This is typically a safe signal for investors who are looking to buy. Renouncing Ownership will forfeit the ability to edit:

* Buy/Sell Tax
* Change Max Txn
* Change Max Wallet
* Exclude from Max Txn
* Exclude from Fees
* Blacklist/Un-Blacklist

Once you have renounced, you will only be able to send team tokens, execute a buy back, or withdraw the lock once the lock expires.


---

# 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://gitbook.zenithwallet.com/miscellaneous/zenith-suite-of-tools/deploy-bot/manage-token-s.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.
