Post-Deployment Guide

Essential steps and best practices after deploying your token.

Finding Your Contract

Through TokenHub Interface

  • Navigate to the version page where you created your token (v1, v2, or v3)
  • Look for the 'Your Tokens' or 'Token List' section below the creation form
  • Find your token in the list - it will show the token name, symbol, and contract address
  • Click the contract address to copy it or view it on the blockchain explorer

Through Transaction History

  • Open your wallet (e.g., MetaMask)
  • Go to Activity/History
  • Find the token creation transaction
  • Click on the transaction to view details
  • The contract address will be listed in the transaction details

Contract Verification

Verifying Your Token Contract

  • Go to your token address on the blockchain explorer (e.g., Etherscan)
  • Click on the 'Contract' tab
  • Click on 'Verify Proxy Contract'
  • The explorer will automatically detect and verify your proxy contract

Security and Management

Security Checks

  • Test all contract functions
  • Verify ownership transfer
  • Check token parameters
  • Confirm token supply and distribution

Essential Security Checks

Ownership Verification
  • Check current owner: Call owner() function
  • Verify it matches your wallet address
  • Test ownership transfer to a backup wallet
  • Transfer back to main wallet
Token Parameters
  • Verify token name and symbol
  • Check decimals (usually 18)
  • Confirm total supply matches intended amount
  • Verify transfer restrictions if any
Function Testing
  • Test basic transfers with small amounts
  • Verify tax collection if enabled
  • Test blacklist functions if implemented
  • Check timelock functionality
Distribution Verification
  • Confirm initial token allocation
  • Verify vesting schedules if used
  • Check presale distribution if applicable
  • Validate liquidity pool setup

Liquidity Management

Initial Liquidity

  • Add initial liquidity pool
  • Lock liquidity for security
  • Set up price feeds and oracles
  • Monitor trading activity

Market Making

  • Implement market making strategy
  • Set up trading pairs
  • Monitor price stability
  • Adjust liquidity as needed

Community and Marketing

Community Launch

  • Announce token deployment
  • Share contract address and details
  • Provide trading instructions
  • Start community engagement

Marketing Activities

  • Launch marketing campaigns
  • Engage with influencers
  • Create educational content
  • Build partnerships

Need Support?

Join our community for expert advice and support with your token project.