# Create Token

Creating a digital token is the first step for many blockchain projects, whether it's to launch a new cryptocurrency, represent ownership, or facilitate utility within an ecosystem. KryptoKase simplifies this process, allowing users to create ERC20 tokens with ease.

## Overview

Token creation on KryptoKase involves generating a new ERC20 token with specific attributes defined by the user. The ERC20 standard ensures compatibility with the Ethereum ecosystem, making the tokens easily transferable and usable across a wide range of applications and services.

## Steps for Creating an ERC20 Token

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

### 1. Access Token Creation Section

Log in to your KryptoKase account and navigate to the Token section. Select the option to create a new token.

### 2. Enter Token Details

* **Name**: The name of your token, which will be visible to holders and on token exchanges (e.g., KryptoCoin).
* **Symbol**: A short abbreviation for your token (e.g., KTC). This will be used for trading and identification purposes.
* **Total Supply**: The maximum number of tokens that will be created. This number can affect the token's scarcity and value.

### 3. Review and Deploy

Before finalizing your token creation, review all details carefully. Once you are satisfied, proceed to deploy your token. KryptoKase will generate a smart contract for your token and submit it to the Ethereum blockchain.

### 4. Confirm the Transaction

You will need to confirm the token creation transaction in your connected MetaMask wallet. Ensure you have sufficient ETH for the transaction fee.

### 5. Token Deployment

Once the transaction is confirmed, your token will be deployed on the Ethereum blockchain. KryptoKase will provide you with the contract address, which you can use to view your token on Etherscan and distribute it to others.

## Key Features

* **Customizable Parameters**: Choose your token's name, symbol, and total supply to fit your project's needs.
* **Immediate Deployment**: Tokens are deployed instantly upon confirmation, allowing you to begin using or distributing them without delay.
* **Smart Contract Security**: KryptoKase generates secure and audited smart contract code, minimizing the risk of vulnerabilities.

<br>


---

# 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.volary.io/kryptokase/functionalities/create-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.
