$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

2. Buyer Purchases the Service (Escrow Initiation)

When a buyer (client) decides to purchase the service:

  • The buyer clicks “Buy” (or “Purchase Token”) on the listing. If not already connected, they connect their Solana wallet (or use the CRE8 Wallet if they have an account) to initiate the transaction.

  • The CRE8 smart contracts kick in: the buyer will send the payment amount to the escrow contract. This is an on-chain transaction that transfers (for example) 100 USDC from the buyer’s wallet into the escrow’s custody.

  • Simultaneously, the service token/NFT is moved into escrow or into the buyer’s possession with a lock. There are a couple of design options:

    • Option A: The NFT representing the service is transferred to the buyer’s wallet, but with a programmatic restriction that it cannot be transferred further until completion (e.g., the contract may only allow transfer back to seller upon completion or burn).

    • Option B: The NFT is held by the escrow program (so the buyer doesn’t receive it immediately). In this model, the buyer might receive a receipt or the NFT is simply represented in the UI but is technically in escrow.

  • The result at this stage: Funds are locked in escrow, and the seller is notified that their service token has been bought. The clock may start on the delivery timeline.

Previous1. Service Listing & TokenizationNext3. Service Delivery Off-Chain

Last updated 3 days ago