> 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

You can easily deploy your own token in just a few steps with our free, no-code interface.

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="https://858264205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX23ncRJus3X5IrNtE8HH%2Fuploads%2F0JkQSSkSYKnkMguQufED%2Fimage.png?alt=media&amp;token=bbc2dd24-4fd0-4398-8a28-379ed5549c01" 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="https://858264205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX23ncRJus3X5IrNtE8HH%2Fuploads%2FSvcdjgzqcbFQdr5avGQj%2Fimage.png?alt=media&amp;token=d02a76d0-f291-4cd3-b860-ff5b6b67feb0" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Our contracts 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&amp;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. 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&amp;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&amp;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.
