← All docs

Payments

How money moves on the platform without the platform becoming a payment processor.

Core Principle

The platform does not hold, route, or process money. It verifies identities, facilitates contracts, and records that transactions happened. Money moves between verified parties through existing infrastructure.

Result: no money transmission license needed, no funds held in escrow, no regulatory burden of being a payment processor.

The Split Approach

Different transaction types use different rails based on what makes sense.

Small Transactions (Marketplace Purchases)

Use the cheapest country-specific rail available:

Country/RegionRailApproximate cost
IndiaUPIFree (person-to-person)
EUSEPAPennies per transfer
USACH$0.20-0.50 flat
OthersBest available local railVaries

For countries where only card processors (Stripe, Razorpay) are available, use them.

Buyers pay only what the payment rail charges — no platform fee. Sellers pay a small commission on completed sales.

Large Transactions (Contracts, Business Funding)

Direct bank transfer between parties. Zero processing fee.

How it works:

  1. Contract is signed on the platform between named, verified parties.
  2. Platform shows payment details (bank account of the receiving party).
  3. Sender transfers directly — via their own bank, UPI, wire, whatever they prefer.
  4. Receiving party confirms receipt on the platform.
  5. Platform records the transaction as complete.

The money never touches the platform. Same flow as property deals, freelancer payments, and large B2B transactions.

Cross-Border

TypeRecommended railCost
Small marketplace purchaseWise, or local equivalent0.5-1.5%
Large contractInternational wire or WiseUser chooses their own method

Cross-border contracts are direct transfers — the platform provides the contract and identity verification, the parties choose how to move the money.

What the Platform Charges

Transaction typeWho paysPlatform fee
Marketplace purchase (aggregated)NobodyNone — revenue comes from affiliate commissions
Marketplace sale (community sellers)SellerSmall commission on completed sales
Contract creation + signingBoth parties (split or initiator pays)Per-contract fee covering templates, signing infrastructure, storage, and reminders
Dispute resolutionParties involvedShared fee covering mediator coordination and process management
Collective purchasingNobodySmall coordination fee covers operations and generates revenue

Buyers never pay a platform fee. Sellers pay a small commission when a sale completes. Large contracts pay a facilitation fee covering legal infrastructure. Dispute resolution fees are shared by the parties involved. Collective purchasing coordination covers its own operational costs.

All fees follow the same rubric: calculate what it costs to build and maintain the component, then add a small margin on top. Specific percentages will be determined by research into actual operational costs — not set arbitrarily. Revenue also comes from affiliate commissions, sponsored slots, certification fees, talent pool access fees, and proportional fees from commercial instances using the identity layer.

Why this architecture

What About Disputes?

For marketplace purchases where money has already moved:

Implementation Phases

  1. MVP: No on-platform payments. Marketplace is listing + reviews only. Buyers contact sellers directly.
  2. Phase 2: Integrate country-specific rails for marketplace (UPI first for India). Direct bank transfer for large contracts (just recording, no processing).
  3. Phase 3: Cross-border marketplace payments via Wise API or equivalent. Expand rail integrations to more countries.

Open Questions