Skip to main content

Trust Commerce

What if you could turn every satisfied customer into a paid, reputation-verified salesperson — and settle the commission in under a second?


The Job

When someone discovers a product that genuinely helped them, help them recommend it to people they know — so the buyer gets a trusted recommendation, the coach-seller earns a commission, and the product gains a customer through the highest-converting channel that exists.

Trigger EventCurrent FailureDesired Progress
Friend asks "what tool do you use for X?"No incentive, no tracking, no reputation — value leaksInstant referral link, sub-second commission settlement, reputation receipt on-chain
Business needs more customersSpends $5-15 CPC on strangers via ad platformsPays micropayment commission only on actual conversion through trusted networks
Buyer researches a purchaseOverwhelmed by fake reviews and biased adsSees verifiable reputation of the person recommending, backed by on-chain history

The Thesis

Advertising spends billions guessing who to target. A friend already knows.

A great teacher explains a complex subject in simple terms. A great coach makes the meaning important to you. That's the difference between advertising and selling. The coach already knows your Zone of Proximal Development — where you are and where you could be. They're not inferring your ICP profile from behavioral data. They had coffee with you yesterday.

AdvertisingCoach-Selling
Algorithm guesses your gapFriend knows your gap
"People like you bought this""I know this would help you because..."
Platform owns the relationshipThe coach owns the relationship
Conversion = persuasionConversion = progress
Reputation is platform-lockedReputation is portable and on-chain
2-3% conversion on cold traffic15-30%+ on warm referral
Commission settles in 30-90 daysCommission settles in under a second
$5-15 CPC regardless of outcomeMicropayment only on actual conversion

The ZPD dynamic is the key: everyone is coach and student. Context determines which. The buyer today becomes the seller tomorrow. They used the product, it worked, now they recommend it to someone in their network who has the same gap. The trust graph grows because every satisfied customer is a potential coach for the next one.

This is not affiliate marketing. Affiliate marketing pays for clicks. Trust commerce pays for outcomes, and the reputation receipt makes every transaction an investment in future credibility.


Priority Score

PRIORITY = Pain x Demand x Edge x Trend x Conversion

DimensionScore (1-5)Evidence
Pain — What's broken?3Global digital ad market ~$700B/yr, estimated 30-50% waste on mismatched targeting. Word-of-mouth converts 5-10x better but lacks scalable infrastructure. Quantifiable market pain but not acute for us today.
Demand — What is needed?2Internal vision. Coach archetype, trust principles, affiliate specs, incentive engineering docs exist as foundation. No external conversations or demand signals yet.
Edge — What is everyone missing?4Novel integration: coach-as-seller philosophy (ZPD-based selling) + Sui object model (recommendation as living, history-accumulating object) + existing trust/tokenomics/affiliate/reputation infrastructure across 11+ KB pages. Competitors would need 6+ months to replicate the philosophical + technical integration.
Trend — Where is this heading?5Structural shift: Web3 social commerce, on-chain reputation, creator economy direct monetization, Sui ecosystem growth, AI agents + crypto feedback loops. Market 2x+ in 3 years.
Conversion — Who needs convincing?1No revenue model defined. Protocol fees? Token? SaaS layer for businesses? Not specified. Cannot invoice this month.
Composite1203 x 2 x 4 x 5 x 1 = 120 (Promising — needs demand validation and revenue model)

Demand-Side Jobs

Job 1: Turn Satisfied Customers into Revenue-Generating Coaches

Situation: Customer genuinely loves a product. Friend asks "what do you use for X?"

ElementDetail
Struggling momentNo easy way to recommend AND get rewarded. Informal word-of-mouth leaks value.
Current workaroundShare a link, maybe an affiliate code with 30-90 day payout and no reputation benefit
What progress looks likeEvery recommendation generates: instant micropayment commission + on-chain reputation receipt that compounds future credibility
Hidden objection"I don't want to feel like I'm selling to my friends" — the coach frame solves this: you're helping them make progress, not pushing product
Switch triggerWhen a platform-locked affiliate program fails to pay, changes terms, or provides no reputation portability

Features that serve this job:

  • Referral link generation with embedded coach identity
  • Sub-second commission settlement on Sui
  • Reputation receipt minted as Sui object after successful purchase
  • Coach dashboard showing earnings, reputation score, recommendation history

Job 2: Validate Purchase Decisions Through Verifiable Social Proof

Situation: Considering a purchase, overwhelmed by options, don't trust marketing.

