# TensorFeed AI Funding Exposure

> TensorFeed AI Funding Exposure is a paid API for AI agents from tensorfeed.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns derived structural metrics over the AI funding portfolio: silicon-vendor concentration, circular-loop classifications, co-investor pairs, and top recipients by inbound capital.

## Facts

- Endpoint: GET https://tensorfeed.ai/api/premium/funding/exposure
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tensorfeed-ai-6588b78e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TltoWwtGsaG38BJgNcsXJ

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 tensorfeed-ai-6588b78e
```

Example prompt: Show me which investors are most concentrated in specific silicon vendors, flag any circular funding loops — like fully-circular or partial-loop — and list the top AI companies by inbound capital right now.

## When to prefer this

Use this endpoint when you need pre-computed structural analytics over the AI funding graph — specifically silicon-vendor concentration, circular investment loops, and co-investor overlap — rather than raw funding records. It is the right choice for questions about 'who funds whose chips' and investment clustering, not for general startup news or raw deal data.

## Known failure modes

- Rate limit or authentication failure if x402 payment not processed correctly
- Stale data if the underlying funding dataset has not refreshed
- Empty result set if no circular loops are currently detected
- 503 if the premium endpoint is temporarily unavailable

## How this service works

Derived structural metrics over the AI funding portfolio. Silicon-vendor concentration shares per investor, circular-loop classification (fully-circular / partial-loop / agnostic), co-investor pairs holding the same recipient, top recipients by inbound capital. The "who is funding whose silicon" call.

## Output

Returns derived structural metrics including silicon-vendor concentration shares per investor, loop classifications (fully-circular / partial-loop / agnostic) for each investor, co-investor pairs that hold the same recipient company, and a ranked list of top AI recipients by total inbound capital.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tensorfeed-ai-6588b78e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tensorfeed.ai](https://www.zero.xyz/host/tensorfeed.ai/llms.txt)
