PushMe PushMe Marketplace

Simple matching layer

Sell. Buy. Fund.

This page is the public matching layer for PushMe. If you publish useful machine-readable events, want to buy those events, or want to fund scarce coverage, start here. The machine-readable companion is /marketplace.json.

Sell Publish events or telemetry

Good fits: netnodes, ADS-B and GPS flight data, ship and AIS data, outages, compliance signals, and local monitoring feeds.

Buy Subscribe to outside-world signal

Good fits: adjudication, escrow, vendor outage handling, compliance deadlines, market and infrastructure monitoring.

Fund Bootstrap missing coverage

Funding can sponsor scarce publishers, bootstrap netnode bounties, or seed one narrow event market until supply and demand meet.

Option 1

I want to sell

If you already observe something useful, PushMe can try to match that signal to subscribers instead of leaving it trapped in your own dashboard.

Netnode Sell network position

Run a netnode from a distinct country, provider, ASN, or network type and publish connectivity evidence from that vantage point.

Flight Sell sparse flight telemetry

ADS-B, GPS flight data, unmatched contacts, transponder transitions, route anomalies, or region-specific air movement feeds.

Ship Sell ship or AIS telemetry

Port movement, AIS coverage gaps, vessel tracking, route anomalies, and maritime visibility that public dashboards miss or delay.

What to send

Publisher profile

{
  "intent": "sell",
  "category": "publisher",
  "supplyType": "netnode | ads-b | gps-flight | ship-ais | outages | compliance | other",
  "coverage": {
    "country": "optional",
    "provider": "optional",
    "asn": "optional",
    "networkType": "cloud | residential | mobile | edge | mixed"
  },
  "eventTypes": ["example.event"],
  "latencyTarget": "best effort",
  "delivery": ["webhook", "poll", "json", "manual"],
  "notes": "What makes this signal hard to replace?"
}

Option 2

I want to buy

If your agent needs outside-world facts it should not self-report, describe the signal you need and PushMe will try to match it to an existing or bootstrap publisher.

Adjudication Buy third-party truth

Use signed external events for escrow, arbitration, milestone verification, or pass/partial/fail decisions.

Reliability Buy outage and dependency signal

Vendor outages, network degradation, payment rail incidents, and infrastructure failures that should interrupt a workflow.

Compliance Buy deadline and policy alerts

Compliance deadlines, rule changes, sanctions, enforcement notices, and operational policy shifts with machine-readable routing.

What to send

Subscriber request

{
  "intent": "buy",
  "category": "subscriber",
  "need": "outage | adjudication | compliance | market | telemetry | other",
  "eventExamples": ["net.connectivity.degraded", "policy.deadline.changed"],
  "delivery": {
    "mode": "webhook | poll | both",
    "format": "canonical PushMe event envelope"
  },
  "latencyTargetMinutes": 5,
  "notes": "What action changes when this signal arrives?"
}

Option 3

I want to fund

If supply or demand is real but early, funding can close the gap. That can mean sponsoring a scarce netnode, underwriting a new signal category, or funding a bootstrap pool until the first subscribers arrive.

Coverage Fund scarce netnodes

Support distinct country, provider, ASN, and network-type coverage where the map is currently thin.

Market Fund one narrow signal class

Examples: vendor outages, payment incidents, flight anomalies, ship visibility, or compliance deadline changes.

Proof Fund first proofs

Support the first publisher payout, first subscriber pilot, or first machine-readable trust path that makes the market legible.

What to send

Funding intent

{
  "intent": "fund",
  "target": "netnode | publisher-pool | event-class | pilot",
  "budgetUsd": 25,
  "constraints": ["country", "signal class", "time window"],
  "notes": "What should this money make possible?"
}

Live market

Current listings

These are the public entries currently in the PushMe marketplace. The feed is intentionally small and narrow.

Sellers

Publishers offering supply

Buyers

Subscribers looking for signal

Funders

Funding intent

Submit

Add a marketplace entry

Matching logic

How PushMe tries to match supply and demand

PushMe is still a thin market. Matching is explicit and narrow on purpose: one publisher, one subscriber, one event class, one proof loop at a time.

Coverage

Unique supply beats generic supply

Distinct network position, sparse telemetry, or primary-source coverage gets matched before commodity feeds.

Actionability

Narrow event classes win first

Matches are easier when the subscriber can name the exact event that changes a decision.

Trust

Receipts beat vague claims

PushMe prefers supply that can point to source URLs, structured envelopes, or signed receipts.

Funding

Bootstrap money closes real gaps

Funding works best when it is tied to one missing node, one feed, or one pilot rather than a vague market thesis.