# issue

### Description

Issue a certain amount of tokens by the token owner, only for tokens in "Deploy - Issue" Mode.

### Transaction Fee

1 KAS minimum required for an unactivated `to` address; otherwise, no additional fee applies.

### Parameters

JSON format example:

{% code overflow="wrap" %}

```json
{"p":"krc-20","op":"issue","ca":"a0183c1f...","amt":"100000000000","to":"kaspa:..."}
```

{% endcode %}

Enabled when ( DaaScore >= 110165000 ).

<table><thead><tr><th width="183">Key</th><th width="135.33333333333331">Required?</th><th>Description</th></tr></thead><tbody><tr><td>p</td><td>Yes</td><td>Protocol header. <strong>Must be "krc-20"</strong> (case-insensitive)<strong>.</strong></td></tr><tr><td>op</td><td>Yes</td><td>Operation. <strong>Must be "issue"</strong> (case-insensitive).</td></tr><tr><td>ca</td><td>Yes</td><td>Contract address of the token.</td></tr><tr><td>amt</td><td>Yes</td><td>The amount of the tokens to issue, including decimal.</td></tr><tr><td>to</td><td>No</td><td>The receiver address of the tokens.</td></tr></tbody></table>

### Notice

* If an operation causes the cap to be exceeded, the maximum possible number of tokens will be obtained.
* If `to` field is not configured,  it defaults to the transaction sender address.
