Skip to content

Add WaveGuard and CryptoGuard to x402 ecosystem#1888

Open
gpartin wants to merge 3 commits intox402-foundation:mainfrom
gpartin:add-waveguard-ecosystem
Open

Add WaveGuard and CryptoGuard to x402 ecosystem#1888
gpartin wants to merge 3 commits intox402-foundation:mainfrom
gpartin:add-waveguard-ecosystem

Conversation

@gpartin
Copy link
Copy Markdown

@gpartin gpartin commented Mar 31, 2026

WaveGuard + CryptoGuard

Two new Services/Endpoints partners using x402 with USDC on Base mainnet.


WaveGuard

Category: Services/Endpoints
Website: https://gpartin--waveguard-api-fastapi-app.modal.run

Physics-based anomaly detection API for AI agents. Verifies ticker data, detects price manipulation, and flags data integrity issues — no training data or ML models required. Supports real-time time-series scanning and general anomaly detection.

  • Pricing: $0.001/scan via USDC on Base
  • Files added:
    • typescript/site/app/ecosystem/partners-data/waveguard/metadata.json
    • typescript/site/public/logos/waveguard.svg

CryptoGuard

Category: Services/Endpoints
Website: https://gpartin--cryptoguard-api-fastapi-app.modal.run

Deterministic crypto risk scanner powered by physics-based anomaly detection. Detected every major crypto crash in backtesting — 27 days early on average, 5× fewer false alarms than statistical baselines. Scan any token by name, ticker, or contract address for a PROCEED/CAUTION/BLOCK verdict.

  • Pricing: $0.05/scan via USDC on Base
  • Files added:
    • typescript/site/app/ecosystem/partners-data/cryptoguard/metadata.json
    • typescript/site/public/logos/cryptoguard.png

WaveGuard is a physics-based anomaly detection API for AI agents.
- Detects anomalies in ticker data, price feeds, and general datasets
- No training data or ML models required (uses wave-physics simulation)
- Supports real-time time-series scanning and general anomaly detection
- .001/scan via USDC on Base (x402 protocol)
- Also available via MCP (3 tools), REST API, and RapidAPI
- Live at: https://gpartin--waveguard-api-fastapi-app.modal.run
Copilot AI review requested due to automatic review settings March 31, 2026 22:12
@cb-heimdall
Copy link
Copy Markdown

cb-heimdall commented Mar 31, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

@gpartin is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds two new “Services/Endpoints” ecosystem partners (WaveGuard and CryptoGuard) to the Next.js ecosystem directory by introducing partner metadata entries and their corresponding logo assets.

Changes:

  • Added WaveGuard partner metadata and SVG logo under public/logos/.
  • Added CryptoGuard partner metadata and PNG logo under public/logos/.
  • Registered both partners to appear under the existing “Services/Endpoints” category via metadata.json.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.

File Description
typescript/site/public/logos/waveguard.svg Adds WaveGuard logo asset for ecosystem listing cards.
typescript/site/public/logos/cryptoguard.png Adds CryptoGuard logo asset for ecosystem listing cards.
typescript/site/app/ecosystem/partners-data/waveguard/metadata.json Adds WaveGuard partner entry (category, logo path, description, website URL).
typescript/site/app/ecosystem/partners-data/cryptoguard/metadata.json Adds CryptoGuard partner entry (category, logo path, description, website URL).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +4 to +6
"logoUrl": "/logos/cryptoguard.png",
"description": "Deterministic crypto risk scanner powered by physics-based anomaly detection. Detected every major crypto crash in backtesting — 27 days early on average, 5× fewer false alarms than statistical baselines. Scan any token by name, ticker, or contract address for a PROCEED/CAUTION/BLOCK verdict. $0.05/scan via USDC on Base.",
"websiteUrl": "https://gpartin--cryptoguard-api-fastapi-app.modal.run"
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description mentions that CryptoGuard provides PROCEED/CAUTION/BLOCK verdicts via 5 MCP tools and that a smithery.yaml is included, but there is no smithery.yaml (or other MCP manifest) added anywhere in this PR. Please either add the referenced manifest file(s) under this partner’s folder, or update the PR description/metadata to avoid claiming artifacts that aren’t present in the repo.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch — the smithery.yaml lives in the CryptoGuard service repo (https://github.com/gpartin/CryptoGuard/blob/main/smithery.yaml), not in the x402 ecosystem directory. The metadata.json here is only the listing entry; external tool manifests aren't part of the ecosystem partner data. I've updated the PR description to drop the smithery.yaml mention to avoid confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ecosystem Additions to ecosystem site website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants