# CollabraChain Token Rug Pull Screener

> CollabraChain Token Rug Pull Screener is a paid API for AI agents from agent.collabrachain.fun, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Analyzes a blockchain token address for rug pull risk factors and suspicious patterns using AI-powered screening

## Facts

- Endpoint: POST https://agent.collabrachain.fun/api/token-screener/rugger
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-collabrachain-fun-587580f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r0jziy6mdkDZoHsjZZFOX

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agent-collabrachain-fun-587580f8 -d '<json body>'
```

Example prompt: Can you screen this Ethereum token at address 0x1f9840a85d5af5bf1d1762f925bdaddc4201f984 for rug pull risks and give me a full breakdown of all the risk factors?

## When to prefer this

Use this endpoint when an AI agent needs to assess whether a specific token contract is a potential rug pull or scam before recommending it or executing a trade. Particularly useful for DeFi workflows, portfolio management agents, or trading bots that need a safety gate before interacting with unknown tokens on Ethereum or other supported chains.

## Known failure modes

- Invalid or unsupported chainId returns an error
- Unrecognized or malformed tokenAddress returns validation error
- Token too new or insufficient on-chain data may result in incomplete analysis
- Payment failure via x402 results in 402 Payment Required response
- Network congestion on the target chain may delay on-chain data retrieval

## How this service works

🛡️ Protect your portfolio from rug pulls! Our advanced AI-powered screener identifies suspicious tokens before they drain your wallet. Don't be the next victim - scan tokens instantly!

## Output

A risk assessment for the specified token including rug pull likelihood, suspicious indicators, and detailed risk factors (when requested) such as liquidity issues, contract ownership flags, honeypot patterns, or abnormal tokenomics

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "chainId",
  "tokenAddress",
  "includeRiskFactors"
 ],
 "properties": {
  "chainId": {
   "type": "string"
  },
  "tokenAddress": {
   "type": "string"
  },
  "includeRiskFactors": {
   "type": "boolean"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "_x402",
  "accepts",
  "resource",
  "x402Version",
  "_paymentRequired",
  "_wwwAuthenticate"
 ],
 "properties": {
  "_x402": {
   "type": "boolean"
  },
  "accepts": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "asset",
     "extra",
     "payTo",
     "scheme",
     "network",
     "mimeType",
     "resource",
     "extensions",
     "description",
     "maxAmountRequired",
     "maxTimeoutSeconds"
    ],
    "properties": {
     "asset": {
      "type": "string"
     },
     "extra": {
      "type": "object",
      "required": [
       "feePayer"
      ],
      "properties": {
       "feePayer": {
        "type": "string"
       }
      }
     },
     "payTo": {
      "type": "string"
     },
     "scheme": {
      "type": "string"
     },
     "network": {
      "type": "string"
     },
     "mimeType": {
      "type": "string"
     },
     "resource": {
      "type": "string"
     },
     "extensions": {
      "type": "object",
      "required": [
       "bazaar"
      ],
      "properties": {
       "bazaar": {
        "type": "object",
        "required": [
         "info",
         "schema"
        ],
        "properties": {
         "info": {
          "type": "object",
          "required": [
           "description"
          ],
          "properties": {
           "description": {
            "type": "string"
           }
          }
         },
         "schema": {
          "type": "object",
          "required": [
           "input",
           "output"
          ],
          "properties": {
           "input": {
            "type": "object",
            "required": [
             "type",
             "method"
            ],
            "properties": {
             "type": {
              "type": "string"
             },
             "method": {
              "type": "string"
             }
            }
           },
           "output": {
            "type": "object",
            "required": [
             "status"
            ],
            "properties": {
             "status": {
              "type": "string"
             }
            }
           }
          }
         }
        }
       }
      }
     },
     "description": {
      "type": "string"
     },
     "maxAmountRequired": {
      "type": "string"
     },
     "maxTimeoutSeconds": {
      "type": "number"
     }
    }
   }
  },
  "resource": {
   "type": "object",
   "required": [
    "url",
    "mim
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-collabrachain-fun-587580f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.collabrachain.fun](https://www.zero.xyz/host/agent.collabrachain.fun/llms.txt)
