> For the complete documentation index, see [llms.txt](https://docs.escc.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.escc.io/core-features-and-technical-aspects-of-escc/inscription-protocols-and-their-application-in-escc/developing-and-deploying-inscriptions/deploy.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
