What is renounced ownership?
Renounced ownership means a token's deployer has permanently surrendered the contract's owner privileges, usually by setting the owner to the zero address, so no one can mint, change taxes, or pause trading. It reduces rug risk but also locks in any existing flaws. Sally reports ownership status during scans.
Most token contracts ship with an owner address that holds privileged powers — minting new supply, changing fees, pausing trades, or editing a blacklist. Renouncing ownership means the deployer permanently hands those powers to no one, typically by transferring the owner role to the zero address (0x000…000), from which it can never be recovered.
For buyers, renouncement removes a whole category of risk. Once it is done, the team cannot mint infinite tokens, cannot crank the sell tax to trap you, and cannot freeze your wallet. It is one of the cleaner signals that a token is not designed to be manipulated after launch. That said, it is not a guarantee of safety: a contract can be malicious by design, and renouncing only locks in whatever behaviour — good or bad — already exists in the code.
Renouncement also cuts both ways for the project, since legitimate fixes and upgrades become impossible too. When reading a token, treat renounced ownership as one input among several rather than a green light on its own. Sally reports ownership status alongside its honeypot and tax checks on Base and BNB Smart Chain, so you can weigh it together with whether the token can actually be sold and whether its liquidity is locked.
Renounced ownership is part of how Sally works on Base and BNB Smart Chain. Put it into practice with the tool below.
Check a token for honeypots →