# Deploy

sccdata:,{"p":"escc-20","op":"deploy","tick":"escc","lim":"3","max":"21000000"}

```json
{ 
  "p": "escc-20",
  "op": "deploy",
  "tick": "escc",
  "max": "21000000",
  "lim": "3"
}
```

<table><thead><tr><th width="160">Param</th><th width="133">Requiered</th><th width="224">Definition</th><th>Example</th></tr></thead><tbody><tr><td>p</td><td>Yes</td><td>Protocole's name</td><td>escc-20</td></tr><tr><td>op</td><td>Yes</td><td>Operation's name</td><td>deploy (deploy the token creation)</td></tr><tr><td>tick</td><td>Yes</td><td>Token's name</td><td>escc</td></tr><tr><td>lim</td><td>Yes</td><td>Token get by mint</td><td>3</td></tr><tr><td>max</td><td>Yes</td><td>Max Supply</td><td>21,000,000</td></tr></tbody></table>

> * **"p": "escc-20"**: This might refer to the protocol code, here named "escc-20."
> * **"op": "deploy"**: Indicates the operation type, which is "deploy" in this case. This typically means  launching a token onto the blockchain.
> * **"tick": "escc"**: A unique abbreviation used to identify the token. Here, "free" suggests the name or identifier of the token.
> * **"max": "21000000"**: This specifies the maximum supply of tokens, set at 21,000,000. It's a common parameter in token creation to define how many tokens will exist in total.
> * **"lim": "3"**: This likely refers to a mint limit per inscription. The number of tokens that can be  acquired in a single transaction, set here to 3.
