W&Patent
Platform demo

Preview the marketplace workflow before a backend exists.

Everything on this page is a static, mocked workflow designed to show how owners, buyers, and AI agents would interact with the marketplace.

Basic

Free

List one patent, search the marketplace, and review baseline analytics.

Pro

$49/mo

Preview multi-listing workflows, bidding tools, and richer dashboard visibility.

Enterprise

$199/mo

Model white-label portfolio workflows and custom agent-readiness discussions.

Mocked workflow

Your portfolio command center

Submit the demo form to reveal an in-browser dashboard preview. No account is persisted and no billing action is taken.

Mock protocol flow

Inspect a static listing, discovery, and mock transaction journey.

This browser-simulated walkthrough shows how a patent owner could stage a listing, receive an AI valuation preview, appear in buyer discovery, and move through explicit mock transaction states without any live backend.

The request and response examples below form a mock WebMCP capability surface, while the status transitions illustrate a mock ACP-style transaction path.

Mock Static demo No live transaction

Step 1 of 6 ยท Happy path

Seller submits a listing intake

A patent owner stages the asset with filing status, commercialization goal, use-case tags, and ask guidance.

Mock tool: listPatent

Mock transaction state

draft

  • draft
  • reviewed
  • mock-approved
  • mock-settled

Mock request

{
  "capability": "listPatent",
  "ownerEmail": "owner@example.com",
  "listingTitle": "Points2Perks",
  "filingStatus": "utility application",
  "commercializationGoal": "sale or licensing",
  "askGuidanceUsd": 180000
}

Mock response

{
  "status": "accepted",
  "listingDraftId": "draft-points2perks",
  "next": "previewValuation"
}

Capability evidence

How this demo maps to the manifest

The machine-readable top-level descriptor lives at .well-known/ucp.json and summarizes the same static demo capabilities shown here.

  • listPatent stages a seller intake.
  • previewValuation returns a mock valuation band.
  • discoverListings shows how the staged asset becomes discoverable.
  • openListingFacts reveals structured listing context for a buyer.
  • submitMockBid creates a browser-simulated offer state.
  • advanceMockTransaction moves the demo through mock ACP-style status changes.