# CodeNut Credit Drop (xs) - $0.01 for 100x Credits

> CodeNut Credit Drop (xs) - $0.01 for 100x Credits is a paid API for AI agents from pay.codenut.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Purchase CodeNut platform credits worth 100x the $0.01 payment cost via x402 micropayment protocol

## Facts

- Endpoint: POST https://pay.codenut.ai/credit-drop/xs
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pay-codenut-ai-58988e3d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4kIiCbJlXsfh4KDXU9yXT

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 pay-codenut-ai-58988e3d -d '<json body>'
```

Example prompt: Buy me the smallest CodeNut credit pack — spend $0.01 USDC to load up my CodeNut account with 100x worth of credits so I can start building.

## When to prefer this

Choose this endpoint when you want the lowest-cost entry point into CodeNut credits — spending just $0.01 USDC to receive $1.00 worth of CodeNut platform credits (100x value). Ideal for testing, onboarding, or getting started on the CodeNut platform with minimal financial commitment. Prefer higher-tier credit drop endpoints ($1, $10, $100) when you need larger credit volumes in a single transaction.

## Known failure modes

- Insufficient USDC balance — payment rejected with 402 status
- Invalid or missing x402 payment header — returns 400 or 402
- Wallet not recognized or payment unverifiable — credits not granted
- Network congestion causing payment confirmation delay
- Duplicate payment attempt may not yield additional credits

## How this service works

CodeNut Credit x402 Offer - get 100x worth of CodeNut credits with $0.01 and build! - NOT A TOKEN

## Output

A payment confirmation indicating successful $0.01 USDC transaction via x402, along with a credit grant to the payer's account representing 100x ($1.00 equivalent) worth of CodeNut platform credits usable for building on the CodeNut platform.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "schema": {
  "type": "object",
  "required": [
   "amount"
  ],
  "properties": {
   "amount": {
    "type": "number"
   }
  }
 }
}
```

## More

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