Cost+20% Model

Transparent, Fair Pricing for All Members

Overview

Cost+20% is a foundational economic principle of Liana Banyan. All products and services on the platform are priced at their actual cost plus a fixed 20% margin. This ensures fair compensation for creators while keeping prices accessible.

The Formula

Final Price = Actual Cost × 1.20

Where Actual Cost includes:
- Materials
- Labor (at fair wage)
- Equipment depreciation
- Platform fees

Examples

Product Sale

Materials:        $50.00
Labor (2 hours):  $30.00
Equipment:        $5.00
Platform fee:     $2.00
─────────────────────────
Actual Cost:      $87.00
× 1.20
─────────────────────────
Final Price:      $104.40
Creator margin:   $17.40

Service

Labor (3 hours @ $25): $75.00
Materials:             $10.00
Travel:                $5.00
─────────────────────────────
Actual Cost:           $90.00
× 1.20
─────────────────────────────
Final Price:           $108.00
Provider margin:       $18.00

Why 20%?

MarginProblem
0-10%Unsustainable for creators
11-19%Inconsistent, arbitrary
20%Fair, memorable, sustainable
21-50%Starts to feel extractive
50%+Traditional retail markup

The Definition of a Bargain

A bargain is when both sides think it’s a good deal.

The 20% margin works because it’s the same number on both sides of every transaction:

  • For Sellers: 20% margin is a fair return on your work — enough to sustain and grow, not so much that you’re gouging.
  • For Buyers: 20% above cost is a reasonable markup — you know you’re not being exploited, and you’re supporting someone directly.

This symmetry is intentional. When the creator earns 20% and the buyer pays 20% above cost, both parties walk away satisfied. Neither feels taken advantage of.

The Intangible Benefits

Beyond the numbers, Cost+20% unlocks value that traditional pricing can’t:

  • Customer loyalty — Buyers return because they trust the pricing
  • Creator loyalty — Sellers stay because they’re treated fairly
  • Community — Both sides are members of the same cooperative
  • Transparency — No hidden fees, no surprise markups, no games

When you buy at Cost+20%, you’re not just getting a product — you’re getting the opportunity to be a loyal customer to someone who will be loyal to you. That’s worth more than any discount.

Structural Bylaw Status

Cost+20% is enshrined as a Structural Bylaw, meaning:

  • It cannot be changed by normal vote
  • Requires Founder approval to modify
  • Applies platform-wide, no exceptions

Home Business Extension

Members running home businesses through Liana Banyan can use the Cost+20% model with additional provisions:

Equipment Depreciation

Initial cost recovery: 50% in Year 1
Depreciation:          25% Years 2-3
                       10% Years 4+
Upgrade pathway:       Trade-in + depreciation

Utilities Allocation

If business use > 10% of space:
- Pro-rata utility allocation
- Documented usage required

Calculator Function

function calculateCostPlusTwenty(costs: {
  materials: number;
  labor: number;
  equipment: number;
  platformFee: number;
}): {
  actualCost: number;
  finalPrice: number;
  creatorMargin: number;
} {
  const actualCost = 
    costs.materials + 
    costs.labor + 
    costs.equipment + 
    costs.platformFee;
  
  const finalPrice = actualCost * 1.20;
  const creatorMargin = finalPrice - actualCost;
  
  return { actualCost, finalPrice, creatorMargin };
}

Enforcement

  • All marketplace listings must show cost breakdown
  • Harper Auditors can verify costs
  • Violations impact Trust Ladder score
  • HIVI (Deterministic Economics)
  • Marketplace
  • MimicTrunk (Trust)