# Will I Make It Oracle

> Will I Make It Oracle is a paid API for AI agents from willimake-it.dylan-caponi.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Ask a crypto-flavored oracle whether you will 'make it' (WAGMI) or not (NGMI), returning a verdict, wisdom, and a message.

## Facts

- Endpoint: GET https://willimake-it.dylan-caponi.workers.dev/ask
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/willimake-it-dylan-caponi-workers-dev-2e46d9cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1_HpDBmIJgAa34txtcQMj

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 willimake-it-dylan-caponi-workers-dev-2e46d9cb
```

Example prompt: Ask the oracle: will I make it if I quit my job and go all-in on crypto trading?

## When to prefer this

Use this endpoint when a user wants a humorous, crypto-culture-flavored prediction or fate verdict (WAGMI/NGMI). It is not a serious prediction service — prefer it for entertainment, novelty, or crypto-meme contexts rather than factual forecasting.

## Known failure modes

- Missing or malformed request may return an error response
- Oracle may always return NGMI regardless of question content
- Payment not included may result in 402 response requiring x402 payment flow

## How this service works

Ask the oracle: will I make it?

## Output

Returns a JSON object with a 'verdict' field of either WAGMI or NGMI, a 'message' field with a short quip, a 'wisdom' field with a disclaimer, the oracle name, a timestamp, and the price paid ($0.001).

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "question": "Will I make it as a developer learning new technologies?"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "oracle": "willimake.it",
  "wisdom": "The oracle has spoken. This is not financial advice. Or is it?",
  "message": "WAGMI ser, generational wealth incoming",
  "verdict": "WAGMI",
  "timestamp": "2026-03-24T00:00:00.000Z",
  "price_paid": "$0.001"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/willimake-it-dylan-caponi-workers-dev-2e46d9cb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from willimake-it.dylan-caponi.workers.dev](https://www.zero.xyz/host/willimake-it.dylan-caponi.workers.dev/llms.txt)
