# Renounce Token Ownership

<figure><img src="/files/1oM3W7cjHaud4nX1LE9R" alt="" width="563"><figcaption></figcaption></figure>

### Token Ownership Renouncement

Renouncing ownership of a token is an important decision that can help build trust with your community by permanently locking the core aspects of the token. However, this action comes with both benefits and considerations.

***

#### What Happens When You Renounce Ownership?

* **Core Aspects Locked**: By renouncing ownership, you make the core properties of the token, such as **total supply** and **ownership rights**, permanently unchangeable. This increases trust by ensuring that no one can alter critical aspects of the token in the future.
* **Non-Essential Details Remain Editable**: While renouncing ownership locks the fundamental properties of the token, you can still update non-essential details like the **website**, **social links**, or **description** of the token. This allows for ongoing updates to the project’s metadata without affecting the core functionality.
* **When to Renounce**: You do not need to renounce ownership immediately; it can be done when you feel the project has reached a stage where no further changes to the token’s core properties are needed.

***

#### Important Considerations

Renouncing ownership is not suitable for every project. While it provides security and builds trust, certain projects may need to retain ownership to enable future updates or expansions:

* **Projects Requiring Custom Functionality**: If you plan to build specific functionality that extends beyond existing token standards (e.g., custom logic, additional governance features, or future smart contract integration), you may want to **retain ownership**. Keeping ownership ensures that you can modify or upgrade the token to meet future needs.
* **Meme Tokens and Simple Governance Tokens**: In contrast, for simpler projects such as **meme tokens** or **basic governance tokens**, renouncing ownership may be the right choice. These types of tokens often benefit from the added trust of locked token properties, without requiring future changes.
* **Using the Whitelist Module:** If your token has the **Whitelist Module enabled**, only the owner can add or remove addresses. After renouncing ownership, **you’ll lose the ability to manage the whitelist**.

  If your project requires ongoing control over who can transfer the token, it’s best to retain ownership. Otherwise, if your whitelist is final, you may choose to **disable the module before renouncing ownership** to lock in settings and enhance trust.

***

#### Summary

Renouncing ownership locks the essential aspects of your token, building trust and ensuring the token's core properties are unchangeable. However, this action is a significant step, and not every project should take it immediately. If your project requires flexibility for future development, consider keeping ownership until you are certain no further core changes will be needed. For simpler projects, renouncing ownership can demonstrate commitment to transparency and trustworthiness within the community.


---

# 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.autonomous.finance/products/platforms/coinmaker/renounce-token-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.
