{"manifest_version":"1.0","id":"cross-chain-route-optimizer","name":"Cross-Chain Liquidity & Execution Route Optimizer","description":"Deterministic, zero-LLM cross-chain swap route optimizer. Computes True Execution Cost across 1inch and Li.Fi aggregators and returns the mathematically optimal route.","version":"0.1.0","base_url":"https://optimizer-api-crypto.onrender.com","docs_url":"https://optimizer-api-crypto.onrender.com/docs","openapi_url":"https://optimizer-api-crypto.onrender.com/openapi.json","llms_txt_url":"https://optimizer-api-crypto.onrender.com/llms.txt","payment":{"protocol":"L402","network":"lightning","currency":"BTC","price_sats":10,"price_usd_approx":0.006,"flow":["POST /v1/quote  →  HTTP 402 + WWW-Authenticate: L402 macaroon=<token>, invoice=<BOLT11>","Pay BOLT11 invoice on Lightning Network","POST /v1/quote  →  Authorization: L402 <macaroon>:<preimage_hex>  →  HTTP 200"]},"capabilities":{"zero_llm":true,"deterministic":true,"cross_chain":true,"real_time_gas":true,"slippage_validation":true},"supported_chains":["ethereum","arbitrum","base","optimism","polygon"],"supported_tokens":["ETH","USDC","USDT","DAI","WETH"],"aggregators":["1inch","lifi"],"tools":[{"name":"get_optimal_swap_route","endpoint":"POST /v1/quote","payment_required":true,"description":"Returns the optimal cross-chain swap route ranked by True Execution Cost (TEC = slippage + gas + bridge_fee + time_penalty).","input_schema":"https://optimizer-api-crypto.onrender.com/openapi.json#/components/schemas/QuoteRequest","output_schema":"https://optimizer-api-crypto.onrender.com/openapi.json#/components/schemas/OptimalRouteResponse"}],"contact":{"email":"peretzbatel123@gmail.com"}}