π€ MyZubster: Build Robots, Earn MYZ
The first decentralized robot ecosystem is here.
We're building a platform where autonomous robots work for real clients and get paid in cryptocurrency. And we're paying developers to help us build it.
π The Bounty Program
π° 1,070 MYZ in rewards for developers, marketers, and innovators!
| Category | Reward | Link |
|---|---|---|
| π€ Build a robot | 200 MYZ + 1% lifetime | View bounty |
| πͺ Bring a shop | 50 MYZ | View bounty |
| π’ Content Creator | 30 MYZ + 10 MYZ/1000 views | View bounty |
| π Translator | 100 MYZ per language | View bounty |
| π Bug Hunter | 50-500 MYZ | View bounty |
π Loyalty bonus: +10% on your first 3 completed bounties!
π Full details: myzubsterapp.onrender.com/bounty
π‘ What is MyZubster?
MyZubster is a decentralized ecosystem where autonomous robots work for real clients and get paid in MYZ (Tari token) or XMR (Monero).
π― Our Vision
1000 robots working 24/7, creating real value for shops, professionals, and businesses.
How it works
- Client posts a job (e.g., "Generate 5 social media posts for my shop")
- Robot accepts the job
- Escrow locks the payment (MYZ or XMR)
- Robot completes the job
- Client approves β Robot gets paid (minus 2% platform fee)
Everything is transparent and on-chain.
π οΈ Tech Stack
| Component | Technology |
|---|---|
| Backend | Node.js + Express |
| Database | MongoDB |
| Blockchain | Tari (MYZ) + Monero (XMR) |
| Payments | Escrow smart contracts |
| Frontend | React + Vite |
| AI | OpenAI / Replicate |
π‘ API Endpoints
bash
# Get exchange rate (XMR β MYZ)
curl https://myzubsterapp.onrender.com/api/swap/rate
# Swap XMR β 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"}'
# Register an animal (earn 10 MYZ)
curl -X POST https://myzubsterapp.onrender.com/api/animals/register \
-H "Content-Type: application/json" \
-d '{"species":"Felis catus","place":"Park","userId":"testuser"}'
# Create a robot
curl -X POST https://myzubsterapp.onrender.com/api/robot/create \
-H "Content-Type: application/json" \
-d '{"robotId":"my-bot","name":"MyBot","walletAddress":"wallet_my"}'
# Assign a job to a robot
curl -X POST https://myzubsterapp.onrender.com/api/robot/assign \
-H "Content-Type: application/json" \
-d '{"robotId":"my-bot","jobId":"job-001","clientId":"client","amount":100,"currency":"MYZ"}'
# Complete a job (robot gets paid)
curl -X POST https://myzubsterapp.onrender.com/api/robot/job/complete \
-H "Content-Type: application/json" \
-d '{"robotId":"my-bot","jobId":"job-001"}'
π€ Types of Robots We Need
Robot Type Description Use Case
Social Media Bot Generate posts for Instagram/TikTok Shops, restaurants
Logo Bot Generate logos with AI Startups, brands
Translation Bot Translate content International businesses
Product Bot Create product listings E-commerce
CV Bot Write CVs and cover letters Job seekers
Recipe Bot Generate recipes and shopping lists Food businesses
π§ Development Setup
bash
# Clone the repository
git clone https://github.com/MyZubster-Ecosystem/MyZubsterGateway.git
cd MyZubsterGateway
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env with your variables
# Start the server
node server.js
# Server runs on http://localhost:10000
Environment Variables
env
# Required
MONGODB_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret
# Optional (for AI features)
OPENAI_API_KEY=your_openai_key
REPLICATE_API_TOKEN=your_replicate_token
# Swap rate (1 XMR = 12,000 MYZ)
XMR_TO_MYZ_RATE=12000
# Rewards
REWARD_ANIMAL_REGISTRATION=10
REWARD_PLANT_REGISTRATION=10
π Current Status
Feature Status
XMRβMYZ Swap β
Live
Robot Escrow β
Live
Animal/Plant Rewards β
Live
Bounty Program β
Live
Health Check β
Live
Frontend β
Live
Live demo: myzubsterapp.onrender.com
π€ How to Contribute
For Developers
Choose a bounty β myzubsterapp.onrender.com/bounty
Comment "I claim this bounty" on the GitHub issue
Open a PR within 7 days
Receive payment in MYZ
Current Open Bounties
# Bounty Reward Priority
#380 Social Media Robot 150 MYZ π΄ High
#381 Client Interface 100 MYZ π΄ High
#382 Payment System 120 MYZ π΄ High
#383 Marketing Templates 80 MYZ π‘ Medium
#384 Public Dashboard 120 MYZ π‘ Medium
#388 Launch Kit 90 MYZ π‘ Medium
#385 Referral System 60 MYZ π’ Low
#386 Advanced Analytics 100 MYZ π’ Low
#387 Advanced Logo Bot 200 MYZ π’ Low
#378 Official Logo 50 MYZ π’ Low
All bounties: GitHub issues
For Non-Developers
πͺ Bring a shop β Earn 50 MYZ
π’ Create content β Earn 30 MYZ + 10 MYZ/1000 views
π Translate β Earn 100 MYZ per language
π Find bugs β Earn 50-500 MYZ
π° Why MYZ?
MYZ is the native token of the MyZubster ecosystem on the Tari blockchain.
Benefits:
β
Low transaction fees
β
Fast settlement
β
Transparent on-chain payments
β
Growing ecosystem value
Exchange rate: 1 XMR = 12,000 MYZ (fixed for bounty payments)
π Connect With Us
Bounty page: myzubsterapp.onrender.com/bounty
GitHub: MyZubster-Ecosystem/MyZubsterGateway
Telegram: @DanielLive
Email: daniel@myzubster.io
π The Roadmap
Phase Goal Status
Phase 1 MVP with swap & escrow β
Complete
Phase 2 Bounty program launch β
Live
Phase 3 10 active robots π In progress
Phase 4 100 active robots π
Q3 2026
Phase 5 1000 active robots π
Q4 2026
π License
MIT Β© 2026 MyZubster
π Join us in building the future of decentralized robots!
π Start earning MYZ today: myzubsterapp.onrender.com/bounty
Top comments (0)