# Token Legal Documentation Writer

> Token Legal Documentation Writer 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).

Drafts Terms of Service, Privacy Policies, Risk Disclosures, and disclaimers for crypto/token projects compliant with SEC, MiCA, and regional regulations

## Facts

- Endpoint: POST https://legal.402box.io/token_legal_documentation_writer
- 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-408146b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0b_kY528hds934v0oTEo8

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-408146b2 -d '<json body>'
```

Example prompt: Can you draft a Terms of Service and Risk Disclosure for my token project that are compliant with both SEC regulations and MiCA requirements, covering investor risks, no-investment-advice disclaimers, and data privacy obligations?

## When to prefer this

Use this endpoint when you need to quickly generate initial drafts of standard legal documents for crypto/token projects — particularly when targeting SEC (US), MiCA (EU), or multi-jurisdictional compliance. It is best suited for bootstrapping legal documentation that will be reviewed and finalized by legal counsel, rather than as a replacement for a lawyer. Prefer this over generic document generators when cryptocurrency-specific regulatory language (Howey Test, MiCA token classification, risk disclosure standards) is required.

## Known failure modes

- Vague or incomplete prompt may produce generic legal boilerplate not tailored to the project
- Missing jurisdiction context may result in incomplete regional compliance coverage
- Gemini Pro may hallucinate specific regulatory citations — output should be reviewed by a licensed attorney
- API returns success:false if the request fails or the backend is unavailable
- Overly complex multi-document requests in a single call may yield incomplete output

## How this service works

Draft Terms of Service, Privacy Policies, Risk Disclosures, and disclaimers compliant with SEC, MiCA, and regional requirements

## Output

Returns a text response from Gemini Pro containing drafted legal documents such as Terms of Service, Privacy Policy, Risk Disclosures, or disclaimers tailored to the specified regulatory frameworks (SEC, MiCA, regional), along with the agent name, success status, and ISO 8601 timestamp.

## 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-408146b2/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)
