Hello, Could you please run the manual review for our token and correct the following items in your report? Website: https://marslibertycoin.com/ 1) Mint function — restricted, not a risk Your panel marks the token as “mintable”. Technically true, but please note the hard restrictions encoded: Minting is strictly limited and may be called only under a narrow condition tied to circulating supply (when circulating supply falls to a defined low-threshold). When allowed: minting can execute only if the freely-traded float on markets falls to ≤10% of total supply. Otherwise the tx reverts. How the amount is computed: the contract must consider both (a) the USDT reserves accumulated in our WhiteBox, and (b) the current market price (reference DEX price). i.e., we cannot mint more tokens than our reserves can immediately support, and never above 1,000,000 tokens per event. no EOAs, no arbitrary withdrawals. No admin minting: there is no unlimited/owner mint; all limits are hard-coded. Important for circulating-supply math: the 3,000,000 MARSLC treasury/creator tokens are not circulating. They are locked with a 36-month cliff, then vest 100,000/month, and only if the price ≥ $10 at the time of vest. Please exclude these from circulating supply in your report Please adjust the “Mintable” risk to reflect this constrained design. 2) “External call risk” — expected internal calls only Your panel flags potential external calls. In our case they are only to our two internal, immutable helper contracts: FeeCollector — swaps collected fees and immediately forwards; • does not custody user funds; • no arbitrary withdrawals to EOAs; • purpose-limited to conversion/forwarding. WhiteBox — liquidity support only (five public helper functions); • no function to withdraw to arbitrary addresses; • interacts with the DEX router/pair strictly for liquidity operations. All three contracts (Token / FeeCollector / WhiteBox) are verified and immutable (no upgrade hooks). These calls are part of the tokenomics workflow and do not create an exploitation surface beyond normal DEX interactions. Please downgrade/remove the generic “external call” risk. 3)Wallet-to-Wallet Transfers Fee The wallet-to-wallet fee is not a penalty or hidden tax — it’s part of our reserve-building model. When tokens move between wallets, the fee is automatically converted to USDT and split: The larger portion goes directly to the Reserve Vault (Whitebox) — strengthening the token’s hard-backed reserves. The smaller portion goes to the marketing wallet to support growth and visibility. Every transfer helps increase the protocol’s USDT holdings, reinforcing stability and transparency over time Absent abilities: no pause/stop trading, no blacklist/whitelist, no arbitrary transfers, no upgrade/proxy, no emergency withdraw/sweep, no retargeting of module addresses, no generic delegatecall.