# ArbiPulse Arbitrage Execution Package

> ArbiPulse Arbitrage Execution Package is a paid API for AI agents from arbipulse.theaslangroupllc.com, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-14).

Returns agent-ready execution calldata, gas estimates, and risk assessment for a given arbitrage opportunity

## Facts

- Endpoint: GET https://arbipulse.theaslangroupllc.com/api/execute
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/arbipulse-arbitrage-execution-package-0ad4e380
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eA1ZW3pyZrNtBkv0dAAGA

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 arbipulse-arbitrage-execution-package-0ad4e380
```

Example prompt: I spotted an ETH/USDC arbitrage between Uniswap and Curve — can you get me the execution calldata, gas estimate, and risk assessment for that opportunity so I can submit the transaction?

## When to prefer this

Use this endpoint when an autonomous trading agent has identified an arbitrage opportunity and needs a complete, ready-to-execute transaction bundle — including calldata, gas estimates, and risk scoring — before submitting on-chain. Prefer this over a generic DEX swap builder when you need the full execution package with risk context in a single call.

## Known failure modes

- Opportunity no longer viable (price moved, returns empty or error calldata)
- Invalid or unrecognized arbitrage opportunity parameters (400 error)
- Gas estimation failure due to network congestion or RPC issues
- Payment not received or insufficient USDC (402 error)
- Risk assessment unavailable for exotic token pairs

## How this service works

Agent-ready execution package — calldata, gas estimates and a risk assessment for any arbitrage opportunity. Built for autonomous trading agents.

## Output

Returns a structured execution package containing ready-to-submit on-chain calldata, a gas estimate for the transaction, and a risk assessment for the arbitrage opportunity including estimated net P&L and any flagged risks.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "asset": {
       "type": "string",
       "description": "token or asset symbol, e.g. BTC or USDC"
      },
      "chain": {
       "type": "string",
       "description": "ethereum | base | arbitrum | optimism (default: base)"
      },
      "amount_usd": {
       "type": "string",
       "description": "position size in USD"
      },
      "long_venue": {
       "type": "string",
       "description": "for perps: venue to go long (e.g. Hyperliquid)"
      },
      "short_venue": {
       "type": "string",
       "description": "for perps: venue to short (e.g. Binance)"
      },
      "slippage_bps": {
       "type": "string",
       "description": "max slippage in basis points (default: 50)"
      },
      "wallet_address": {
       "type": "string",
       "description": "your wallet address for transaction construction"
      },
      "opportunity_type": {
       "type": "string",
       "description": "perps | flash | defi | dex | sports"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "validation": {
   "confidence": "high",
   "still_valid": true,
   "validation_notes": "Both funding rates confirmed live. Net 8h yield = 0.165%, annualized 60.7% APY."
  },
  "execution_id": "arb-20260606-btc-perps-hl-binance",
  "execution_plan": {
   "steps": [
    {
     "step": 1,
     "action": "Fund Hyperliquid vault",
     "calldata": null,
     "critical": true,
     "value_eth": "0",
     "description": "Transfer USDC to Hyperliquid L1 bridge: https://app.hyperliquid.xyz (no KYC required)",
     "gas_estimate": 0,
     "contract_address": null
    },
    {
     "step": 2,
     "action": "Open BTC-PERP long on Hyperliquid",
     "calldata": "{\"type\":\"order\",\"asset\":\"BTC\",\"isBuy\":true,\"sz\":0.15,\"limitPx\":67850,\"orderType\":{\"limit\":{\"tif\":\"Gtc\"}}}",
     "critical": true,
     "value_eth": "0",
     "description": "Place $10,000 BTC-PERP long at market — will collect negative funding",
     "gas_estimate": 0,
     "contract_address": null
    },
    {
     "step": 3,
     "action": "Open BTCUSDT-PERP short on Binance",
     "calldata": null,
     "critical": true,
     "value_eth": "0",
     "description": "Place matching $10,000 BTC short on Binance Futures — will receive positive funding",
     "gas_estimate": 0,
     "contract_address": null
    },
    {
     "step": 4,
     "action": "Monitor and rebalance",
     "calldata": null,
     "critical": false,
     "value_eth": "0",
     "description": "Check positions every 8h at funding time. Rebalance if delta skews >2%.",
     "gas_estimate": 0,
     "contract_address": null
    }
   ],
   "strategy": "Delta-Neutral Perps Carry",
   "total_steps": 4,
   "estimated_total_time": "5-10 minutes"
  },
  "risk_assessment": {
   "mev_risk": "low",
   "mitigation": [
    "Use limit orders to avoid slippage",
    "Set stop-loss at 3% adverse move on either leg",
    "Monitor funding rate reversal daily"
   ],
   "market_risk": "medium",
   "overall_risk": "medium",
   "execution_risk": "medium"
  },
  "abort_conditions": [
   "Funding rate spread narrows below 0.02% net 8h",
   "Price diverges >5% between legs",
   "Either exchange restricts position"
  ],
  "opportunity_type": "perps_funding_carry",
  "financial_summary": {
   "gas_cost_usd": 0,
   "net_profit_pct": 14.4,
   "net_profit_usd": 1440,
   "total_fees_usd": 200,
   "break_even_price": null,
   "gross_profit_usd": 1640
  },
  "pulse_suggestions": [],
  "opportunity_summary": "Delta-neutr
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/arbipulse-arbitrage-execution-package-0ad4e380/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from arbipulse.theaslangroupllc.com](https://www.zero.xyz/host/arbipulse.theaslangroupllc.com/llms.txt)
