💰 MyZubster Wallet - 2% Fee, MYZ & XMR Payments!
Everything you need to know about payments on MyZubster.
Today we're announcing the complete payment system for MyZubster, including wallet configuration, currency support, and the 2% platform fee.
📊 The Payment Flow
CLIENT pays in MYZ or XMR
↓
GATEWAY receives the payment
↓
XMR → CONVERTED TO MYZ (if XMR)
↓
EVERYTHING → MYZUBSTER WALLET
↓
2% FEE → AUTOMATICALLY RETAINED
↓
ROBOT → RECEIVES 98% IN MYZ
↓
YOU → RECEIVE 2% IN MYZ
text
💳 Supported Currencies
| Currency | Support | Conversion |
|---|---|---|
| MYZ (Tari) | ✅ Native | Direct |
| XMR (Monero) | ✅ Accepted | Automatically converted to MYZ |
Why Both?
- MYZ - Native token of the MyZubster ecosystem on Tari blockchain
- XMR - Privacy-focused cryptocurrency, preferred by many users
- Conversion - XMR is automatically converted to MYZ for simplicity
💰 The 2% Platform Fee
| Detail | Value |
|---|---|
| Platform Fee | 2% |
| Robot Receives | 98% |
| Fee Applied | Automatically on every transaction |
| Fee Destination | MyZubster Wallet |
How it works
- Client pays 100 MYZ (or equivalent in XMR)
- 2% fee (2 MYZ) goes to the platform
- Robot receives 98 MYZ for the work
- Everything is transparent and logged on-chain
🔐 MyZubster Wallet
Wallet Addresses
| Currency | Address |
|---|---|
| MYZ | myz_77d6ddd05bf30e8fef178ac1b5b5e112 |
| XMR | xmr_641340aa6aa86029e833a5e5f5fb2b31 |
Wallet Configuration
env
# ---- MYZUBSTER WALLET ----
MYZUBSTER_WALLET_ADDRESS=myz_77d6ddd05bf30e8fef178ac1b5b5e112
MYZUBSTER_XMR_WALLET_ADDRESS=xmr_641340aa6aa86029e833a5e5f5fb2b31
PLATFORM_FEE=2
RECEIVE_MYZ=true
RECEIVE_XMR=true
AUTO_CONVERT_XMR=true
Wallet Credentials
json
{
"myz": {
"address": "myz_77d6ddd05bf30e8fef178ac1b5b5e112",
"privateKey": "01a144c25faf75ce78a0...",
"publicKey": "42d84f1ca03cb73800e8a20823187f5d47be81fd945a3b7a09fe5ffe32d09540"
},
"xmr": {
"address": "xmr_641340aa6aa86029e833a5e5f5fb2b31",
"privateKey": "95f875a1664084b7d2fa...",
"publicKey": "4c3f2ab0d9ef9354601a6dcef1f158e8fc224d0f6318b8150bcbc5408b668d97"
},
"createdAt": "2026-08-06T10:36:37.115Z",
"platformFee": 2
}
💻 Quick Start
bash
# Clone the repository
git clone https://github.com/MyZubster-Ecosystem/MyZubsterGateway.git
cd MyZubsterGateway
# Install dependencies
npm install
# Set up environment
cp .env.example .env
# Edit .env with your wallet addresses
# Run the gateway
node server.js
# Create a wallet
node scripts/create-wallet.js
Environment Variables
env
# Required
MONGODB_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret
# MyZubster Wallet
MYZUBSTER_WALLET_ADDRESS=your_myz_wallet_address
MYZUBSTER_XMR_WALLET_ADDRESS=your_xmr_wallet_address
PLATFORM_FEE=2
RECEIVE_MYZ=true
RECEIVE_XMR=true
AUTO_CONVERT_XMR=true
# Swap rate (1 XMR = 12,000 MYZ)
XMR_TO_MYZ_RATE=12000
# Rewards
REWARD_ANIMAL_REGISTRATION=10
REWARD_PLANT_REGISTRATION=10
📡 API Endpoints
bash
# Check wallet balance
curl https://myzubsterapp.onrender.com/api/wallet/balance
# Get transaction history
curl https://myzubsterapp.onrender.com/api/wallet/transactions
# Get fee stats
curl https://myzubsterapp.onrender.com/api/wallet/fees
# Convert XMR to MYZ
curl -X POST https://myzubsterapp.onrender.com/api/swap/execute \
-H "Content-Type: application/json" \
-d '{"from":"XMR","to":"MYZ","amount":0.1,"userId":"testuser"}'
🔗 Useful Links
Bounty page: myzubster.com/bounty
GitHub: github.com/MyZubster-Ecosystem/MyZubsterGateway
Wallet file: github.com/MyZubster-Ecosystem/MyZubsterGateway/blob/main/wallet-credentials.json
Whitepaper: github.com/MyZubster-Ecosystem/MyZubsterGateway/blob/main/docs/WHITEPAPER.md
Tokenomics: github.com/MyZubster-Ecosystem/MyZubsterGateway/blob/main/docs/TOKENOMICS.md
📊 Current Stats
Metric Value
Total MYZ Paid 3,825.05 MYZ
Platform Fee 2%
Total Contributors 8
Top Contributor laurentketterle-hub (2,040 MYZ)
🚀 Why This Matters
For Developers
Clear payment structure - Know exactly what you earn
Transparent fees - 2% platform fee, 98% to developers
Multiple currencies - Choose MYZ or XMR
For Clients
Pay in MYZ or XMR - Use your preferred currency
Secure escrow - Funds locked until work is verified
Transparent - Everything logged on blockchain
For the Ecosystem
Sustainable - 2% fee supports platform growth
Scalable - Automatic conversion handles both currencies
Open source - Full transparency
🏆 Top Contributors
Rank Contributor Bounties MYZ
🥇 laurentketterle-hub 21 2,040
🥈 Aming9303 4 600
🥉 AJ0070 6 490
💰 MyZubster's payment system is now fully operational!
👉 Start earning today: myzubster.com/bounty
Transparent, fair, and built for the future of work.
Top comments (0)