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
    • Stellar Wallets
      • Freighter Wallet
      • Albedo Wallet
      • xBull Wallet
      • Rabet Wallet
      • Lobstr Wallet
      • Hana Wallet
      • Additional Resources
      • Troubleshooting & FAQs
    • How to Get Testnet Tokens
    • 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
  • πŸ•Templates & Components
    • πŸ€–Using the dApp
      • 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
    • Integration Demo Project
      • 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
  • 🌍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

Was this helpful?

Export as PDF
  1. Use Cases by Industry

Crowdfunding & Pre-orders

PreviousMilestone-based Freelance & Contract WorkNextDAO Treasury & Working Group Budgets

Last updated 2 months ago

Was this helpful?

Trustless Work Use Case: Crowdfunding

Overview: Crowdfunding platforms help innovators and creators raise funds directly from supporters. However, managing funds securely, transparently, and efficiently can be challenging, particularly with trust and accountability between backers and creators. Trustless Work simplifies this by providing an escrow infrastructure that guarantees transparency, safety, and efficient fund management.

How It Works:

  1. Initiation:

    • The crowdfunding platform sets up a new campaign with clearly defined milestones (e.g., prototype completion, product launch).

    • Each milestone has associated funds allocated through Trustless Work’s escrow contract.

  2. Funding:

    • Supporters deposit funds directly into the smart escrow contract. Funds are held securely on the blockchain, visible to everyone involved.

  3. Milestone Status Updates:

    • The project creator updates the status of each milestone upon completion. These updates are transparent and verifiable by supporters and platform administrators.

  4. Approval and Release:

    • Supporters or the designated approver review milestone completions.

    • Funds are released to the creator upon successful verification and approval of milestones.

  5. Dispute Resolution:

    • If disputes arise regarding milestone completion, a predefined dispute resolution mechanism activates, providing fair and transparent decision-making.

Benefits:

  • Trust and Transparency: Backers can confidently support projects knowing their funds are safe and released only upon verified completion.

  • Reduced Fraud: Eliminates the risk of misappropriation, as creators only receive funds upon meeting agreed milestones.

  • Efficiency and Automation: Streamlines fund management, reducing administrative overhead and costs.

Example Scenario: A startup raising funds to develop a new smart gadget sets up three milestones: design completion, prototype demonstration, and final product launch. Supporters contribute to an escrow contract. As each milestone is achieved and verified, Trustless Work automatically releases funds to the startup, providing transparency and assurance to all stakeholders involved.

🌍