# alpha402x 100x Stock Floor Profiles

> alpha402x 100x Stock Floor Profiles is a paid API for AI agents from alpha402x.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns empirical floor-level characteristics (valuation, size, quality, growth, base-rate minimums) of 100x stocks at day one of purchase, drawn from major academic and practitioner studies with full citations.

## Facts

- Endpoint: GET https://alpha402x.com/profiles/100x-floor
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alpha402x-100x-stock-floor-profiles-0d3a3227
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZPVcV3S2qeLYjO3y355SA

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 alpha402x-100x-stock-floor-profiles-0d3a3227
```

Example prompt: Pull up the empirical 100x floor profile — the cited valuation, size, quality, growth, and base-rate minimums that stocks showed at day one before going on to 100x returns, based on the major studies.

## When to prefer this

Use this endpoint when you need cited, empirical floor characteristics of 100x stocks at day one — specifically for building screening criteria, validating investment theses, or comparing a target stock against historically validated 100x minimums. Prefer this over general financial data APIs when you want pre-synthesized, study-backed multibagger profiles rather than raw filings or price data.

## Known failure modes

- Payment not provided or insufficient — 402 response requiring $0.05 USDC
- Network or server error returning 5xx
- Rate limiting or abuse detection returning 429

## How this service works

Empirical floor profiles of 10x and 100x stocks at day one — valuation, size, quality, growth and base-rate minimums across the major studies, fully cited. Also /profiles/10x-floor. $0.05 each.

## Output

A structured document containing empirically-derived floor profiles of 100x stocks at the moment of initial purchase, covering minimum valuation multiples, market cap size thresholds, quality indicators, growth rates, and base-rate statistics, all with citations to the underlying academic and practitioner studies.

## 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",
     "properties": {}
    }
   },
   "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/alpha402x-100x-stock-floor-profiles-0d3a3227/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from alpha402x.com](https://www.zero.xyz/host/alpha402x.com/llms.txt)
