> For the complete documentation index, see [llms.txt](https://docs.bundlefren.com/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bundlefren.com/v1/deploy-token/deploy-your-token.md).

# 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](/v1/getting-started/compatible-contracts.md) section before proceeding with the bundling process.

### 1. Token Details

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

All contract types have some basic fields you’ll also need to fill:

* **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).
* **Contract Socials** - Optional text to display within your contract code.

You'll then fill out other inputs depending on the contract type you selected. See [Contract Templates](/v1/deploy-token/contract-templates.md) for more details on each contract type.

You also have the option to set a custom tax wallet instead of sending taxes to the deployer.

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

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

### 2. Deployer Wallet

<figure><img src="/files/YYZe3M5nN396sXm2w3p9" 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. Deploy

<figure><img src="/files/KFDBrKbMM4t1b9tHcBmg" 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="/files/rBQliOusZXdnRr4veWlv" 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.
