HOW TO /BOT COLLOSEUM
HungerGames Colloseum Bot
Last updated
HungerGames Colloseum Bot
Last updated
Welcome to the Hunger Games Colosseum bot guide! The bot is available on Telegram and can be accessed via this link. This document provides an overview of the bot's functionality and a step-by-step guide on how to interact with its various features, including examples for clearer understanding.
Overview: The bot streamlines operations for its users, such as:
Registering and managing Ethereum wallet addresses. Checking balances of different tokens. Fetching current potion prices. And more! 🤖 Gnomes Bot: Your Digital Alchemist
Dive deep into the digital realm with our bot, expertly crafted to enhance your journey through the Gnomes Collective universe.
Key Features:
Ethereum Wallet Integration: Easily register and manage your Ethereum wallet addresses. Our bot ensures your treasures are always within arm's reach.
Token Balance Insight: At a glance, check balances of your cherished tokens. Never lose track of your digital assets.
Potion Price Oracle: Curious about the current value of potions? Fetch real-time potion prices to make informed decisions in your adventures.
Referral System: Utilize our rewarding referral system. With every 10th purchase, both you and your referrer receive a random potion for free! Sharing has never been this rewarding.
Deposit & Interact: Remember to deposit at our website to fully unlock the bot's capabilities. From buying to applying potions, everything becomes a breeze!
Transparent Blockchain Operations: Every action you undertake is securely and transparently recorded on the blockchain. Your trust is paramount to us.
Gas? It's On Us!: After depositing, leave the worries of gas fees behind. We've got that covered for all your subsequent transactions.
And there's more! Dive in and discover a plethora of features waiting to aid you in your digital quest. 🔒 Deposit Guide To utilize the unique capabilities of our bot and delve into its myriad functions, such as "buy" and "apply", you first need to make a deposit into the shop. Here's a brief guide to get you started:
Website Navigation: Begin by visiting our mystical realm at gnomescollective.xyz. This is where all the magic begins.
Depositing Funds: Once on the site, navigate to the deposit section. Follow the prompts to securely deposit your funds. Ensure you double-check all details before confirming.
Blockchain Transparency: All your interactions post-deposit are recorded transparently on the blockchain. This means every action you take is openly verifiable, ensuring trust and authenticity in our system.
Gas Fees: Worried about those pesky gas fees? Fear not! Once you've deposited, all the gas fees for subsequent transactions are on us. Let your adventures be unhindered!
⚠️ Important Note: Deposits made are burned and are not withdrawable. This ensures the continuous and fair functioning of our system. Always be mindful of the amount you deposit and be sure of your intentions.
With your deposit made, you're ready to embark on exciting adventures, harness the bot's power, and explore all that the Hunger Games Colosseum has to offer! Safe travels, wanderer! 🌟
Starting the Bot: Click on the bot's link or search for it on Telegram, and then send /start.
Registering Your Wallet: Command: /register [YourWalletAddress] Replace [YourWalletAddress] with your Ethereum address to register. Example: /register 0x1234abcd5678efgh9012ijkl3456mnopqr7890st
Successful registration or updating an address will be acknowledged.
3. Checking Your Wallet Address: Command: /wallet
Displays your registered Ethereum address.
4. Checking Your Balance: Command: /balance
Displays the balance for various tokens and NFTs linked to your registered Ethereum address. 5. Checking Potion Prices: Command: /price
Fetches and displays current market rates for various potions. Additional Tips: Ensure your Telegram username is set before interacting with the bot. All displayed wallet addresses are shortened for brevity. Regularly check potion prices as they may vary. Use the referral system for added benefits. After every 10th purchase, both you and your referrer receive an extra random potion for free!
/buy
Functionality: Allows users to buy a potion with ETH or HGMS.
Usage: /buy [PotionName] [Amount]
Example: If someone wants to buy 5 BOOST potions:
Notes: The code first checks if the user has set a Telegram username. It then checks if there are any ongoing transactions for the user. After confirming, the bot fetches the potion prices and calculates the total cost. The user's balance is also checked to ensure they have sufficient funds for the purchase. A confirmation message is sent to the user with an option to either Confirm or Decline the transaction.
Functionality: Allows users to apply a potion to their NFTs.
Usage: /apply [PotionName] [NFT_Id1,NFT_Id2,...]
Example: If someone wants to apply the XTRA potion to NFTs with IDs 4 and 7:
Notes: The code fetches the user's NFTs and their potion balance, then confirms if the user owns the specified NFTs and if they have a sufficient balance of the specified potion. If both conditions are met, a confirmation message is sent with options to Confirm or Decline the action. /deposit
Functionality: Directs users to a website for deposit-related activities.
Usage: /deposit
Example:
Notes: The response will contain a message prompting the user to visit the website for deposit-related activities.
Functionality: Fetches the status and active potions of a user's NFTs.
Usage: /status
Example:
Notes: The code first confirms the user's Telegram username and then fetches the status and any active potions of their NFTs. The bot responds with a detailed status message.
Functionality: Allows users to set or update their referral code.
Usage: /setRef [ReferralCode]
Example: If someone wants to set their referral code as "john_doe":
Notes: The bot confirms the validity of the referral code, checks if the code is already in use, and updates the referral code if all checks pass.
Functionality: Allows users to specify who referred them using the referrer's code.
Usage: /addRef [ReferredByCode]
Example: If someone was referred by a user with the referral code "john_doe":
Notes: The code checks if the provided referral code is valid and associated with an existing user. If so, the referral is recorded.