top of page

The ZEUS LP Token Funding Process

Thank you for your ZEUS Token LP Partnership.  To receive email or SMS alerts regarding your ZEUS (ERC20) and ZEUS (ZRC20) deposits, please go to https://www.launchMADA.com and sign up for a FREE account.

How it works:

Flowchart Description

​

  1. User Interface (UI)

    • Users visit the website.

    • Users see options to contribute ETH or USDT.

  2. Contribution Form Submission

    • User fills out the form with the amount of ETH or USDT they wish to contribute.

    • User submits the form.

  3. Backend Processing (Flask Application)

    • Flask receives the form submission.

    • Flask calls the appropriate function to handle the contribution.

  4. Smart Contract Interaction

    • For ETH contributions:

      • Flask calls contribute_eth function.

      • The function creates and signs a transaction to contribute ETH to the smart contract.

      • The transaction is sent to the Ethereum network.

    • For USDT contributions:

      • Flask calls contribute_usdt function.

      • The function first approves the USDT transfer to the smart contract.

      • The function then creates and signs a transaction to contribute USDT to the smart contract.

      • The transaction is sent to the Ethereum network.

  5. Transaction Confirmation

    • The Ethereum network processes the transaction.

    • Once the transaction is confirmed, the contribution is recorded in the smart contract.

  6. Liquidity Pool Monitoring

    • The smart contract monitors the liquidity pool.

    • When the liquidity target (10x) is reached, the smart contract automatically triggers the withdrawal process.

  7. Automated Withdrawal and Distribution

    • The smart contract withdraws 2x of the liquidity.

    • The withdrawn funds are automatically distributed to the funders' wallets.

Untitled diagram-2024-07-08-184811_edite
bottom of page