# Heurist Mesh: GoPlus Token Security Analysis (Solana)

> Heurist Mesh: GoPlus Token Security Analysis (Solana) is a paid API for AI agents from mesh.heurist.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Analyzes the security of a Solana blockchain token contract, returning authority settings, admin permissions, holder concentration, liquidity metrics, and other risk indicators.

## Facts

- Endpoint: POST https://mesh.heurist.xyz/x402/solana/agents/GoplusAnalysisAgent/fetch_security_details
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/heurist-mesh-goplus-token-security-analysis-solana-422b5587
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZZpNYcGTkdPZwWZi9Xmsi

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 heurist-mesh-goplus-token-security-analysis-solana-422b5587 -d '<json body>'
```

Example prompt: Can you run a GoPlus security check on the Solana token with contract address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v and tell me if it's safe to buy — I want to know about mint authority, freeze authority, holder concentration, and liquidity?

## When to prefer this

Choose this endpoint when you need a comprehensive, structured security audit of a Solana token contract before trading or investing — especially for new or unfamiliar tokens where rug pull, honeypot, or centralization risks are concerns. It is powered by GoPlus Security data and covers authority settings, holder concentration, and liquidity in a single call, making it more thorough than basic on-chain lookups. Prefer this over generic blockchain explorers when you need an actionable safety signal rather than raw transaction data.

## Known failure modes

- Invalid or unrecognized contract address returns an error or empty result
- Token too new to have indexed security data
- Network congestion causing delayed response
- GoPlus data unavailable for low-liquidity or unlisted tokens
- Payment failure if USDC balance is insufficient for the $0.01 fee

## How this service works

Analyze the security of a blockchain token contract. This tool returns a token's authority settings, admin permissions, holder concentration, liquidity, and other security metrics helping to determine if the token is safe to buy.

## Output

Returns a structured security report for the specified Solana token contract, including: mint authority status (revocable or renounced), freeze authority status, top holder concentration percentages, liquidity pool details, admin/ownership permissions, blacklist/whitelist mechanisms, and an overall risk assessment indicating whether the token presents safety concerns.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "required": [
      "contract_address"
     ],
     "properties": {
      "debug": {
       "type": "boolean",
       "default": false,
       "description": "Debug mode flag. ALWAYS use false."
      },
      "chain_id": {
       "type": "string",
       "default": 1,
       "description": "The blockchain chain ID or 'solana' for Solana tokens. Supported chains: Ethereum (1), Optimism (10), Cronos (25), BSC (56), Gnosis (100), HECO (128), Polygon (137), Fantom (250), KCC (321), zkSync Era (324), ETHW (10001), FON (201022), Arbitrum (42161), Avalanche (43114), Linea Mainnet (59144), Base (8453), Tron (tron), Scroll (534352), opBNB (204), Mantle (5000), ZKFair (42766), Blast (81457), Manta Pacific (169), Berachain Artio Testnet (80085), Merlin (4200), Bitlayer Mainnet (200901), zkLink Nova (810180), X Layer Mainnet (196), Solana (solana)"
      },
      "contract_address": {
       "type": "string",
       "description": "The token contract address"
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "result": {
       "type": "object",
       "additionalProperties": true
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/heurist-mesh-goplus-token-security-analysis-solana-422b5587/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mesh.heurist.xyz](https://www.zero.xyz/host/mesh.heurist.xyz/llms.txt)
