# Mint

```json
{ 
  "p": "injrc-20",
  "op": "mint",
  "tick": "INJS",
  "amt": "5000",
  "non":"1234"
}
```

<table><thead><tr><th width="106.33333333333331">Key</th><th width="108">Required?</th><th>Description</th></tr></thead><tbody><tr><td>p</td><td>Yes</td><td>Protocol: Helps other systems identify and process injrc-20 events</td></tr><tr><td>op</td><td>Yes</td><td>Operation: Type of event (Deploy, Mint, Transfer)</td></tr><tr><td>tick</td><td>Yes</td><td>Ticker: 4 letter identifier</td></tr><tr><td>amt</td><td>Yes</td><td>Amount to mint: States the amount to mint. Has to be less than or equal to "lim"</td></tr><tr><td>non</td><td>Yes</td><td>A nonce where sha256(seed+address+non) &#x3C; HASH_TARGET</td></tr></tbody></table>

###


---

# 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.injs.ink/protocol/injrc-20/mint.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.
