# Token Migration & Bridge Planner

> Token Migration & Bridge Planner is a paid API for AI agents from crypto.apitoai.xyz, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Designs V1-to-V2 token migrations, cross-chain bridge strategies, snapshot mechanics, and user migration incentive programs using AI-generated recommendations

## Facts

- Endpoint: POST https://crypto.apitoai.xyz/token_migration_bridge_planner
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-apitoai-xyz-005d8e1b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kjKLJSCha31KDp-Rc1Cqj

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 crypto-apitoai-xyz-005d8e1b -d '<json body>'
```

Example prompt: I'm migrating my ERC-20 governance token (GOV) from V1 to a V2 contract with new staking features on Ethereum, and I also want to bridge it to Arbitrum — can you design a full migration strategy including snapshot mechanics, bridge architecture, and incentive program to get at least 80% of holders to migrate within 90 days?

## When to prefer this

Use this endpoint when planning a token contract upgrade, cross-chain expansion, or holder migration campaign and you need structured strategic guidance covering technical bridge design, economic incentives, and snapshot logistics. Ideal for crypto teams who want AI-generated strategy documents rather than a deterministic calculation tool. Prefer this over generic AI chat when you need crypto-domain-specific framing around migration mechanics and incentive program design.

## Known failure modes

- Vague prompt yields generic advice without project-specific tailoring
- Gemini Pro API downstream failure returns success:false with empty response
- Missing key context (token supply, chain, holder count) results in overly generic output
- Ambiguous chain names or token symbols may lead to misidentified ecosystem recommendations
- Rate limiting or payment failure results in 402 or error response

## How this service works

Design V1 to V2 token migrations, cross-chain bridge strategies, snapshot mechanics, and user migration incentive programs

## Output

Returns a detailed AI-generated text response covering: V1-to-V2 migration mechanics, cross-chain bridge strategy recommendations (bridge type, security model, liquidity requirements), snapshot design (block height selection, eligibility criteria), and user migration incentive program design (bonus multipliers, migration windows, vesting for migrators), along with a success flag and timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string",
   "description": "Your prompt/query for the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "properties": {
    "response": {
     "type": "string",
     "description": "Agent response from Gemini Pro"
    }
   }
  },
  "agent": {
   "type": "string",
   "description": "Agent name"
  },
  "success": {
   "type": "boolean",
   "description": "Whether the request was successful"
  },
  "timestamp": {
   "type": "string",
   "description": "ISO 8601 timestamp"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-apitoai-xyz-005d8e1b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from crypto.apitoai.xyz](https://www.zero.xyz/host/crypto.apitoai.xyz/llms.txt)
