# 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 %}


---

# 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.stobox.io/tokenization_framework/phase-4-token-economics-and-smart-contract-configuration/define-token-parameters.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.
