Registering Projects
Registering Projects & Setting Up the Community Fund This guide explains how to register project wallets and set up the Community Fund for your ESDT Tipping Bot.
π Project Wallets vs. Community Fund
Understanding the difference between these two wallet types is crucial for proper bot setup and security.
Project Wallets (Admin-Controlled)
Control: Fully controlled by admins
Purpose: Used for admin-controlled transfers and operations
Commands:
/send-esdt- Send tokens to users/send-nft- Send NFTs to users/create-auction- Create NFT auctions
On-Chain Transfers: All operations result in on-chain blockchain transfers
Usage Fee: MakeX API
usageFee($0.03 in REWARD) is charged for each transferSecurity: Admins have full control - can delete projects, manage funds, etc.
β οΈ Important: Project Wallets are controlled by admins. Deletion commands result in mass withdrawals to user wallets for safety.
Community Fund Wallet (User-Focused)
Control: NOT controlled by admins - auto-generated and managed by the bot
Purpose: Used for user-to-user interactions and Virtual Account operations
Commands:
/tip-virtual-esdt- User-to-user tips/tip-virtual-nft- User-to-user NFT transfers/challenge-rps- RPS game challenges/withdraw-esdt- User withdrawals
Virtual Account Operations: Most operations happen inside the Community Fund - bot just updates balance records
Usage Fee: NO usageFee for Virtual Account operations (tips, RPS, NFT transfers)
Usage Fee Exception:
/withdraw-esdtand/house-withdrawto Project Wallets DO charge usageFee (on-chain transfers)Security: Cannot be deleted by admins - protects user funds. All deletion commands result in mass withdrawals to user wallets
Key Differences Summary
Control
Admin-controlled
Bot-managed (not admin-controlled)
Operations
On-chain transfers
Virtual Account (balance updates)
Usage Fee
β Charged ($0.03 REWARD)
β Not charged (except withdrawals)
Commands
/send-esdt, /send-nft, /create-auction
/tip-virtual-esdt, /challenge-rps, /withdraw-esdt
Deletion
Admin can delete
Protected - mass withdrawal only
β οΈ Warning: If you only register one wallet for admin use, do NOT set it as the Community Fund. This could expose admin funds to public tipping and games. Always use separate wallets.
π How to Register a Project Wallet
Prepare your supported tokens list.
Use the
/register-projectcommand:project-name: Choose a unique name for this wallet.supported-tokens: Comma-separated list (e.g.,EGLD,REWARD,USDC,MYTOKEN).(Optional)
project-logo-url: URL to your project logo image (will be used in notifications and embeds).(Optional)
user-input: Add notes for this project.
The bot will automatically generate a new MultiversX wallet for your project.
Save the wallet information that will be displayed in the command response and sent to you via DM:
Wallet address
Seed phrase (24 words) - you can use this to log in to xPortal or Extension wallet
PEM file content - save this to a secure location (e.g.,
WalletKey.pem)
Top up the wallet with:
EGLD - Required for blockchain transaction fees
REWARD tokens - Required for MakeX API usage fees ($0.03 per transaction)
The bot will confirm registration and show your project in
/list-projects.
Example:
Note: The bot automatically generates a new MultiversX wallet for your project. You don't need to provide a wallet address or PEM file - the bot creates and manages this wallet automatically, and you'll receive the wallet details via DM.
π¦ How to Set Up the Community Fund
Create Community Fund using
/set-community-fund:fund-name: Name for your Community Fund (e.g., "Main Fund", "Gaming Fund").supported-tokens: Comma-separated list of supported tokens (e.g.,REWARD-cf6eac,WEGLD-bd4d79).(Optional)
qr-code-url: URL to a QR code image of the Community Fund wallet address.
Get Community Fund Address using
/show-community-fund-addressto display the wallet address and QR code for users. The embed will contain Wallet Registration button for seamless user registration without need to use registration command.
Note: The Community Fund wallet is auto-generated by the bot. You don't need to provide a PEM file - the bot creates and manages this wallet automatically.
β οΈ Important:
The Community Fund is used for Virtual Account top-ups, P2P tips, and games.
Users transfer tokens to the Community Fund address to top up their Virtual Accounts.
The bot automatically detects transfers and credits Virtual Accounts (no transaction hash needed).
πΌοΈ Updating Project Logo and QR Code
You can update project settings using /update-project:
To update a project logo (for non-Community Fund projects):
To update Community Fund QR code:
Important Notes:
Project Logo (
project-logo-url): For regular projects, used in notifications and DM embedsQR Code (
qr-code-url): Only for Community Fund, displayed in game embeds and wallet registrationRegular projects can only have
project-logo-urlCommunity Fund can only have
qr-code-urlBoth are optional but recommended for better user experience
ποΈ Understanding House Balance
The House Balance is a special account that tracks earnings and spending for different activities. It's separate from the Community Fund and Virtual Accounts.
House Balance tracks three separate pools:
β½ Betting House - Earnings from football matches with no winners
π¨ Auction House - Earnings from NFT auction sales
π² Lottery House - Commission from lottery ticket sales
How it works:
Earnings: When activities generate revenue (no-winner matches, auction sales, lottery commission), funds go to the respective House Balance
Spending: House Balance can be used to fund prizes, tip users, or seed initial prize pools
Top-Up: Users can transfer tokens from their Virtual Account to House Balance using
/virtual-house-topupTips: Admins can tip users from House Balance using
/house-tipWithdraws: Admins can withdraw from House Balancxe using
/house-withdraw
View House Balance:
This shows earnings, spending, and PNL (Profit & Loss) for each house type.
Using House Balance for Lotteries: When creating a lottery, you can fund the initial prize pool from Lottery House by specifying initial-prize-pool in the /create-lottery command.
β
Best Practices
Regularly review and update supported tokens.
Add project logos and QR codes for better user experience.
Monitor House Balance to track activity earnings and spending.
Last updated