Skip to content

v3.0.0 Crypto Tools, Fingerprinting, Compare

Latest

Choose a tag to compare

@gpartin gpartin released this 26 Feb 08:15
· 6 commits to main since this release

What's New in v3.0.0

New Endpoints

  • POST /v1/fingerprint Get a 52-dimensional physics embedding of any data
  • POST /v1/compare Structural similarity score between two data items

New MCP Tools (9 total, was 3)

  • \waveguard_fingerprint\ Physics embeddings
  • \waveguard_compare\ Structural similarity
  • \waveguard_token_risk\ Crypto token risk scoring
  • \waveguard_wallet_profile\ Wallet behavior profiling
  • \waveguard_volume_check\ Volume authenticity detection
  • \waveguard_price_manipulation\ Price manipulation detection

New MCP Prompts (6 total, was 3)

  • \ oken_risk_assessment\
  • \wallet_behavior_check\
  • \�olume_authenticity_check\

Client SDK

  • New \ ingerprint()\ and \compare()\ methods on \WaveGuard\ class
  • New \FingerprintResult\ and \CompareResult\ dataclasses

Pricing

  • x402 micropayments: .01 USDC per call on Base
  • Free tier: 10 calls/month (no key needed)
  • RapidAPI tiers still available

Infrastructure

  • Dockerfile added for Glama/Docker deployments
  • All legacy functionality preserved (9/9 tests pass)

Full Changelog: v2.1.0...v3.0.0