1. Find the complete mint address
A Solana token is identified by its mint address. Names and tickers can be copied, so verify the complete address from an official project source and compare it with a blockchain explorer.
2. Check the token supply
Review the current supply and decimals shown by a reputable Solana explorer. If a project publishes supply figures, compare them with the live record.
3. Inspect mint authority
A mint authority can permit additional token creation while it exists. If a project says mint authority is revoked, verify that the explorer shows the authority as absent or not set.
4. Inspect freeze authority
A freeze authority can have the ability to freeze eligible token accounts. If the project claims no freeze authority, verify that the field is absent.
5. Review holders and concentration
A holder list shows account balances, but one operator may control several wallets. Treat holder count and wallet count as useful data points rather than proof of independent ownership.
6. Verify the liquidity pool
Confirm that the pool address matches the correct token mint and quote asset. Check liquidity and recent trading activity using the pool itself and independent market-data interfaces.
7. Separate indexing from endorsement
Appearing on an explorer or DEX tracker generally means public blockchain activity was detected. It does not necessarily mean the platform endorses or recommends the token.
8. Protect wallet credentials
Public verification never requires your seed phrase or private key. A legitimate explorer check can be done without revealing recovery credentials.
DNAS as a worked example
The official DNAS mint is 2XGtDmpgcdVoLdPx4cnmEafsweRvha9nXw9sUf5e3uzY. The DNAS website publishes its current 500,000,000 supply, revoked mint authority and absent freeze authority, with links for independent checking.
See the DNAS on-chain verification walkthrough →