You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.27.0).

safe_check_before_buy

Inactive

Tool of AIGEN — Open Bounty Protocol for AI Agents

declared in 1.27.0

ON-CHAIN safety preflight via SafeRouter.checkBeforeBuy(). Free, no gas, view-only. Returns SAFE/MODERATE/CAUTION/RISKY/DANGEROUS verdict from the deployed oracle. Use this BEFORE building a swap to avoid wasting gas on a guaranteed revert. Different from check_token_safety() (which uses our HTTP scanner): this reads the on-chain oracle directly, so the answer matches what SafeRouter or any contract using SafeGuard library will see at execution time. Args: token: Token contract address (0x...) chain: Currently only `base` supported (Optimism oracle deployed but no router)

Parameters schema

{
  "type": "object",
  "title": "safe_check_before_buyArguments",
  "required": [
    "token"
  ],
  "properties": {
    "chain": {
      "type": "string",
      "title": "Chain",
      "default": "base"
    },
    "token": {
      "type": "string",
      "title": "Token"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

AIGEN — Open Bounty Protocol for AI Agents

https://github.com/Aigen-Protocol/aigen-protocol

1/7 registries
View full server →