Security Check

The Security Check feature ensures that users are aware of potential risks associated with tokens by evaluating them against a set of security criteria. Each criterion is carefully designed to highlight aspects that may indicate a token’s safety or risks.

How to Use

  1. Go to a specific token page

  2. Navigate to the Security tab under the main chart.

  3. Review the security report

  4. Click on the tooltip next to each criterion for more information about the issue or check the Security Criteria Table below

Security Criteria

CriteriaDescriptionSeverityTypeSolution
Fake TokenThis token is either a scam or imitation of another token.CriticalToken Info

Ownership RenouncedToken's owner can adjust token parameters such as minting, token name, logo, website, etc.CriticalToken InfoThe current owner of token must transfer their owner ship to a NULL address .
Or set the Mint Authority and Freeze Authority as disable while using CLI at the creation for Solana tokens.
HoneypotIf a token is Honeypot, very high chance it is a scam. Buyers may not be able to sell this token, or the token contains malicious code.CriticalToken Info

FreezableToken SPL V2 element - the authority can freeze every token from transferring among wallets.CriticalToken ExtensionFreeze Authority
Freeze AuthorityFreeze Authority is who can freeze every token from transferring among wallets.CriticalToken ExtensionChange Freeze Authority to Null address or just disable freeze authority at the creation of token.
Jupiter Strict ListIf a token is in Strict List, it was verified by Jupiter's community.High RiskCommunityhttps://station.jup.ag/guides/general/get-your-token-on-jupiter#getting-on-the-strict-list
Top Holders PercentageIf a token has high top 10 holder percentage, there are risks of those holders mass selling and make the token's price volatile.High RiskCommunityReduce the proportion of total token supply holdings within top 10 wallets.
Token Percentage of OwnerThe percentage of tokens held by the token owner.High RiskDevReduce the proportion of total token supply holding in Owner Address.
UA PercentageThe percentage of tokens held by the token Update Authority.High RiskDevReduce the proportion of total token supply holding in Update Authority Address.
Buy TaxTransfer fee will cause the actual value received when transfer a token to be less than expected, and high transfer fee may lead to large losses.High RiskToken Extension

Sell TaxTransfer fee will cause the actual value received when transfer a token to be less than expected, and high transfer fee may lead to large losses.High RiskToken Extension

Max FeeThe maximum fee that the authority can charge on each transfer.High RiskToken Extension

Transfer FeesToken SPL V2 element - the authority can charge a percentage fee when this token is transferred among wallets.High RiskToken Extension

Transfer Fee Config AuthorityConfig Authority is who can change the transfer fee anywhere from 0 to Max fee.High RiskToken ExtensionChange the Transfer Fee Config Authority to NULL address.
MintableMint function enables contract owner to issue more tokens and cause the coin price to plummet. It is extremely risky.High RiskToken InfoChange Mint Authority to Null wallet or just disable mint authority at the creation of token.
Mutable InfoThe token information such as name, logo, website can be changed by the owner.Medium RiskToken Info
  • Change Update Authority to Null wallet or just disable at the creation of token.
First Mint TimeThe token is first minted at this time. There can be several other mint events after this.NeutralDev

First Mint TxThe token is first minted at this transaction. There can be several other mint events after this.NeutralDev

Creator AddressThe token creator's address.NeutralDev

Creator BalanceThe token balance of token creator.NeutralDev

Owner AddressOwnership is mostly used to adjust the parameters and status of the token, such as minting, token name, logo, website, etc.NeutralDev

Owner BalanceThe token current owner's address.NeutralDev

UA BalanceThe token balance of token Update Authority.NeutralDev

Update Authority (UA)The token's update authority address.NeutralDev

Liquidity BurnedWhen a part of token liquidity is burnt, that part can never be traded in the open market.NeutralLiquidity

Liquidity LockedWhen a part of token liquidity is locked, that part can not be transacted in the open market, which reduce the risks of mass selling. However those tokens can be unlocked in the future.NeutralLiquidity

LP Holders CountThe total number of liquidity providers on this token in multiple markets. The more LPs there are, the more decentralized the token becomes. Only count from the most liquid poolNeutralLiquidity

Fee WithdrawerWithdrawer is who can withraw all the transfer fees to a wallet of their choice.NeutralToken Extension

Current Transfer FeesThe authority can charge a percentage fee when this token is transfered among wallets.NeutralToken Extension

Interpreting the Results

  • Pass: The token satisfies the criterion with no significant risks detected.
  • Warning: A potential risk is detected. Click the tooltip for more information.
  • Fail: The token fails the criterion and poses significant security concerns.

❗ Disclaimer

The Security Check feature is a tool to assist in evaluating token security. It is not a guarantee of safety or investment performance. Users should conduct their own due diligence and consult professionals before making investment decisions.