ElementDetail
Struggling moment"Reviews could be fake, ads are biased, who do I actually trust?"
Current workaroundAsk friends informally, read Amazon reviews, hope for the best
What progress looks likeSee verifiable on-chain reputation of the person recommending — their history of good recommendations, satisfaction rates, domain expertise
Hidden objection"What if even my friend is just trying to earn a commission?" — on-chain reputation makes the track record transparent
Switch triggerGetting burned by a purchase based on fake reviews or biased influencer content

Features that serve this job:

  • Public reputation profile showing recommendation history and satisfaction outcomes
  • Domain-specific credibility scores (e.g., trusted for construction tools, not for skincare)
  • Buyer satisfaction feedback that updates coach reputation
  • Reputation decay for inactive or low-quality recommenders

Job 3: Build Portable Sales Reputation Across Products and Networks

Situation: Good at recommending products but reputation is locked in platforms.

ElementDetail
Struggling momentStarts recommending on a new platform — reputation doesn't transfer. Amazon stars don't help on LinkedIn.
Current workaroundBuild reputation from scratch each time. Lose everything when platform changes TOS.
What progress looks likeOn-chain reputation object follows you across products, platforms, and networks. Verifiable by anyone.
Hidden objection"What if my bad recommendations are permanent?" — reputation should be recoverable through consistently good future recommendations
Switch triggerLosing built-up reputation when a platform shuts down, changes rules, or deplatforms

Features that serve this job:

  • Sui identity object with composable reputation modules
  • Cross-product reputation aggregation
  • Reputation recovery mechanics (recent performance weighted higher)
  • zkLogin onboarding — no wallet required to start recommending

Why Sui

The chain matters. Sui's architecture maps directly to the trust commerce data model.

RequirementWhy SuiAlternative Limitation
Recommendation as objectSui's object-centric model — each recommendation is an owned object with history, not a row in a ledgerEVM chains use account-based model — reputation is a mapping, not a composable object
Sub-second settlement~400ms finality — commission settles before the buyer closes the tabEthereum L1: 12s blocks. Bitcoin: 10min. Even L2s add bridge latency
Micropayment economicsGas costs measured in fractions of a cent — $0.01 commission is viableETH gas makes sub-$5 transactions uneconomical
Mainstream onboardingzkLogin: sign in with Google, no wallet installOther chains require wallet download + seed phrase management
Sponsored transactionsBusiness can cover gas costs — buyer/coach never sees cryptoMost chains expose the user to gas mechanics
SafetyMove language: resources can't be accidentally destroyed, compile-time ownership checksSolidity: runtime errors, reentrancy risks, lost funds

The Sui Wallet Safety PRD provides the safety patterns. The Sui platform docs describe the five primitives this builds on: Data Sovereignty, Truth, Identity, Trust, Data Verticals.


Architecture: The Trust Graph

COACH (recommender)                    BUYER
│ │
├─ Creates recommendation ────────┤
│ (Sui object: product, │
│ context, coach identity) │
│ │
│ Buyer purchases ──→ Smart contract executes:
│ 1. Product payment to merchant
│ 2. Commission to coach (instant)
│ 3. Reputation receipt minted
│ │
│ Buyer rates experience
│ │
├─ Reputation updated ←───────────┤
│ (satisfaction score, │
│ domain credibility, │
│ recommendation count) │
│ │
└─ Coach credibility compounds Buyer becomes potential coach
across all recommendations for their own network

Core Entities (Sui Objects)

EntityOwnerContainsComposable With
Coach ProfileThe recommenderReputation score, domain expertise, recommendation historyIdentity module from Sui Wallet PRD
RecommendationShared (coach + product)Product reference, context ("why this helps you"), coach identityAny product/service listing
Purchase ReceiptThe buyerProduct, price, coach who recommended, satisfaction ratingLoyalty module from Sui Wallet PRD
Reputation DeltaThe coach+/- credibility based on buyer satisfactionCoach Profile (auto-updates)

Bootstrap Bridge from SPO

Trust Commerce takes the qualification outcomes, satisfaction data, and relationship proof that Sales Process Optimisation generates — and makes them verifiable, portable, and economically incentivized on Sui.

Without SPO operating and generating real outcomes, Trust Commerce has nothing to put on-chain. Objects need data to contain.

The Data Flow

SPO Qualification Proof                     Trust Commerce
───────────────────── ──────────────
4-layer ICP score + evidence trail → Basis for on-chain reputation
Satisfaction outcomes (buy? happy?) → Reputation Delta objects
Relationship data (who → whom) → Trust graph seed data

The Bootstrap Strategy

