# Ownership Transfer

As the recognized owner of a bonding token or NFT asset on Mint Club, you have the following capabilities:

1. Claim royalties accumulated since the wallet was designated as the owner.
2. Update the project's logo image, bonding curve background image, and website information.

Note that transferring ownership to another wallet address will result in the loss of these capabilities.

## Transfer the Ownership

To initiate an ownership transfer, go to the Creator Dashboard page and click the "Transfer Ownership" button for the asset whose ownership you wish to transfer.

<figure><img src="/files/RSLFBYnRgReYe3yVCUkx" alt=""><figcaption></figcaption></figure>

In the prompted modal window, enter the wallet address to which you wish to transfer ownership.

<figure><img src="/files/lKFhyHHun2f9ULlMU4wq" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**Warning:**

1. Ownership transfer requests are irreversible once processed.
2. Claim any remaining creator royalties before transferring ownership.
   {% endhint %}

{% hint style="warning" %}
**Important to Note:**&#x20;

Information on the Mint Club website cannot be updated if ownership is transferred to a <mark style="background-color:red;">**contract address**</mark>.
{% endhint %}


---

# 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.mint.club/tools/ownership.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.
