# Button Money 5x Earnings Boost

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

Activates a 5x earnings multiplier for 1 hour in the Button Money game for a given player wallet address

## Facts

- Endpoint: POST https://buttonmoney.vercel.app/api/premium/game/5x-boost
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/button-money-5x-earnings-boost-8dc38691
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KnGEPXfyCYOsLHKZZKOwV

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-5x-earnings-boost-8dc38691 -d '<json body>'
```

Example prompt: Activate the 5x earnings boost on Button Money for my wallet address 0xAbC123...def456 so I can earn 5 times as much for the next hour.

## When to prefer this

Use this endpoint when a player wants the maximum available earnings multiplier (5x) in Button Money for a 1-hour period. Prefer this over the 2x boost endpoint when the user wants maximum earnings acceleration and is willing to pay the premium price. Suitable for short-term high-value play sessions.

## Known failure modes

- Invalid or malformed wallet address returns a 400 error
- Insufficient USDC payment (requires $0.15) results in a 402 Payment Required error
- Wallet address already has an active boost may return a conflict or cooldown error
- Network or server error on Vercel returns a 500 error
- Boost activation fails if wallet has no game account registered

## How this service works

5x earnings multiplier for 1 hour

## Output

Returns a confirmation that the 5x earnings multiplier has been activated for the specified wallet address, along with the boost duration (1 hour) and any relevant game state details such as expiry timestamp or multiplier confirmation.

## 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-5x-earnings-boost-8dc38691/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)
