DEV Community

Daniel Ioni
Daniel Ioni

Posted on

TECHπŸš€ MyZubster: Build Robots, Earn MYZ - Bounty Program Live!"

πŸ€– 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

  1. Client posts a job (e.g., "Generate 5 social media posts for my shop")
  2. Robot accepts the job
  3. Escrow locks the payment (MYZ or XMR)
  4. Robot completes the job
  5. 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
Enter fullscreen mode Exit fullscreen mode

Top comments (0)