Deploy Step-1

This screen shows the next step in the token creation process on QubeQode after entering token details. Here's a detailed breakdown:

Top Section

The green-bordered box at the top shows the user’s request, "Make me a smart contract for a crypto token called Qubby with $QUB as its ticker". This prompt has been processed, and the system is now showing the token’s summary and additional features.

Token Summary (Center Panel)

  • Header The token name "Qubby" is prominently displayed at the top of the panel.

  • Token Details A summarized table shows:

    • Ticker: "$QUB" the symbol for the token.

    • Supply: "3B" short for 3 billion tokens as the total supply.

    • Decimals: "8" meaning the token can be divided up to 8 decimal places.

  • Compile Button A gradient-outlined "Compile" button is available below this summary. Clicking it will likely generate or compile the smart contract code based on these settings.

Feature Options (Right Panel)

On the right-hand side, there are multiple buttons representing advanced token functionalities that the user can optionally add to the smart contract:

  • Tax in/out

  • Deflation

  • Can Burn

  • Hyper Deflation

  • Can Mint

  • Auto Exchange

  • Can Pause

  • Upgradeable

  • Blacklist

  • Anti Whale

  • Auto Liquidity

  • Lock on Launch

Each button represents a feature that can be toggled on or off depending on what the user wants to include in their smart contract. These features are common in DeFi and tokenomics strategies (e.g., burn mechanisms, liquidity locks, blacklist for blocking wallets, etc.).

Last updated