# Launching a token

{% hint style="danger" %}
We do not currently support fee-on-transfer tokens, also known as tokens with buy/sell taxes, in our Aggregator (currently under development). Please contact us so that we can inform you when it is completed and assist you with your launch.
{% endhint %}

To launch a token with transfer rules (such as anti-bot and anti-whale measures), ensure that your token contract whitelists both our Router and Adapter contracts. This will allow these contracts to bypass your token restrictions.\
\
For example, this is how the $BAWLS token did the integration:

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

You can check $BAWLS token code here: <https://snowtrace.io/token/0x2dA8312e2C08B79104c6B18bA26Bc7065ABEC704?chainId=43114#code>\
\
VaporDEX Aggregator Router address: **0xDef9ee39FD82ee57a1b789Bc877E2Cbd88fd5caE**\
VaporDEX Aggregator Adapter address: **0x01e5C45cB25E30860c2Fb80369A9C27628911a2b**\
\
If you need further assitance head over to our Discord server and open a support ticket.


---

# 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.vapordex.io/vapordex/liquidity-pools/launching-a-token.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.
