# Button Money Skip Cooldown

> Button Money Skip Cooldown is a paid API for AI agents from buttonmoney.vercel.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Skips an active cooldown timer in the Button Money game, allowing the player to act immediately without waiting

## Facts

- Endpoint: POST https://buttonmoney.vercel.app/api/premium/game/skip-cooldown
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/button-money-skip-cooldown-77ef0b47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0vsUcPa_bTBUSHoTudSLn

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 button-money-skip-cooldown-77ef0b47 -d '<json body>'
```

Example prompt: I don't want to wait out the cooldown timer in Button Money — go ahead and skip it for me using the premium feature so I can play again right now.

## When to prefer this

Use this endpoint when a player in the Button Money game has an active cooldown timer and wants to immediately bypass it rather than waiting. This is a premium game utility endpoint specific to the Button Money platform. Prefer this over waiting passively when time-sensitive actions are needed in-game.

## Known failure modes

- No active cooldown to skip — returns error if no cooldown is currently active for the player
- Insufficient payment — the $0.005 USDC x402 payment was not accepted or was missing
- Invalid session — player session or auth token is not recognized
- Cooldown skip already applied — premium skip already used in current context
- Server error — Vercel serverless function timeout or unexpected crash

## How this service works

Skip any cooldown timer

## Output

A confirmation that the cooldown timer has been skipped and the player can now take their next action immediately, along with the updated game state reflecting the removed cooldown.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/button-money-skip-cooldown-77ef0b47/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from buttonmoney.vercel.app](https://www.zero.xyz/host/buttonmoney.vercel.app/llms.txt)
