> For the complete documentation index, see [llms.txt](https://docs.coinfactory.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinfactory.app/tools/for-ton-network/jetton-generator.md).

# Jetton Generator

The Jetton Generator allows users to create tokens on The Open Network (TON) without writing smart contracts.

Using CoinFactory, users can configure token parameters and deploy Jetton tokens directly on the TON blockchain.

Create a Jetton using the CoinFactory generator:

<https://coinfactory.app/ton/generator/jetton>

### What Is a Jetton

A Jetton is the standard fungible token format used on The Open Network (TON).

Jettons function similarly to ERC20 tokens on Ethereum and SPL tokens on Solana. They represent transferable digital assets that can be used across wallets, decentralized applications, and exchanges within the TON ecosystem.

Jettons are commonly used for:

* memecoins
* community tokens
* governance tokens
* utility tokens
* tokenized assets

Many projects launching in the TON ecosystem use Jettons as their primary token standard.

### Why Launch a Token on TON

The TON ecosystem has grown rapidly due to its integration with Telegram and its high-performance blockchain infrastructure.

Key advantages of TON include:

* fast transaction speeds
* low transaction costs
* scalable architecture
* strong integration with Telegram mini apps

These features make TON an attractive network for launching new tokens and community-driven projects.

### How to Create a Jetton

Creating a Jetton on TON typically involves several steps.

#### 1. Configure Token Parameters

The first step is defining the token configuration.

Typical parameters include:

* token name
* token symbol
* total supply
* token metadata

These parameters determine how the token behaves once deployed.

You can configure these parameters using the CoinFactory Jetton generator:

{% embed url="<https://coinfactory.app/ton/generator/jetton>" %}

#### 2. Deploy the Jetton

After configuring the token parameters, the Jetton smart contract is deployed to the TON blockchain.

Deployment registers the token on the network and allows it to be transferred between wallets.

CoinFactory handles the deployment process without requiring users to write smart contracts.

### Common Use Cases

Jettons can be used for a wide variety of projects in the TON ecosystem.

Common examples include:

* launching memecoins
* community token launches
* reward tokens for Telegram mini apps
* ecosystem utility tokens
* experimental blockchain projects

### Start Creating a Jetton

You can create a Jetton token using the CoinFactory TON generator:

<https://coinfactory.app/ton/generator/jetton>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coinfactory.app/tools/for-ton-network/jetton-generator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
