# Create Token

The **Create Token** tool lets you deploy your own SPL token on Solana in minutes — no coding required. Configure your token's core parameters, set advanced permissions, and add social metadata, all from a single form.

***

### Getting Started

> **Before you begin:** Connect your wallet using the **Sign in / Sign up** button in the top-right corner. Your wallet acts as the token owner and will receive any admin permissions you assign.

***

### Step-by-Step Guide

#### 1. Fill in Token Details

| Field            | Description                                                                                                        |
| ---------------- | ------------------------------------------------------------------------------------------------------------------ |
| **Token Name**   | The full name of your token (e.g. `Tsunami Finance`)                                                               |
| **Token Ticker** | Short symbol used on exchanges and explorers (e.g. `$TSUN`)                                                        |
| **Decimals**     | Precision of the token. Default is `9` — standard for Solana SPL tokens. Change only if you have a specific reason |
| **Supply**       | Total number of tokens to mint at creation. Set to `0` to mint later, or enter the desired initial supply          |
| **Token Logo**   | Upload a PNG / JPEG / JPG image. Recommended size: **200×200 px**, max **2 MB**                                    |
| **Description**  | Short description of your token. Maximum **150 words**                                                             |

***

#### 2. Set Ownership

In the **Ownership** field, connect the wallet that will own the token. This can be the same wallet you're signed in with, or a separate custody wallet.

Click **Connect** to link your ownership wallet.

***

#### 3. Add Social Links *(optional)*

Adding social links embeds community metadata directly into your token's on-chain record. Supported platforms:

* **X (Twitter)**
* **Discord**
* **Website**
* **Telegram**

These links help traders and platforms identify your project and build trust.

***

#### 4. Configure Token Custom Settings

These toggles control the permanent behavior of your token. **Once the token is created, these settings cannot be changed.**

**Fixed Supply**

> Permanently disables minting of new tokens. Total supply becomes fixed and cannot be increased by anyone, including the creator.

* **ON** — No new tokens can ever be minted. Ideal for tokens with a hard cap.
* **OFF** — Creator retains the ability to mint additional supply.

**Revoke Freeze&#x20;*****(enabled by default)***

> Removes the ability to freeze token accounts. Ensures holders can always transfer or sell their tokens without restrictions.

* **ON** *(recommended)* — Freeze authority is permanently revoked. Builds holder trust.
* **OFF** — Creator retains freeze authority over token accounts.

**Immutable&#x20;*****(enabled by default)***

> Locks token metadata forever. Name, symbol, logo, and description cannot be changed after this action is executed.

* **ON** *(recommended)* — Metadata is permanently locked. Signals commitment and prevents rug pulls.
* **OFF** — Creator retains the ability to update metadata.

***

#### 5. Create the Token

Once all fields are filled in, click the **Create token** button at the bottom of the form.

A wallet confirmation prompt will appear — review the transaction and approve it. After confirmation, your token will appear in your wallet and can be managed from **Token activity history**.

***

### Tips

* **Decimals:** Keep the default `9` unless you're building a specific use case (e.g. NFT-style tokens use `0`).
* **Supply:** If you plan to do a PumpFun launch right after, you can leave supply at `0` — the launch flow handles initial supply.
* **Revoke Freeze + Immutable:** Turning both ON significantly improves your token's credibility with holders and aggregators.
* **Logo:** Use a square image with a transparent or solid background. Low-quality logos hurt first impressions on DEX screeners.

***

### FAQ

**Can I change the token name after creation?** Only if **Immutable** was set to OFF at creation. If Immutable is ON, metadata is permanently locked.

**Can I mint more tokens later?** Only if **Fixed Supply** was set to OFF. With Fixed Supply ON, the total supply is permanently capped.

**Where can I see my token after creation?** Go to **Token Management → Token activity history** in the left sidebar.

**Do I need SOL in my wallet?** Yes. Token creation requires a small amount of SOL to cover Solana network fees (rent + transaction fee). Typical cost is under 0.05 SOL.


---

# 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://tsunammi.gitbook.io/tsunammi/token-management/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.
