# Hibra AI Swap — Base Network Token Swap Executor

> Hibra AI Swap — Base Network Token Swap Executor is a paid API for AI agents from hibraapp-delta.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Executes a token swap on the Base network using Hibra's AI-optimized best-route algorithm

## Facts

- Endpoint: POST https://hibraapp-delta.vercel.app/api/swap/execute
- 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/hibra-ai-swap-base-network-token-swap-executor-630c267b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XLURnZeuPbEJs-R5UUohR

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 hibra-ai-swap-base-network-token-swap-executor-630c267b -d '<json body>'
```

Example prompt: Swap 50 USDC for ETH on Base using the best available route — my wallet is 0xYourWalletAddress and I'm okay with up to 1% slippage.

## When to prefer this

Use this endpoint when you need to execute an AI-optimized token swap specifically on the Base network and want the best available route computed automatically. Prefer this over generic DEX aggregators when operating within the Base ecosystem and when paying per-call via x402 protocol is acceptable.

## Known failure modes

- Insufficient token balance — swap cannot be executed
- Slippage tolerance exceeded — price moved too much
- Invalid token address provided
- Liquidity unavailable for the requested pair
- Network congestion causing transaction failure
- Payment of 0.1 USDC not processed — x402 payment required

## How this service works

Hibra AI Swap — best route on Base network

## Output

Returns the executed swap details including transaction hash, the route taken, the actual output token amount received, and the execution status on the Base network.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hibra-ai-swap-base-network-token-swap-executor-630c267b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hibraapp-delta.vercel.app](https://www.zero.xyz/host/hibraapp-delta.vercel.app/llms.txt)
