# Deploy Your Token

If you don't have your own token contract, you can deploy one directly through our platform **completely free**. The guide below explains each field you'll need to fill out when deploying your token. If you're using a custom contract instead, make sure to review the [compatible-contracts](https://docs.bundlefren.com/v1/getting-started/compatible-contracts "mention") section before proceeding with the bundling process.

### 1. Token Details

<figure><img src="https://858264205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX23ncRJus3X5IrNtE8HH%2Fuploads%2FjnTcMLy60X8TiG2UbiCZ%2Fimage.png?alt=media&#x26;token=14f6cacd-9326-4a11-a7e4-dc884dd689f3" alt=""><figcaption></figcaption></figure>

When deploying with the **Clog contract** (our default template), you’ll need to fill out the following fields:

* **Launch Platform** - The Dex/Launchpad of your token
* **Token Name** - The name of your token (e.g. Bitcoin).
* **Token Symbol** -  The ticker for your token (e.g. BTC).
* **Total Supply** - The total supply of your token (e.g. 1,000,000).
* **Token Decimals** - The number of decimal places your token supports (commonly 18 or 9).
* **Max Transaction (%) -** The maximum percentage of total supply that can be swapped or transferred in a single transaction.
* **Max Wallet (%) -** The maximum percentage of total supply that a single wallet can hold.
* **Initial Buy Tax (%) -** The tax percentage applied to buy transactions during the token's launch phase. This will also be your starting **clog**.
* **Initial Sell Tax (%) -** The tax percentage applied to sell transactions during the token's launch phase.
* **Final Buy Tax (%) -** The tax percentage applied to buy transactions after the launch phase ends.
* **Final Sell Tax (%) -** The tax percentage applied to sell transactions after the launch phase ends.
* **Reduce Tax After (Transactions) -** The number of transactions required before the initial taxes reduce to its final rates.
* **Swapback Threshold (%) -** The percentage of tokens the contract must accumulate before initiating a swapback to ETH (contract sell).
* **Max Swapback (%) -** The maximum percentage of tokens the contract can swap in one transaction.
* **Min Transactions for Swapback -** The minimum number of transactions required before the contract can trigger a swapback.

{% hint style="info" %}
This contract uses the openTrading() function to enable trading.&#x20;
{% endhint %}

### 2. Deployer Wallet

<figure><img src="https://858264205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX23ncRJus3X5IrNtE8HH%2Fuploads%2F37UqyJgUgn3XM6EavZ87%2Fimage.png?alt=media&#x26;token=f08958c0-a0ca-469c-8365-794b4cb94526" alt=""><figcaption></figcaption></figure>

* Enter the private key of the wallet you'll be using to deploy the contract. This is needed to submit the deploy transaction.

### 3. Contract Socials

<figure><img src="https://858264205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX23ncRJus3X5IrNtE8HH%2Fuploads%2Fq0zHarSsbCq14QOLJkVx%2Fimage.png?alt=media&#x26;token=3717c6d3-2635-4335-b7a1-67a318172180" alt=""><figcaption></figcaption></figure>

* Enter any text or links that you'd like to display in your contract.

### 4. Deploy

<figure><img src="https://858264205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX23ncRJus3X5IrNtE8HH%2Fuploads%2FdiwFlUH680nTKaTSBh1M%2Fimage.png?alt=media&#x26;token=dbfc91ac-5403-4e03-8061-abcfdcd5ac15" alt=""><figcaption></figcaption></figure>

* Review all the details in the summary section to the right and then deploy your token. The gas cost is the estimated transaction fee for deploying the contract.

### Manage Token

<figure><img src="https://858264205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX23ncRJus3X5IrNtE8HH%2Fuploads%2F1lPYJ2CtosFmulswWDxl%2Fimage.png?alt=media&#x26;token=f561a402-59f5-48b7-8af0-1bd619854093" alt=""><figcaption></figcaption></figure>

After you've deployed your contract, you'll have access to all its functions as well as the option to verify the contract, or transfer ETH/Tokens to the contract in preparation to add liquidity.
