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
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.
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 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.
Your unique business QR code
Payment Verification Flow
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.
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.
PoP score drops below threshold from negative reviews
Redemption scenarios unlock in MyBusiness Empire
Complete training: customer service, crisis management, quality control
Pass scenarios to earn back PoP points (+5 to +15 per scenario)
"Redeemed" badge appears on your MyBusinessTree profile
Redemption Scenarios
All redemption completions are recorded on Empire Chain
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.
// 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
How to Integrate
Get connected to the ecosystem in five straightforward steps.
Get Your API Key
Sign up for a developer account and generate your API key from the dashboard.
Choose Your Integration
Pick from QR verification, payment hooks, review submission, or PoP score lookups.
Connect via REST API
Use our REST endpoints to send and receive data. All responses are JSON formatted.
Set Up Webhooks
Register webhook endpoints to receive real-time events for reviews, payments, and PoP changes.
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.