# Renouncing Your Contract

### Renounce Your Contract

Once your drop has fully commenced and is considered complete, you might want to consider renouncing your contract. Here are a few reasons why renouncing might be wise:

* Show your collectors that no one will ever be able to run any admin functions on the contract keeping the integrity of the project intact long-term.
* You do not ever want your smart contract accessible by any malicious person that may happen to get access to your wallet's private keys and can access and run commands on your smart contract.
* You do not want to accidentally change or mess up the metadata and want to freeze the metadata as is.

Please ensure all your metadata is in place before you continue with this step. On your DropKit Dashboard, select the smart contract you've created that you would want to renounce.&#x20;

Next, select the dropdown option on the far right corner and click on "**Renounce Contract**" to complete this step.&#x20;


---

# 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.niftykit.com/nft-collections/collection-management/post-drop-management/renouncing-your-contract.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.
