Trustless Work
English
English
  • Welcome
    • Why Escrows Matter
    • Who Should Use This
    • Links
  • βš’οΈCore Concepts
    • Smart Escrow Design
      • What does a Smart Escrow "look like"?
    • Roles in Trustless Work
    • Escrow Lifecycle
      • Initiation Phase
      • Funding Phase
      • Milestone Update phase
      • Approval phase
      • Release phase
      • Dispute Resolution
    • USDC: The Stablecoin Powering Trustless Work
    • Stellar & Soroban: The Backbone of Trustless Work
  • πŸ’»Developer Guide
    • πŸš€Developer Quickstart
    • Authentication
      • Request Api Key
    • Schema
    • Architecture
    • Types
      • Basic
      • Entities
      • Payloads
      • Responses
      • Errors
  • API Reference
    • Introduction
    • Single Release Escrow
      • Deploy
      • Fund Escrow
      • Approve Milestone
      • Change Milestone Status
      • Release Funds
      • Dispute Escrow
      • Resolve Dispute
      • Get Escrow
      • Update Escrow
      • Get Multiple Escrow Balance
    • Multi Release Escrow
      • Deploy
      • Fund Escrow
      • Approve Milestone
      • Change Milestone Status
      • Release Milestone Funds
      • Dispute Milestone
      • Resolve Milestone Dispute
      • Update Escrow
      • Get Escrow
      • Get Multiple Escrow Balance
    • Helpers
      • Set Trustline
      • Send Transaction
      • Get Multiple Escrow Balance
    • πŸš€Smart Escrow API
  • πŸ“šReact Library
    • Getting Started
    • useSendTransaction
    • useGetEscrow
    • useGetMultipleEscrowBalances
    • useInitializeEscrow
    • useUpdateEscrow
    • useFundEscrow
    • useApproveMilestone
    • useChangeMilestoneStatus
    • useReleaseFunds
    • useStartDispute
    • useResolveDispute
  • πŸ•Open Source Templates
    • πŸ€–dApp Overview
      • Step 1: Accessing the Trustless Work Dapp and Logging In
      • Step 2: Creating a Profile and Requesting an API Key
      • Step 3: Creating an Escrow
      • Step 4: Funding an Escrow
      • Step 5: Marking a Milestone as Done βœ…
      • Step 6: Approving the Milestone
      • Step 7: Releasing the Payment
      • Resolving Disputes
    • demo Overview
      • Getting Started
      • Configuration
      • Context API
      • Wallet Setup
      • Trustlines
      • Services
      • Helpers
      • Error Handling
      • Forms
        • Initialize Escrow
        • Fund Escrow
        • Get Escrow
        • Get Multiple Escrow Balances
        • Resolve Dispute
        • Change Milestone Status
        • Change Milestone Flag
        • Change Dispute Flag
        • Release Funds
        • Update Escrow
      • UI Components
        • Pages
        • Cards
        • Tabs
        • Utils
  • πŸ› οΈTools & Utilities
    • Stellar Wallets
      • Freighter Wallet
      • Albedo Wallet
      • xBull Wallet
      • Rabet Wallet
      • Lobstr Wallet
      • Hana Wallet
      • Additional Resources
      • Troubleshooting & FAQs
    • How to Get Testnet Tokens
  • 🌍Use Cases by Industry
    • Marketplaces & E-commerce
    • Grants, Bounties, and Hackathons
    • P2P Exchanges and OTC Desks
    • Security Deposits
    • Milestone-based Freelance & Contract Work
    • Crowdfunding & Pre-orders
    • DAO Treasury & Working Group Budgets
    • Education & Online Courses
    • Subscription + Performance-based Retainers
  • πŸ΄β€β˜ οΈCommunity & Contribution
    • 🌎Spotlight: Kindfi
    • πŸ›£οΈRoadmap: The Journey Ahead
    • Contributor's Guide
    • πŸ“‚Open-Source Templates & Developer Tools
  • πŸ“’Appendix & Archive
    • Contact and Support
    • Notion for Startups
    • Meru
    • βœ’οΈBackground & Theory
      • πŸ“˜Core Concepts & Escrow Glossary
      • πŸŽ’Historical Context
        • πŸ“œEscrow History:
          • πŸ—ΏAncient to Colonial Era
          • 🏦Banking Era (19th - 20th Century)
          • πŸ’»The Digital Era and Online Escrow
        • ⛓️Blockchain Era: Smart Escrows
Powered by GitBook
LogoLogo

Links

  • Website
On this page
  • Why Trustless Work?
  • 🧩 What Escrow Solves
  • βœ… What Trustless Escrow Enables
  • Next Steps

Was this helpful?

Export as PDF
  1. Welcome

Why Escrows Matter

PreviousWelcomeNextWho Should Use This

Last updated 9 days ago

Was this helpful?

Stablecoins move trillions. Stellar and Soroban give us the speed and cost efficiency. But real-world payments don’t run on speed alone β€” they run on trust.

Escrow is the missing layer between β€œI sent the money” and β€œI got what I paid for.”

Why Trustless Work?

  • Escrows are a great way to solve for trust.

    Escrows are neutral way to hold funds while specific conditions are met. Most people tend to think about Real Estate when I mention escrows, and they are right! we DO use escrows for Real Estate and high value transactions!

But Escrows are useful for so many things, for example, marketplaces like Upwork and Ebay use them:

Ebay and Upwork can afford to build their own escrow infrastructure. Well, sort of... Ebay actually uses Escrow.com, a huge legacy escrow company that takes between (3% - 8%) , Upwork, built Upwork Escrow inc. But thats not the reality of most businesses...

Platforms that could greatly benefit from the use of escrows don't use them because of the technical complexity and cost of building an escrow infrastructure.

  • Escrows with Fiat are next to impossible to build (Legacy escrows). Escrows are more commonly found on high value transactions, like Real Estate, Merge and Aquisitions, and cross border trade mainly because they are costly and sloe. Fiat requires bank accounts or a complex settlement system to achieve this functionality. I've met people who toook a year to build their escrow infrastrucute, A YEAR!

  • Blockchain obviously solves this, but complexity to built it is still high. Blockchain and web3 are the perfect solution for this, but we can't expect for every marketplace out there to have a Smart Contract engineer. Getting to experiment, test and scale with this technology is resource intensive and has a steep learning curve.

🧩 What Escrow Solves

  • ❌ Chargebacks and fraud in marketplaces

  • ❌ Late or withheld payments for freelancers

  • ❌ Unclear fund control in grants, bounties, or pre-orders

  • ❌ No dispute path in P2P or milestone deals


βœ… What Trustless Escrow Enables

  • πŸ’Έ Payments are only released when work is approved

  • πŸ” Funds are held in secure, neutral smart contracts

  • πŸ€– Approval flows can be signed off by users, platforms, or agents

  • 🌍 Works globally with USDC and Stellar’s fast settlement

Next Steps

  • Get Started: Quick Start Guide Begin integrating Trustless Work today.

  • Learn More: About Trustless Work Explore our mission, vision, and journey so far.

  • Contact Us: Support Need help? Reach out to our team for assistance.

Simple representation of a Real Estate Escrow.
Escrows on digital marketplaces.