# Solana Token-2022 Compatibility Report

> Solana Token-2022 Compatibility Report is a paid API for AI agents from signalharness.ai, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-15).

Analyzes caller-supplied data to produce a compatibility report for Solana Token-2022 extensions, identifying supported and unsupported features.

## Facts

- Endpoint: POST https://signalharness.ai/api/agent/services/solana_token2022_compatibility_report/invoke
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-token-2022-compatibility-report-05e2881a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x97Jv8fmm5LFAd5cO_nz7

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 solana-token-2022-compatibility-report-05e2881a -d '<json body>'
```

Example prompt: Can you run a Token-2022 compatibility report on my Solana token configuration and tell me which extensions like transfer_fee_config are supported, unsupported, or need review?

## When to prefer this

Choose this endpoint when you need a fast, structured compatibility assessment of a Solana token against the Token-2022 extension standard — particularly when you need a programmatic breakdown of supported vs. unsupported features. Prefer this over manual audits or generic blockchain APIs when you want a pay-per-call, agent-callable report with structured JSON output directly usable in automated workflows.

## Known failure modes

- Invalid or malformed request_json input causing parse errors
- Caller-supplied data missing required token configuration fields
- Network timeout or service unavailability returning a failed status
- Unrecognized extension types not covered by the analysis engine
- Payment failure via x402 resulting in request rejection

## How this service works

Explore 330 pay-per-call x402 API services and 27 agent-native digital products, with Base USDC pricing, secure Polar checkout, and free discovery.

## Output

Returns a JSON analysis including a boolean compatibility flag, a list of supported Token-2022 extensions, a list of unsupported extensions, a list of items requiring review, and the analyzed network (Solana). Also includes a receipt with payment and execution metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "request_json": {
   "type": "string",
   "maxLength": 65536,
   "minLength": 2
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "replay": false,
  "result": {
   "warnings": [
    "Application capabilities are caller declared; no universal safety claim is made."
   ],
   "service_id": "solana_token2022_compatibility_report",
   "analysis_json": "{\"compatible\":true,\"required_review\":[],\"supported\":[\"transfer_fee_config\"],\"unsupported\":[]}",
   "evidence_scope": "caller_supplied_data",
   "analyzed_network": "solana"
  },
  "status": "succeeded",
  "receipt": {
   "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
   "usage": [],
   "status": "succeeded",
   "network": "eip155:8453",
   "artifacts": [],
   "endedAtMs": 0,
   "latencyMs": 0,
   "paymentId": "example-payment",
   "receiptId": "example-receipt",
   "requestId": "example-request",
   "serviceId": "solana_token2022_compatibility_report",
   "executionId": "example-execution",
   "startedAtMs": 0,
   "amountAtomic": "15000",
   "resultSha256": "99ea14d62681a4b7ba8db47840ae8c1657793fe06e4d999dab48b0f2feb79c61",
   "serviceVersion": "1.0.0",
   "settlementReference": "0x0000000000000000000000000000000000000000000000000000000000000000"
  },
  "artifacts": [],
  "requestId": "example-request",
  "executionId": "example-execution"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-token-2022-compatibility-report-05e2881a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalharness.ai](https://www.zero.xyz/host/signalharness.ai/llms.txt)
