
01
The contracts
Read the code that is actually running
Every contract is published on the chain’s own explorer with its source verified — the explorer recompiles it and confirms the running program matches the code you read. There is no hidden mint, no owner switch, and no way to pause or seize your tokens, because the whole contract is in front of you.
How you check it — On the explorer, open a contract address and look for the verified-source tab. If it is green, the code you see is the code that runs.

