# Renounce Safe & Zodiac role modifier ownership

Since your Zodiac role modifier's owner is most likely your Safe, we would advise to start renouncing the Zodiac role modifier first.

## Zodiac role modifier

The Zodiac role modifier is based on [Openzeppelin' Ownable contract](https://docs.openzeppelin.com/contracts/5.x/access-control#ownership-and-ownable). Thus you can give-up its ownership by calling `renounceOwnership` as the owner. For now we would advise to do it on etherscan at the address of the Role Modifier.

{% hint style="info" %}
You can easily connect as a Safe in Rabby by adding an address as an *Institutional Wallet.*
{% endhint %}

## Safe

Safe doesn't natively allows to renounce ownership. It is still possible to do it by:

* putting the threshold to 1 out of m signers.
* adding a signer whose address is obviously not under your control. For easily look up and audit, we advice to use: `0xdEADBEeF00000000000000000000000000000000`
* Remove all owners except the `0xdEADBEeF` address, leading to a 1 out 1 configuration.

{% hint style="warning" %}
Renouncing ownership is effective only if external auditors can easily assess it. That's why we advise to use the `0xdEADBEeF` address.
{% 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.lagoon.finance/curation-solutions/how-to/renounce-safe-and-zodiac-role-modifier-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.
