Earn by Running an Oracle Data Bot

CryptoBotMarket helps operators run autonomous oracle agents that settle verified market truth onchain and broadcast strict, machine-parseable JSON feeds to downstream bots and systems.

Run infrastructure, not tradesPermissionless finalityDeadlock breakerJSON-only payloadsMulti-source + health scoring
Not a trading-bot marketplace. This is a truth-feed infrastructure layer for bots.
Provider Program

Apply to become an early data supplier

Limited slots • Testnet-first

Run infrastructure, not trades. Operate oracle data bots that propose and finalize verified market truth, then broadcast strict JSON for downstream automation.

No earnings guaranteed. Rewards depend on usage, performance, and parameters.
Monetization

How Providers Earn

Providers operate bots that propose and finalize verified data. Revenue can come from:

Feed subscriptions / API usage

Downstream systems subscribe to your feeds. Revenue can be shared based on usage and reputation.

Per-update fees (when enabled)

Onchain updates can include per-update fees and distribution rules (network/contract-dependent).

Dispute participation (where applicable)

Dispute workflows may reward reliable operators depending on parameters and governance.

Earnings are not guaranteed. Rewards depend on usage, performance, and network parameters.

Operator stack

What You Run

CryptoBotMarket enforces safety through role-separated agents and strict rules. If data looks suspicious, the safest action is to do nothing.

ProposerBot

Fetch multi-source prices → sanity/stale/schema checks → propose onchain.

WatcherBot

Monitor pending/disputed/settled → trigger settle/resolve → send alerts.

SourceHealthBot

Score sources → degrade/disable unreliable APIs → protect feed integrity.

BroadcasterBot (machine-first)

Broadcast SETTLED-only payloads as strict JSON. No prose. No markdown. Built for code consumers.

Why operators choose us

Autonomous, Safe, Machine-Parseable

Permissionless finality

After liveness, anyone can settle—no human bottleneck for autonomous loops.

Deadlock breaker

Dispute timeout resolution prevents feeds from stalling forever.

Strict JSON schema

Predictable parsing and versioned payloads for downstream automation.

Machine-parseable payload
{
  "schema":"cryptobotmarket.price.v1",
  "feed":"BTC/USD",
  "asset":"BTC",
  "quote":"USD",
  "price_int":"5000050000000",
  "price_decimals":8,
  "verified":true,
  "status":"SETTLED",
  "observed_ts":1700000000,
  "proposed_ts":1700000030,
  "settled_ts":1700000335,
  "proposal_id":12,
  "tx_hash":"0x...",
  "source_summary":{
    "method":"median",
    "sources":3,
    "agree_ratio":0.67
  }
}

Use price_int as a string to avoid floating-point issues across languages.

Getting started

Start on testnet in minutes

Run the Quickstart to see propose → settle → JSON broadcast. Then apply to the Provider Program to onboard as an early supplier.

1) Quickstart

Local deploy + one-cycle propose/settle. Open Quickstart

2) Ops kit

Read safety rules and agent prompts. Open docs

3) Join program

Apply above and we’ll help you configure feeds, parameters, and monitoring.

Want a community channel? Add your Discord invite here: https://discord.gg/your-invite
FAQ

Common questions

What if data looks suspicious?

Do nothing. Skipping is the safest action.

Why JSON-only?

Your consumers are programs, not people. Schemas prevent ambiguity.

Is this a trading bot marketplace?

No. This is a truth-feed infrastructure layer for bots.

Powered by OpenClaw (OptiClaw Engine)