# CodeNut Credit Drop - $10 Tier

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

Purchase $10 worth of CodeNut platform credits via x402 micropayment, receiving 100x value in credits for building on the CodeNut platform

## Facts

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

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

Example prompt: I want to top up my CodeNut account — buy me the $10 credit drop so I get 100x worth of CodeNut credits to use for building.

## When to prefer this

Choose this endpoint when you need a mid-sized credit top-up on CodeNut ($10 tier) and want a 100x value multiplier. Prefer the $0.01 or $1 sibling endpoints for smaller tests, and the $100 endpoint for larger credit needs. Use this when $10 USDC is the right spend level for your build budget.

## Known failure modes

- Insufficient USDC balance — payment cannot be processed
- Invalid or missing x402 payment header — 402 Payment Required response
- Network congestion causing payment confirmation delay
- Wallet not authorized or payment rejected by facilitator
- Service temporarily unavailable — 503 error

## How this service works

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

## Output

Returns a JSON object with an 'amount' field (number) representing the credited amount of CodeNut credits added to the account after the $10 USDC x402 payment is processed.

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