Connected Ecosystem

One Ecosystem.
Unified Trust.

MyBusinessTree is part of the MyBasic LLC ecosystem — a connected network of platforms where reviews, payments, reputation, and blockchain verification work together seamlessly.

Every action across every platform is recorded on Empire Chain, creating the most transparent and fraud-resistant business trust system available.

The MyBasic LLC Ecosystem

Five products, one blockchain, one reputation. Here is how it all connects.

Empire Chain

Shared Blockchain Ledger

Immutable Trust Layer
connects to

MyBusinessTree

mybusinesstree.com

AI-powered business directory with blockchain-verified reviews and PoP scores.

MyBusiness Empire

mybusinessempire.com

Business simulation game. Businesses recover PoP by completing training scenarios.

QR Smart Links

qr.mybasicllc.com

QR code platform. Customers scan to verify visits and leave reviews with analytics.

MyBasic LLC

mybasicllc.com

Parent company providing web design, digital services, and ecosystem infrastructure.

QR Smart LinksMyBusinessTree
MyBusinessTreeMyBusiness Empire
MyBusiness EmpireMyBusinessTree

How Everything Connects

Each product feeds into the others, creating a self-reinforcing trust network that gets stronger with every interaction.

QR-to-Review Flow

QR codes at physical business locations trigger verified review flows when scanned by customers.

Stripe Payment Verification

Real Stripe transactions carry the highest trust weight (90%) for review verification.

Game Redemption Paths

Businesses complete training scenarios in MyBusiness Empire to recover lost PoP score.

Empire Chain Ledger

All actions across every platform are recorded on a single, unified blockchain.

Portable PoP Scores

PoP scores travel with you across the ecosystem. One identity, one reputation.

Shared Authentication

Clerk authentication shared across all platforms. Sign in once, access everything.

QR Smart Links

QR Code Integration

Place QR codes at your physical location. When customers scan, it triggers a verified visit and opens the review flow — all tracked with analytics.

Customer scans QR code at your business
Visit is recorded on Empire Chain with timestamp and location
Review prompt opens with QR-verified badge (80% trust weight)
Analytics dashboard shows scan counts, conversion rates, peak times
Multiple QR codes per location for different touchpoints

Your unique business QR code

Total Scans1,247
Reviews Generated342
Conversion Rate27.4%
Trust Weight80%

Payment Verification Flow

Transaction detectedStripe webhook received
Amount verified$47.50 confirmed
Chain recordedBlock #4521 minted
Trust weight applied90% verification weight
PoP updatedScore recalculated
Stripe Integration

Payment-Verified Reviews

Stripe-verified transactions carry the highest trust weight at 90%. When a customer pays through Stripe, the transaction is cryptographically linked to their review, making it virtually impossible to fake.

Automatic detection via Stripe webhooks
Transaction amount and merchant verified on-chain
Highest trust weight (90%) applied to associated reviews
Fraud detection via The Shield AI system
Supports one-time payments and subscriptions
MyBusiness Empire

Game-Powered Redemption

When a business receives negative reviews and their PoP score drops, they do not just lose reputation permanently. MyBusiness Empire offers a path back through interactive training scenarios that teach real business skills.

1

PoP score drops below threshold from negative reviews

2

Redemption scenarios unlock in MyBusiness Empire

3

Complete training: customer service, crisis management, quality control

4

Pass scenarios to earn back PoP points (+5 to +15 per scenario)

5

"Redeemed" badge appears on your MyBusinessTree profile

Redemption Scenarios

Customer Service ExcellenceMedium
+5 to +10 PoP
Crisis ManagementHard
+3 to +8 PoP
Quality Control SystemsMedium
+5 to +12 PoP
Communication MasteryEasy
+3 to +7 PoP
Recovery & RebuildingHard
+8 to +15 PoP

All redemption completions are recorded on Empire Chain

Developer API

API Integration

Connect your application to the MyBasic LLC ecosystem with our REST API. Real-time webhooks, JSON responses, and comprehensive documentation.

REST API

Standard REST endpoints for all platform interactions. JSON in, JSON out.

Webhook Support

Real-time event notifications for reviews, payments, PoP changes, and chain events.

Clerk Authentication

Shared authentication across all ecosystem platforms. SSO out of the box.

Stripe Processing

Unified payment processing across every product. Webhooks for transaction verification.

API Key Auth

Secure API key authentication with scoped permissions and rate limiting.

Real-Time Events

Subscribe to events across the ecosystem. Filter by type, platform, or entity.

api-example.ts
// Fetch a business PoP score
const response = await fetch(
  'https://api.mybusinesstree.com/v1/pop/score',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      businessId: 'biz_abc123',
    }),
  }
);

const data = await response.json();

// Response
{
  "businessId": "biz_abc123",
  "popScore": 87,
  "tier": "Excellent",
  "verifiedReviews": 142,
  "chainBlock": 4521,
  "lastUpdated": "2026-03-28T14:30:00Z"
}

Key Endpoints

GET/v1/business/:id/pop
POST/v1/reviews/submit
GET/v1/chain/block/:id
POST/v1/qr/generate
GET/v1/redemption/scenarios
POST/v1/webhooks/register

How to Integrate

Get connected to the ecosystem in five straightforward steps.

1

Get Your API Key

Sign up for a developer account and generate your API key from the dashboard.

2

Choose Your Integration

Pick from QR verification, payment hooks, review submission, or PoP score lookups.

3

Connect via REST API

Use our REST endpoints to send and receive data. All responses are JSON formatted.

4

Set Up Webhooks

Register webhook endpoints to receive real-time events for reviews, payments, and PoP changes.

5

Go Live

Test in sandbox mode, then switch to production. All activity is recorded on Empire Chain.

Ready to Connect?

Join the ecosystem and build on top of the most transparent business trust platform available.