# Bankr Token Deploy

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

Deploy or simulate the deployment of a new token on the Base blockchain via the Bankr platform.

## Facts

- Endpoint: POST https://api.bankr.bot/token-launches/deploy
- Price: Free
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bankr-360e5a54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fbW4L15l7yuUdB0UK4Rm-

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-360e5a54 -d '<json body>'
```

Example prompt: Deploy a new token on Base called 'SunriseCoin' with ticker SUNR and a total supply of 1,000,000 — run it as a simulation first so I can check the details before going live.

## When to prefer this

Use this endpoint when you need to programmatically deploy or test-deploy a token on the Base L2 blockchain via the Bankr platform. Prefer this over generic smart contract tools when you want a streamlined, agent-friendly token launch API with built-in simulation support and x402 micropayment compatibility.

## Known failure modes

- Invalid token parameters (missing name or symbol) return a 400 error
- Insufficient funds or payment failure via x402 protocol
- Network congestion on Base causing transaction timeout
- Simulation mode flag misconfigured leading to unintended live deployment
- Smart contract deployment reverted due to invalid supply or configuration
- Rate limiting or authentication failure returning 401/429

## How this service works

Deploy or simulate deployment of a token on Base.

## Output

Returns the outcome of the token deployment or simulation, including the deployed contract address, transaction hash, token metadata (name, symbol, supply), and deployment status indicating whether the action was a live deploy or a simulated run.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bankr-360e5a54/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)
