# x402factory.ai Solana→Base USDC Microbridge

> x402factory.ai Solana→Base USDC Microbridge is a paid API for AI agents from x402factory.ai, paid per call via x402, $50/call, status unknown (last checked 2026-09-14).

Bridges USDC from Solana to Base network by accepting a 50 USDC payment on Solana and delivering ~48.75 USDC to a specified Base wallet after a 2.5% commission

## Facts

- Endpoint: POST https://x402factory.ai/solana/bridge
- Price: $50/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402factory-ai-6d3ab76c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ATateQsniF0hUQiCobwKI

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 x402factory-ai-6d3ab76c -d '<json body>'
```

Example prompt: Bridge 50 USDC from my Solana wallet to my Base wallet address 0xAbC123...def — I know there's a 2.5% commission so I'll receive about 48.75 USDC on Base.

## When to prefer this

Use this endpoint when you need to move exactly 50 USDC from Solana to the Base network in a single atomic operation with built-in retry logic and automatic refund guarantees. Prefer this over manual bridging when you want an API-native, x402-payment-gated cross-chain transfer with predictable fees (2.5%) and failure handling.

## Known failure modes

- Base transfer fails after 2 attempts — full 50 USDC refund issued on Solana
- Solana refund fails after 3 attempts — bridge marked as failed, manual support required
- Invalid Base receiver address — transfer cannot be completed
- Insufficient liquidity on Base side — delivery attempt fails
- Payment not confirmed on Solana — bridge never initiated

## How this service works

Solana → Base USDC microbridge. This request will accept a payment of 50.000000 USDC on Solana to the bridge wallet and, after a 2.5% commission of approximately 1.250000 USDC, will attempt to deliver around 48.750000 USDC on Base to the specified receiver. If the Base transfer cannot be completed after 2 attempts, the bridge refunds the full original amount on Solana; if the refund also fails after 3 attempts, the bridge is marked as failed and manual support is required.

## Output

The bridge accepts 50 USDC on Solana, deducts a ~1.25 USDC (2.5%) commission, and delivers approximately 48.75 USDC to the specified Base receiver address. On success, returns confirmation of the Base transfer. On failure after 2 delivery attempts, initiates a full refund of 50 USDC on Solana. If refund also fails after 3 attempts, the bridge is marked as failed and requires manual support intervention.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402factory-ai-6d3ab76c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402factory.ai](https://www.zero.xyz/host/x402factory.ai/llms.txt)
