1. Buy the first token on FriendTech or ignore this step if already had own FriendTech key.

    1. Go to https://basescan.org/address/0xCF205808Ed36593aa40a44F10c7f7C2F67d4A4d4#writeContract#F1
    2. buyShares Parameters:
      1. Payable amount: 0 (Fixed amount)
      2. sharesSubject: Owner wallet address
      3. Amount: 1 (Fixed amount)
  2. Go to https://ftfw.derpdex.com/#/deploy, and connect the wallet and deploy the token. After that, get the token address and share it with the DerpDEX team for address whitelisting.

    1. Can open Discord support ticket via https://discord.com/invite/jvTEhYFX8u
  3. To mint more keys (shares), users can go to https://ftfw.derpdex.com/#/ to search the username and mint & buy keys.

  4. Token owner can setup ticker info via token contract on the explorer

    1. setNameAndSymbol Parameters:
      1. __name: token name
      2. __symbol: token symbol

    Untitled

  5. Token owner need to create pools through https://ftfw.derpdex.com/#/:

    1. Provide the tokens and ETH - default 1% fee tier of the pools

    2. Approve the token

    3. Confirm to add the liquidity pools

    4. Reference:

      Add Liquidity Instructions

  6. [Optional] Token owner setup anti-sniping information via token contract on the explorer

    1. setAntiSnipeData Parameters:
      1. _poolContract: Get the pool address from analytics page
      2. _maxAllowedBuyAmount: Maximum amount users allowed to buy during the anti-sniping period
      3. _antiBlockInterval: Intervals in blocks (How long the anti-sniping period - Est. 3 seconds per block)
      4. _maxAllowedBalance: Maximum number of holding for each wallet during the anti-sniping period

    Untitled

  7. Token owner needs to enable trading

    Untitled

  8. [Optional] Token owner can disable anti-sniping if enabled anti-sniping

    Untitled