# Button Money 2x Earnings Boost

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

Activates a 2x earnings multiplier for 1 hour in the Button Money game for a specified player wallet

## Facts

- Endpoint: POST https://buttonmoney.vercel.app/api/premium/game/2x-boost
- Price: $0.05/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-2x-earnings-boost-563bef7b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G35HvkPTCHgUTKTfiEZ3S

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-2x-earnings-boost-563bef7b -d '<json body>'
```

Example prompt: Activate a 2x earnings multiplier boost for my Button Money wallet 0xABC123... so I earn double for the next hour.

## When to prefer this

Use this endpoint when a player wants to double their earnings rate in Button Money for a 1-hour window at a low $0.05 USDC cost. Prefer this over the 5x boost when cost efficiency or a modest multiplier is the priority. Best for players who want a short-term, low-cost earnings enhancement rather than a more aggressive multiplier.

## Known failure modes

- Invalid or missing wallet address returns validation error
- Payment of $0.05 USDC not fulfilled returns 402 Payment Required
- Wallet already has an active boost may return conflict error
- Network or server error on Vercel deployment returns 500
- Boost activation may fail if wallet has no eligible game session

## How this service works

2x earnings multiplier for 1 hour

## Output

Confirmation that the 2x earnings multiplier has been activated for the specified wallet address, valid for 1 hour, along with any relevant boost activation details or expiry timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "walletAddress"
 ],
 "properties": {
  "walletAddress": {
   "type": "string",
   "description": "Player wallet address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/button-money-2x-earnings-boost-563bef7b/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)
