# Bankr Agent Prompt

> Bankr Agent Prompt is a free API for AI agents from api.bankr.bot, Free, status down (last checked 2026-09-15).

Submits a natural-language prompt to the Bankr AI agent for processing crypto-related requests on Base

## Facts

- Endpoint: POST https://api.bankr.bot/agent/prompt
- Price: Free
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bankr-80951884
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X9xejiaN5ftncdkWMjigt

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 bankr-80951884 -d '<json body>'
```

Example prompt: Send 10 USDC to 0xABC123 on Base using Bankr — just tell the Bankr agent 'send 10 USDC to 0xABC123'.

## When to prefer this

Use this endpoint when you need a natural-language interface to the Bankr AI agent on Base — ideal for users who want to issue plain-English crypto instructions without constructing raw transaction payloads. Prefer this over direct blockchain calls when the user's intent is conversational or ambiguous and needs AI interpretation before execution.

## Known failure modes

- Malformed or empty prompt returns a 400 error
- Prompt requests an unsupported operation the agent cannot fulfill
- Insufficient wallet funds cause transaction failures with descriptive error message
- Rate limiting or payment failure via x402 protocol returns 402 Payment Required
- Agent timeout on complex multi-step operations

## How this service works

Submit a natural-language prompt to the Bankr agent.

## Output

The agent receives a natural-language response from the Bankr AI agent reflecting the outcome of the submitted prompt, which may include transaction confirmations, wallet data summaries, token deployment results, or informational answers about the user's Base wallet and holdings.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bankr-80951884/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.bankr.bot](https://www.zero.xyz/host/api.bankr.bot/llms.txt)
