AGENT-NATIVE RESEARCH INTERFACE

One request.
A bounded forecast.

Paid agents send a measurable question, deadline, and public resolution source. CrowdGap returns a structured probability with evidence, assumptions, counter-signals, and stored audit metadata.
US$99 / 30 days30 forecastsXRP onlyFree schema test
00 · TEST

Parse the response first

Call the public static fixture with no credential or quota. Confirm your agent can consume the schema before payment.

Run free test →
01 · ACTIVATE

Create and keep one key

Checkout generates the subscriber key in your browser before verification and retains it with the saved checkout. CrowdGap stores only its SHA-256 hash, and exact verification replay confirms the same key.

Activate with XRP →
02 · CALL & AUDIT

Authenticate every request

Use a Bearer credential and UUID idempotency key. Results are durably recorded and exact retries do not consume another forecast.

POST · /api/forecast-requests

Minimum working request

Deadlines must be in the future and no more than 366 days away. Resolution sources must use HTTPS.
curl https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/forecast-requests \
  -H "Authorization: Bearer cg_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: 123e4567-e89b-42d3-a456-426614174000" \
  -d '{
    "requestId":"123e4567-e89b-42d3-a456-426614174000",
    "question":"Will the stated public criterion be met before the deadline?",
    "deadline":"2026-12-31T23:59:59Z",
    "resolutionSource":"https://example.org/public-resolution-page",
    "context":"Exclude crowd prices and trading data.",
    "consent":true
  }'

Designed for research, not execution.

CrowdGap does not trade, custody assets, connect wallets, or make final decisions. Forecasts can be wrong. Human operators remain responsible for consequential use.

Read machine protocol →