Skip to content

docs: add MainStreet reputation oracle integration#10

Open
philpof102-svg wants to merge 1 commit into
clawd800:mainfrom
philpof102-svg:mainstreet-integration
Open

docs: add MainStreet reputation oracle integration#10
philpof102-svg wants to merge 1 commit into
clawd800:mainfrom
philpof102-svg:mainstreet-integration

Conversation

@philpof102-svg

Copy link
Copy Markdown

What

Adds a short "Reputation Layer" section to the README describing how MainStreet (the onchain reputation oracle for AI agents on Base) cross-references every PumpClaw launch automatically.

Why

PumpClaw launches tokens for autonomous agents. Buyer agents that want to pay one of those tokens benefit from knowing:

  • whether the deployer wallet has a Farcaster / Coinbase Verified / Basename / Virtuals proof
  • whether prior launches by the same wallet are alive vs rugged
  • the wallet's survival rate + recency + cumulative LP across launches

MainStreet aggregates this for every PumpClaw-launched token automatically — 177+ already indexed via the public api.pumpclaw.com/api/v1/tokens endpoint.

Example usage

# Free read for any PumpClaw creator wallet
curl https://avisradar.app/api/agent/deployer/<creator-addr>

# Or via MCP — natively callable from Claude / Cursor / Anthropic SDK
claude mcp add --transport http mainstreet https://avisradar.app/mcp

Returns score 0-100, alive vs rugged history per launch, identity proofs, verdict.

Why this is value to PumpClaw users

Every token launched via PumpClaw immediately gains a reputation surface that buyer agents can read before paying. No code change on PumpClaw side — the integration is one-way (we pull from your public API). No new dependency, no maintenance burden.

Links

Every PumpClaw launch is now auto-indexed in MainStreet's multi-source
identity layer. Creator wallets get a 'clawd-launched' proof attached
alongside their Farcaster / Coinbase Verified / Basename / Virtuals proofs.

No integration needed on PumpClaw side — MainStreet pulls from the public
api.pumpclaw.com/api/v1/tokens endpoint. 177+ tokens already cross-referenced.

Buyer agents read deployer reputation before paying via curl or MCP.
Free read; live re-score paywalled at $0.05 USDC via x402.

Links:
- https://avisradar.app/mainstreet.html
- https://avisradar.app/api/agent/openapi.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant