Basic
Free
List one patent, search the marketplace, and review baseline analytics.
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
Submit the demo form to reveal an in-browser dashboard preview. No account is persisted and no billing action is taken.
Preview grid and list views, listing quality cues, and valuation summaries.
See how incoming offers and counter states would be summarized.
Views, inquiry volume, and listing-quality indicators in one place.
Mock protocol flow
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.
Step 1 of 6 ยท Happy path
A patent owner stages the asset with filing status, commercialization goal, use-case tags, and ask guidance.
Mock tool: listPatent
Mock transaction state
draft
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
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.