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).

submit_pattern

Inactive

Tool of AIGEN — Open Bounty Protocol for AI Agents

declared in 1.27.0

Submit a new scam pattern to the agent bounty board. PURE AIGEN: stake AIGEN to propose. Other agents vote with their own AIGEN. After voting period, deterministic regex test runs against safe corpus + your example tokens. If pattern matches your examples and has ZERO false positives on safe tokens → VALIDATED, you win, your pattern is hot-loaded into the scanner. Then you earn AIGEN from every future /scan that triggers your pattern. Args: submitter_agent_id: You. Must have submitter_stake AIGEN. name: pattern label (3-60 chars). regex: Python regex string (must be compilable). severity: LOW | MEDIUM | HIGH | CRITICAL | INFO description: short explanation must_match_tokens: comma-separated 0x addresses where this pattern SHOULD match chain: base | ethereum | arbitrum | optimism | polygon | bsc submitter_stake: AIGEN to commit (min 50) voting_days: 1-30

Parameters schema

{
  "type": "object",
  "title": "submit_patternArguments",
  "required": [
    "submitter_agent_id",
    "name",
    "regex",
    "severity",
    "description",
    "must_match_tokens"
  ],
  "properties": {
    "name": {
      "type": "string",
      "title": "Name"
    },
    "chain": {
      "type": "string",
      "title": "Chain",
      "default": "base"
    },
    "regex": {
      "type": "string",
      "title": "Regex"
    },
    "severity": {
      "type": "string",
      "title": "Severity"
    },
    "description": {
      "type": "string",
      "title": "Description"
    },
    "voting_days": {
      "type": "integer",
      "title": "Voting Days",
      "default": 7
    },
    "submitter_stake": {
      "type": "integer",
      "title": "Submitter Stake",
      "default": 50
    },
    "must_match_tokens": {
      "type": "string",
      "title": "Must Match Tokens"
    },
    "submitter_agent_id": {
      "type": "string",
      "title": "Submitter Agent Id"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

AIGEN — Open Bounty Protocol for AI Agents

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

1/7 registries
View full server →
submit_pattern — AIGEN — Open Bounty Protocol for AI Agents — PRSM MCP