SPO's first paying clients become the first trust commerce network nodes:

SPO ClientTrust Commerce Seed
HRV (Sneakers Media)Satisfied customers become first coaches. They had the ventilation installed. They know which friends are homeowners with moisture problems.
Kitchen StudioCompleted renovations become social proof. The homeowner shows their new kitchen to visitors. "Who did this?" → referral link → commission → reputation receipt.
Construction/solar EPCBuilders who use the RFP tool successfully recommend it to peers. Professional trust network with verifiable project history.

The warm referral leads from Trust Commerce flow back into the Sales Dev Agent pipeline, pre-qualified by the trust graph. Cold outreach becomes unnecessary for the portion of pipeline that comes through the trust network.


Success Criteria

CriteriaMetricTargetHow to Measure
Referral conversion rate% of recommendations that result in purchase>15% (vs 2-3% for cold ads)On-chain purchase receipts / total recommendations
Commission settlement speedTime from purchase to coach payout<1 secondSui transaction finality timestamps
Reputation accuracy% of high-reputation coaches whose recommendations satisfy buyers>80% satisfaction rate for coaches with score >70Buyer feedback on purchase receipts
Network growthNew coaches joining per month (satisfied buyers who start recommending)>20% of buyers become coaches within 90 daysCoach Profile creation rate vs Purchase Receipt count
Cost efficiency vs adsCost per acquisition through trust network vs paid channels>50% reduction in CACCommission paid / customers acquired vs ad spend / customers acquired

Commissioning

ComponentStatusEvidence
Trust commerce thesisSpec completeThis PRD + trust/coach/incentive KB
Sui object model designNot startedNeeds: Coach Profile, Recommendation, Receipt, Reputation Delta objects in Move
Smart contract (commission settlement)Not startedNeeds: atomic swap — payment splits to merchant + coach
zkLogin integrationNot startedDepends on Sui Wallet PRD patterns
Coach dashboard UINot startedDepends on Identity & Access PRD
Reputation scoring algorithmNot startedNeeds: decay function, domain weighting, satisfaction integration
Buyer feedback loopNot startedNeeds: post-purchase satisfaction rating that updates reputation

Composition

This PRD composes from existing capabilities:

DependencyWhat It ProvidesStatus
Sui Wallet SafetyzkLogin, safety patterns, Move modules (Identity, Loyalty)L1
Sales CRM & RFPPipeline tracking, lead attributionL2
Agent PlatformAgent identity, comms dispatch (for AI coach-agents)L1
Sales Process OptimisationICP validation, qualification scoringL0
Incentive EngineeringToken design principles, incentive alignmentKB
Affiliate SpecPartner recruitment, commission tracking, fraud preventionSpec

New code required: ~40%. Sui Move contracts (recommendation objects, reputation scoring, commission settlement), trust graph queries, coach dashboard.


Risk + Kill Signal

RiskLikelihoodImpactMitigation
Commission incentive corrupts authentic recommendationsHHReputation scoring penalizes low-satisfaction referrals. Transparency is the antibody — all recommendations are on-chain.
Sybil attacks (fake coaches farming reputation)MHRequire verified identity (zkLogin), minimum purchase history before earning coach status, network analysis for anomalous patterns
Network bootstrap problem (no coaches = no buyers = no coaches)HHBootstrap through SPO's clients (see Bootstrap Bridge): HRV satisfied customers → first coaches, Kitchen Studio renovations → social proof, construction/solar peers → professional trust network.
Regulatory risk (referral fees as securities/money transmission)MMStructure as payment processing, not investment. Consult legal before launch. Commission is for service (recommendation), not equity.
Sui ecosystem riskLHArchitecture allows chain migration — core logic is in the trust graph model, not chain-specific. Move contracts are the implementation, not the thesis.

Kill signal: First 100 coach-sellers produce fewer than 15 purchases AND buyer satisfaction on recommended purchases is below 60% — meaning the trust premium doesn't exist in practice.


Revenue Model (TBD — Conversion Score = 1)

This is the weakest dimension. Possible models to validate:

