# 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.


---

# 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.escc.io/core-features-and-technical-aspects-of-escc/inscription-protocols-and-their-application-in-escc/developing-and-deploying-inscriptions/deploy.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.
