# Create a Buyback Baby Token

1\. From the homepage:  click on “Launchpads" => "Create token"

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

2\. You will be redirected to this link: <https://flash-launch.com/launch/create-token/>&#x20;

3\. To create a standard type token, in the \[Token Type] section, choose “Buyback Baby Token”

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

![](https://docs.pinksale.finance/~gitbook/image?url=https:%2F%2F191452618-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F-MdJrJV-Z8jLCR-JNtlx%252Fuploads%252FHnjXiUgNKjpUXUxCQx3P%252Fbuyback.png%3Falt=media%26token=c05eaf0f-4fa1-467f-8491-be62d121589f\&width=768\&dpr=4\&quality=100\&sign=1050da121888e8eed39f4edf84cb045fabd9e6cac33817ebc9893e352be207a1)

4\. Input all necessary information. Before doing so, let's go over all the important fields that need to be filled:

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

Reward token: The contract address of the token that you want to use to reward your users. For example, you want to reward your users with DOGE, enter DOGE token address in this field (Binance-Peg Dogecoin contract address).

Liquidity Fee(%): The % amount of tokens from every transaction that is automatically sent to the liquidity pool.

Buyback Fee (%): The % amount of BNB from every transaction that is used to buy back tokens. It will generate a contract address to store BNB. You need to call buy back function to start buying back tokens.

Reflection Fee (%): The % amount of tokens from every transaction that is distributed to all token holders. If you choose DOGE as a reward token, your users will be rewarded in DOGE instead of the base token.

Marketing Fee (%): The % amount of BNB from every transaction that is sent to the owner wallet.

#### How to Call Buy Back Manually? <a href="#how-to-call-buy-back-manually" id="how-to-call-buy-back-manually"></a>

triggerZeusBuyback(uint256 amount, bool triggerBuybackMultiplier)

This function is used to buy back manually with the BNB that has accumulated in the buyback wallet.

triggerBuybackMultiplier if “= true”, that means that after the buyback has taken place, and for a certain amount of time from that moment (default 30 minutes), when traders sell their tokens they will be charged double the normal tax rate. The tax rate for selling will go back to normal after 30 minutes.


---

# 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.flash-launch.com/tokens/create-a-buyback-baby-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.
