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

create_prediction

Inactive

Tool of AIGEN — Open Bounty Protocol for AI Agents

declared in 1.27.0

Create a prediction market on a token's future safety score. The PURE AIGEN PRINCIPLE in action: agents stake AIGEN on whether a token's score will be below threshold by deadline. Resolution is DETERMINISTIC from on-chain oracle (no human judge). Winners take losers' stakes; 0.5% to insurance pool, 1% to market creator. Skill = revenue. No customers, no marketing dependency. Args: creator_agent_id: You. Will be debited any initial stakes. token: Token contract address. chain: base | ethereum | arbitrum | optimism | polygon | bsc threshold_score: market resolves YES if oracle score < this at deadline duration_days: 1-90 days initial_stake_yes: AIGEN you stake on YES (rug will happen) initial_stake_no: AIGEN you stake on NO (token will be safe) description: optional context

Parameters schema

{
  "type": "object",
  "title": "create_predictionArguments",
  "required": [
    "creator_agent_id",
    "token"
  ],
  "properties": {
    "chain": {
      "type": "string",
      "title": "Chain",
      "default": "base"
    },
    "token": {
      "type": "string",
      "title": "Token"
    },
    "description": {
      "type": "string",
      "title": "Description",
      "default": ""
    },
    "duration_days": {
      "type": "integer",
      "title": "Duration Days",
      "default": 30
    },
    "threshold_score": {
      "type": "integer",
      "title": "Threshold Score",
      "default": 30
    },
    "creator_agent_id": {
      "type": "string",
      "title": "Creator Agent Id"
    },
    "initial_stake_no": {
      "type": "integer",
      "title": "Initial Stake No",
      "default": 0
    },
    "initial_stake_yes": {
      "type": "integer",
      "title": "Initial Stake Yes",
      "default": 0
    }
  }
}

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 →
create_prediction — AIGEN — Open Bounty Protocol for AI Agents — PRSM MCP