# clink-lithium-vault.fly.dev

> clink-lithium-vault.fly.dev is a paid API for AI agents from clink-lithium-vault.fly.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

## Facts

- Endpoint: GET https://clink-lithium-vault.fly.dev/vault/verdict
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vault-verdict-664376e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EUhOdkyWIYy_qrrQZQq_N

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 vault-verdict-664376e4
```

## How this service works

Lithium company or mine, one cited plain-language read: cost-curve position vs the tracked universe, balance-sheet survival rank, permitting/development stage, key risks and strengths, data gaps - facts from SEC/ASX/TSX filings, no investment advice. Lithium mining research, battery metals due diligence, spodumene/brine producers. ?entity=<TICKER|MineName>&level=<company|mine>. Underlying data: /vault/summary $0.02, /vault/comparables $0.20.

## 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"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "entity",
      "level"
     ],
     "properties": {
      "level": {
       "enum": [
        "company",
        "mine"
       ],
       "type": "string"
      },
      "entity": {
       "type": "string",
       "description": "Ticker (level=company) or mine name (level=mine)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "read": "...",
  "level": "company",
  "entity": "SGML",
  "sources": [],
  "key_risks": [],
  "cost_position": "...",
  "key_strengths": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vault-verdict-664376e4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clink-lithium-vault.fly.dev](https://www.zero.xyz/host/clink-lithium-vault.fly.dev/llms.txt)
