# Security Parameters

In this section, we will describe the different parameters that the contract scanner scans when a contract is being processed. \
\
This will give the average user a better understanding of the functions within the smart contract.

<table><thead><tr><th>Parameters </th><th>Meaning</th><th data-hidden></th></tr></thead><tbody><tr><td>Verified</td><td>If the contract is open source or not</td><td>This will check if the contract is open source, or not</td></tr><tr><td>Renounced</td><td>When the contract is renounced, no parameters can be changed. If its not renounced, the owner can make changes to the contract</td><td></td></tr><tr><td>Honeypot</td><td>Whether the contract is a honeypot or not. If the contract is a honeypot, traders won't be able to sell the tokens.</td><td></td></tr><tr><td>Anti whale:</td><td>When anti whale is on, the contract can specify how much can be sold at the time. This can be used to create honeypots</td><td></td></tr><tr><td>Has blacklist</td><td>A blacklist can be used to deny any wallet to be able to buy/sell the token</td><td></td></tr><tr><td>Trading pausable</td><td>Whether the contract can pause trading or not</td><td></td></tr><tr><td>Proxy Contract</td><td>Whether the contract is a proxy contract or not. A proxy contract is an intermediary contract that delegates functions to another smart contract</td><td></td></tr><tr><td>Mintable</td><td>Whether the smart contract has the ability to mint tokens</td><td></td></tr><tr><td>Tax modifiable</td><td>If the tax can be changed</td><td></td></tr></tbody></table>
