# Define Token Parameters

The following configuration fields **define the technical and economic structure of your token**. **These parameters are stored on-chain and form the foundation of your smart contract**.

{% hint style="warning" %}
**Note:** Once deployed, most of them cannot be changed, so careful verification is required before submission.
{% endhint %}

***

## Indicate Your Token Parameters

* **Token Total Supply.** The total number of tokens created and available, including those not yet distributed.&#x20;
* **Token Initial Supply.** Number of tokens minted and made available at launch.
* **Token Price.** The token’s initial price. It is typically set in fiat or stablecoins (e.g., USD, USDC).\
  Recommended options include:
  * $0.01
  * $0.10
  * $1.00
  * Custom (indicate below)
* **Token Name.** The full name of the token (e.g., “Stobox Security Token”).
* **Token Symbol**. A short ticker symbol for the token (e.g., “STBX”).

{% hint style="warning" %}
**Note:** Ensure that the token symbol does not already exist.&#x20;
{% endhint %}

* **Token Decimals.** Specifies how divisible the token is.
  * 0
  * 6
  * 18
* **Token Standard.** The technical standard governing token operations.
  * ETC20
* **Token Protocol.** Smart contract standard that manages token logic.
  * STV3
* **Token Network.** The blockchain network where the token will be deployed.
  * Arbitrum
  * Ethereum
  * Plume (disabled)
* **Token Image.** Token logo or brand graphic (PNG, JPG, SVG).

***

## Important Notes

* Most parameters are immutable; therefore, data is permanently recorded in the deployed smart contract.
* Always align your token’s technical parameters with your business model, jurisdiction, and rights logic before submission.

***

{% hint style="danger" %}
**Token Parameters**

* Token Total Supply \[INPUT]
* Token Initial Supply \[INPUT]
* Token Price \[INPUT]
* Token Name \[INPUT]
* Token Symbol \[INPUT]
* Token Decimals \[SINGLE SELECT]
* Token Standard \[SYSTEM DEFAULT PRESET]
* Token Protocol \[SYSTEM DEFAULT PRESET]
* Token Network \[SINGLE SELECT]
  {% endhint %}

{% hint style="warning" %}
**Token Parameters**

* Token Image  \[UPLOAD FILE]
  {% endhint %}
