TON

TON Mainnet Presale: why master address validation matters

May 23, 20264 minHooNow Team

HooNow uses TON mainnet and jetton master address validation so presale flows do not trust token names or symbols.

TON Web3 infrastructure for HooNow

Web3 interfaces cannot rely on a displayed token name or symbol. In TON jetton flows, the master address is critical because it identifies the real asset.

That is why HooNow keeps blockchain parsing and presale logic isolated from the main UI. This reduces the risk of mixing testnet and mainnet config or accepting the wrong jetton.

What the MVP verifies

  • TON mainnet network id before sending a transaction.
  • USDT jetton master address, not only the symbol.
  • Presale contract address and destination wallet.
  • Separate payload scenarios for TON and TON USDT.
Trust the address, not the label: this is the baseline HooNow rule for jetton integrations.