Glossary
What is Renounce ownership?
Renouncing ownership permanently gives up the owner's admin rights over a token contract, so no one can mint, change tax, or pause it again.
Many token contracts have an owner role that can call privileged functions. Renouncing sets the owner to a zero address, locking those powers off forever — a common trust signal after launch.
It is irreversible: once renounced you can never mint, adjust tax, or manage the token again, so do it only after the token is fully configured.
Keep reading
Related terms
- MintingMinting creates new tokens and adds them to the total supply; only an address with mint permission on the contract can do it.
- Token taxA token tax is a fee the token's contract takes on transfers — a percentage routed to a wallet, liquidity, or burn on each buy or sell.
- HoneypotA honeypot is a malicious token you can buy but not sell, engineered so only the creator can cash out — a common rug-pull scam.
- Smart contractA smart contract is code deployed on a blockchain that runs exactly as written when called, with no operator able to alter or stop it.