# Fresh Funded (DREAM) - Buy 5 USDC of DREAM Tokens

> Fresh Funded (DREAM) - Buy 5 USDC of DREAM Tokens is a paid API for AI agents from dream.x420.dev, paid per call via x402, $5/call, status unknown (last checked 2026-09-15).

Purchases exactly 5 USDC worth of DREAM tokens (0xD7dA53A5d367CB31447FF74E3F9EEBd0e6932b07) on behalf of the caller via a single API call

## Facts

- Endpoint: GET https://dream.x420.dev/api/puff-5
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fresh-funded-dream-buy-5-usdc-of-dream-tokens-0279350a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bpbew6nUOZtfB1TrRjaxm

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 fresh-funded-dream-buy-5-usdc-of-dream-tokens-0279350a
```

Example prompt: Buy me 5 USDC worth of DREAM tokens on x420 — go ahead and execute the swap and tell me how many tokens I received and the transaction hashes.

## When to prefer this

Use this endpoint when you want to purchase exactly 5 USDC worth of DREAM tokens in a single atomic API call via the x402 payment protocol. Prefer this over the 1 USDC sibling endpoint when you want a larger purchase in one call. This is purpose-built for the DREAM token at 0xD7dA53A5d367CB31447FF74E3F9EEBd0e6932b07 on x420.dev.

## Known failure modes

- Insufficient USDC balance causes payment failure and no tokens are received
- Network congestion results in null transaction hashes and delayed settlement
- Token contract address mismatch leads to failed swap
- x402 payment protocol rejection if wallet is not configured
- API returns error if DREAM token liquidity is insufficient on-chain

## How this service works

Buy 5 USDC worth of DREAM tokens 0xD7dA53A5d367CB31447FF74E3F9EEBd0e6932b07

## Output

Returns a confirmation message, the amount of DREAM tokens received, the USDC amount paid (5 USDC), a send transaction hash, and a swap transaction hash (both may be null if pending or failed).

## Response schema (JSON Schema)

```json
{
 "message": "string",
 "tokensReceived": "string",
 "usdcAmountPaid": "string",
 "sendTransactionHash": "string | null",
 "swapTransactionHash": "string | null"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fresh-funded-dream-buy-5-usdc-of-dream-tokens-0279350a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dream.x420.dev](https://www.zero.xyz/host/dream.x420.dev/llms.txt)