ModelHow It WorksWho PaysRiskPhase
SaaS layerBusinesses pay monthly for coach management dashboard, reputation analytics, referral link tools. Sui settlement is free; the tooling costs.Merchants ($50-200/mo per active product)Requires merchant adoptionStart here
Per-commission feeSmall % of each commission settlement (like Stripe's 2.9% but for trust commerce)Coach (deducted from commission)Reduces coach incentive. Needs volume.Phase 2
Protocol fee1-3% of commission goes to protocol treasuryNetwork (shared)Requires governance structurePhase 3
Reputation-as-a-serviceBusinesses pay to access trust graph data for targetingMerchantsPrivacy concernsPhase 3
Token modelGovernance/utility token for the trust networkNetwork participantsRegulatory complexity (especially NZ). Only if community governance genuinely adds value.Maybe never

Recommended sequence: Start with SaaS layer (businesses pay per active coach or per commission processed). This proves merchant willingness to pay. Add per-commission fee when volume justifies it. Token only if community governance model genuinely adds value — most successful crypto products use hybrid (free protocol + paid SaaS + optional token).

Action needed: Validate which model before building. Run 5 conversations with potential merchants and 5 with potential coach-sellers.


Build Sequence

PhaseWhatValidatesDepends OnSui Layer
0. Demand validation10 conversations: 5 merchants + 5 potential coach-sellersIs there pull? Will merchants participate? Will people recommend for micropayments?Nothing — do this first
1. Paper prototypeMock the flow: recommend → purchase → commission → reputation updateUX clarity, does the coach frame feel natural?Phase 0 positive signal
2. Sui Move contractsCoach Profile, Recommendation, Receipt, Reputation Delta objectsTechnical feasibility, gas costs, settlement speedSui Wallet PRD patterns (L1)Today's mainnet
3. MVPSingle product, single vertical (HRV satisfied customers as first coaches via SPO bootstrap), 20 coach-sellers. SaaS revenue model tested.Conversion rate vs cold outreach, reputation accuracy, merchant willingness to payPhases 1-2 + SPO generating real outcomesToday's mainnet
4. Network effectsBuyer-to-coach conversion, cross-product reputation aggregationDoes the flywheel spin?Phase 3 positive metricsToday's mainnet
5. Privacy layerSelective disclosure — aggregate reputation proofs without individual transaction exposureTrust at scale without surveillanceSui 2026 privacy upgrade2026 upgrade required

What's Buildable Now vs 2026

CapabilityToday's Sui MainnetRequires 2026 Privacy Upgrade
Coach Profile objectsYes — owned objects with history
Recommendation objects (shared)Yes — shared objects with PTBs
Sub-second commission settlementYes — ~400ms finality
zkLogin onboardingYes — Google/Apple sign-in
Sponsored transactionsYes — business covers gas
Purchase receipts + satisfactionYes — standard object operations
Aggregate reputation proofsNo — individual transactions visibleYes — selective disclosure
Private recommendation contextNo — context is on-chainYes — encrypted fields
Anonymous coach identityNo — coach identity visibleYes — zero-knowledge proofs

The MVP works entirely on today's Sui mainnet. Privacy-dependent features (aggregate reputation without individual exposure, anonymous coaching) are gated on the 2026 upgrade. Build for what exists, design for what's coming.


Relationship to Other PRDs

HORIZON 1: PROVE IT WORKS (Now → 90 days)
Sales Dev Agent — generates outreach data + first customers
│ feeds into

HORIZON 2: ORCHESTRATE THE TEAM (90 days → 6 months)
Sales Process Optimisation — qualification proof + satisfaction data
│ generates the data for

HORIZON 3: MAKE IT A PROTOCOL (6 months → 18 months) ← THIS PRD
Trust Commerce — on-chain reputation + micropayment settlement

What this PRD receives from SPO:

  1. Qualification proof — structured evidence from SPO's 4-layer ICP model becomes the basis for on-chain reputation
  2. Satisfaction outcomes — did the qualified lead buy? Were they satisfied? This is the Reputation Delta input
  3. Relationship data — who recommended whom, through what channel, with what result. Trust graph seed data.

What this PRD returns to H1:

Warm referral leads flow back into the Sales Dev Agent pipeline, pre-qualified by the trust graph. The trust premium reduces CAC for the portion of pipeline coming through the network.


The Vision

The goodwill principle says: "The quality of people who gather around you is the scoreboard. Not your net worth — your network worth."

Trust commerce makes network worth measurable and portable. Every recommendation is an investment. Every satisfied buyer is compound interest. The trust graph doesn't just record transactions — it records integrity.

The mycelium metaphor is literal here. Underground trust connections surface value wherever conditions are right. The coach who just crossed your gap IS the best salesperson — not because they're skilled at persuasion, but because they understand your Zone of Proximal Development and genuinely want you to make progress.

Verifiable truth replaces the need for trust with proof. But in trust commerce, the proof IS the trust — accumulated, on-chain, and compounding.


Context