# Regulatory Classification Analyzer

> Regulatory Classification Analyzer is a paid API for AI agents from legal.402box.io, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Analyzes whether a crypto token qualifies as a security, utility, or commodity under US Howey Test, EU MiCA, and Asian regulatory frameworks

## Facts

- Endpoint: POST https://legal.402box.io/regulatory_classification_analyzer
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/legal-402box-io-6c2cca8a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w73mK5ZNn6tVjrvEpek83

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 legal-402box-io-6c2cca8a -d '<json body>'
```

Example prompt: Can you analyze whether my governance token — which grants voting rights and a share of protocol fees to holders, was sold in a public presale at a fixed price, and is used on a DeFi lending platform — would be classified as a security, utility token, or commodity under the US Howey Test, EU MiCA framework, and relevant Asian regulations?

## When to prefer this

Use this endpoint when you need multi-jurisdictional regulatory classification analysis across US, EU, and Asian frameworks simultaneously. Ideal for token issuers, legal teams, and compliance officers who need a quick, structured assessment before launching a token or preparing legal opinions. Prefer this over general legal chatbots when you need crypto-specific regulatory taxonomy and Howey Test analysis in one call.

## Known failure modes

- Vague or insufficient token description may produce generic or unhelpful analysis
- API may return success:false with no response if Gemini Pro is unavailable
- Token structures with novel or hybrid characteristics may receive inconclusive classifications
- Payment failure (x402 protocol) if insufficient USDC balance
- Regulatory frameworks evolve rapidly; analysis may not reflect the very latest guidance

## How this service works

Analyze whether your token is a security, utility, or commodity under US (Howey Test), EU (MiCA), and Asian regulatory frameworks

## Output

A detailed AI-generated legal analysis classifying the token under US (Howey Test), EU (MiCA), and Asian regulatory frameworks, explaining which category the token falls into, why, and the key factors driving that classification

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string",
   "description": "Your prompt/query for the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "properties": {
    "response": {
     "type": "string",
     "description": "Agent response from Gemini Pro"
    }
   }
  },
  "agent": {
   "type": "string",
   "description": "Agent name"
  },
  "success": {
   "type": "boolean",
   "description": "Whether the request was successful"
  },
  "timestamp": {
   "type": "string",
   "description": "ISO 8601 timestamp"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/legal-402box-io-6c2cca8a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from legal.402box.io](https://www.zero.xyz/host/legal.402box.io/llms.txt)
