ToolAssay

Arc mainnet token due-diligence

Arc mainnet token due-diligence: admin-control probe (mint/pause/blacklist/upgrade), honeypot transfer test, symbol-squatting/lookalike detection, launchpad tax and fee-allocation decode, live price/liquidity, owner wallet stats, holder count, creation time, risk score and verdict.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.2listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.sys84.org/v1/services/arc_token_diligence

CategoryMarket data
Provider hostapi.sys84.org
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "token": "base"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "body": {
          "properties": {
            "token": {
              "description": "string EVM token contract address on Arc mainnet (chain 5042)",
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "GET",
            "POST",
            "PUT",
            "PATCH",
            "DELETE",
            "HEAD"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "token": {
              "description": "string EVM token contract address on Arc mainnet (chain 5042)",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "holders": {
              "description": "number approximate current holder count",
              "type": "number"
            },
            "honeypot_probe": {
              "description": "object tested, transfer_succeeded, holder_used",
              "type": "object"
            },
            "launchpad_family_v4_hook": {
              "description": "boolean whether the token is on the known Arc launchpad V4-hook family",
              "type": "boolean"
            },
            "market": {
              "description": "object price_usd, liquidity_usd, volume_24h_usd, txns_24h, price_change_24h_pct, when indexed on DexScreener",
              "type": "object"
            },
            "not_financial_advice": {
              "description": "boolean always true",
              "type": "boolean"
            },
            "portal_config": {
              "description": "object tax bps and fee-allocation config, when on the known launchpad family",
              "type": "object"
            },
            "reasons": {
              "description": "array of machine-readable risk reasons",
              "type": "array"
            },
            "risk_score": {
              "description": "number 0-100, higher is riskier",
              "type": "number"
            },
            "symbol_squatting": {
              "description": "object same_symbol_tokens_on_arc count, is_earliest, rank_by_creation, others",
              "type": "object"
            },
            "token_facts": {
              "description": "object name, symbol, decimals, totalSupply, owner",
              "type": "object"
            },
            "ts": {
              "description": "number Unix observation timestamp",
              "type": "number"
            },
            "verdict": {
              "description": "string no_major_flags_found/elevated_caution/review/high_risk",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON