# Button Money Execute Strategy

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

Executes a pre-defined automated trading strategy on behalf of the user

## Facts

- Endpoint: POST https://buttonmoney.vercel.app/api/premium/agent/execute-strategy
- Price: $0.1/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-execute-strategy-9970a50e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1xX--_BabizgXwi1irOc6

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-execute-strategy-9970a50e -d '<json body>'
```

Example prompt: Run my pre-defined momentum trading strategy on Button Money right now.

## When to prefer this

Use this endpoint when you have a pre-configured trading strategy saved in Button Money and want to trigger its execution programmatically. Prefer this over manual trade endpoints when you want to run a complete, multi-step strategy in one call rather than placing individual orders.

## Known failure modes

- Strategy not found or invalid strategy identifier
- Insufficient funds to execute the strategy
- Market conditions prevent strategy execution
- Smart contract interaction failure
- Network or RPC node unavailability
- Strategy execution reverted on-chain

## How this service works

Execute pre-defined trading strategy

## Output

Returns the result of executing the pre-defined trading strategy, including trade confirmation details, execution status, and any relevant outcome metrics such as position changes or order fills.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/button-money-execute-strategy-9970a50e/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)
