> For the complete documentation index, see [llms.txt](https://docs-kasplex.gitbook.io/krc20/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-kasplex.gitbook.io/krc20/technical-overview/krc-20-ops/chown.md).

# chown

### Description

Changes the ownership of the specified token by the token owner.

### Transaction Fee

No additional fee required.

### Parameters

JSON format example:&#x20;

{% code overflow="wrap" %}

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

{% endcode %}

#### Mint Mode

Enabled when ( DaaScore >= 110165000 ).

<table><thead><tr><th width="183">Key</th><th width="135.33333333333331">Required?</th><th width="429.6666666666667">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 "chown"</strong> (case-insensitive).</td></tr><tr><td>tick</td><td>Yes</td><td>Ticker. 4 to 6 letter unique identifier of the token (case-insensitive).</td></tr><tr><td>to</td><td>Yes</td><td>The target address.</td></tr></tbody></table>

#### Issue Mode

Enabled when ( DaaScore >= 110165000 ).

<table><thead><tr><th width="183">Key</th><th width="135.33333333333331">Required?</th><th width="429.6666666666667">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 "chown"</strong> (case-insensitive).</td></tr><tr><td>ca</td><td>Yes</td><td>Contract address of the token.</td></tr><tr><td>to</td><td>Yes</td><td>The target address.</td></tr></tbody></table>

### Notice

* If `to` field is set to the black-hole address (kaspa:qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqkx9awp4e), it means permanently giving up the ownership of this token.


---

# 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-kasplex.gitbook.io/krc20/technical-overview/krc-20-ops/chown.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.
