$CRE8 is launching on May 22nd. Beware of fake launches.
CRE8 Finance
CRE8 Finance
  • Introduction
  • Getting Started
    • The $8+ Trillion Service Economy
    • Tokenized Gigs: Turning Services into SPL Tokens
  • Smart Contract Architecture
    • Token Minting and Management
    • Escrow and Service Contract Logic
  • Gig Flow: From Listing to Escrow to Settlement
    • 1. Service Listing & Tokenization
    • 2. Buyer Purchases the Service (Escrow Initiation)
    • 3. Service Delivery Off-Chain
    • 4. Verification & Escrow Settlement
    • 5. Ratings and Reputation
    • Summary of the Flow with an Example
  • Platform Features, Applications and User Tools
    • Web App and Mobile Apps
      • Integrated Chat and Communication
      • Reviews and Ratings System
      • User Dashboard and Analytics
      • Wallet Integration (Non-Custodial)
      • Notifications and Real-Time Updates
      • Additional Features
  • $CRE8 Token
    • Utility Overview
      • Medium of Exchange
      • Platform Fee Currency
      • Staking and Rewards
      • Governance
      • Incentives and Rewards
      • Collateral / DeFi Utility
  • Fee Discounts
  • Tokenomics and Distribution
  • Staking Mechanism
  • Governance Rights
  • Summary of $CRE8 Benefits
  • APIs & SDK
    • Integrating with CRE8
    • API Overview
    • SDKs for Different Environments
    • Detailed API Endpoints (Examples)
    • Example Use Cases for APIs/SDKs
    • API/SDK Security and Rate Limiting
    • Developer Portal and Documentation
  • Developer Section
    • Examples, Formulas, and Integration Flows
    • Creating a Tokenized Service (via SDK)
    • Calculating Fees and Discounts
    • Escrow Milestone Release Calculation
    • Integration Flow: Web App Using CRE8 APIs
    • Architectural Diagram
    • Querying On-Chain Data
    • Developer Tips
  • Other Products
    • CRE8 Wallet
      • Wallet Architecture and Key Management
      • Integrated Features
      • Security Measures
      • Interaction with the Platform
      • Supported Assets
      • Non-Custodial Philosophy
  • The CRE8 Card
    • Concept Overview
    • How it works
    • Integration with Platform
    • Compliance for Card
    • Timeline and Status
    • Potential Impact of CRE8 Card
  • Community & FAQ
    • Glossary
    • FAQ
    • Legal
    • Privacy Policy
    • CRE8 Socials
Powered by GitBook

@CRE8 Technologies LLC

On this page
  1. Gig Flow: From Listing to Escrow to Settlement

4. Verification & Escrow Settlement

After delivery, it’s time to settle the escrow:

  • The buyer reviews the delivered work. If the work meets the agreed-upon criteria, the buyer will signal acceptance (for instance, clicking “Mark as Completed”).

  • Once buyer confirms completion, the escrow smart contract will release the payment to the seller. The funds that were in escrow (minus any platform fees) are now transferred on-chain to the seller’s wallet instantly. The service token/NFT can be handled in a couple ways post-completion:

    • It might be burned by the contract as it has served its purpose (common for single-use service NFTs).

    • Alternatively, it could be transferred to the buyer as a “proof of service rendered” (almost like a receipt or a collectible proof that the service was done). This could be useful if the token doubles as a record or if the buyer might want to transfer the outcome to someone (for example, transferring the right to a delivered design to another account).

    • In some flows, the token might go back to the seller (though that is less useful unless it’s a reusable token, which usually it is not in a one-off gig scenario).

  • If the buyer is not satisfied, they can raise a dispute instead of confirming. In that case, the payment stays in escrow and the dispute resolution process is triggered (see Security & Compliance – Escrow Enforcement for details on how disputes might be handled).

  • In the rare case the buyer does nothing (neither confirms nor disputes within a certain time), CRE8’s escrow contract could have a timeout auto-release feature: after X days of delivery without response, it assumes completion and releases funds. This prevents buyers from maliciously withholding confirmation to trap funds.

If everything is confirmed, the escrow is closed successfully. The seller receives their payment quickly (thanks to Solana’s fast finality), typically in the same currency the buyer paid (or converted by an automated swap if the platform allows, for example, buyer paid in USDC but seller wants $CRE8).

Previous3. Service Delivery Off-ChainNext5. Ratings and Reputation

Last updated 3 days ago