# CodeNut Credit Drop - $1 USDC

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

Purchase 100x worth of CodeNut platform credits for $1 USDC via x402 micropayment protocol

## Facts

- Endpoint: POST https://pay.codenut.ai/credit-drop
- Price: $1/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-db0a53a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dSaObN1NAZ4EbeXI8kkAY

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-db0a53a4 -d '<json body>'
```

Example prompt: Buy me $1 worth of CodeNut credits using my USDC — I want to top up my CodeNut balance so I can start building.

## When to prefer this

Choose this endpoint when you need $1 worth of CodeNut credits (mid-tier option between the $0.01 and $10 tiers). Best when you need a moderate credit top-up without committing to a larger purchase. Use the $0.01 tier for testing and the $10 or $100 tiers for heavier usage.

## Known failure modes

- Payment not included or invalid x402 header — 402 Payment Required
- Insufficient USDC balance — payment rejected
- Network or blockchain congestion causing transaction delay
- Duplicate payment attempt — may result in double charge
- Invalid wallet address or payment format

## How this service works

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

## Output

Returns a JSON object with an 'amount' field (number) indicating the credit amount received or balance after the transaction, confirming the credit drop was applied successfully.

## 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-db0a53a4/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)
