quote

Query the KyberSwap Aggregator for the best swap quote across 18 EVM chains.

6|2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/KyberNetwork/kyberswap-skills --skill quote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quote
Source: https://github.com/KyberNetwork/kyberswap-skills/tree/main/skills/quote
Command: npx skills add https://github.com/KyberNetwork/kyberswap-skills --skill quote

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often need quick, reliable swap quotes across multiple chains. This skill fetches the best available route and price for a token pair by querying the KyberSwap Aggregator on 18 EVM chains, saving time and reducing guesswork.

Core Features & Use Cases

  • Best route discovery: Retrieves the top routing path from the KyberSwap Aggregator.
  • Quote details: Presents the expected output amount, exchange rate, and gas estimate for a given input.
  • Cross-chain coverage: Works across ethereum, bsc, polygon, arbitrum, optimism, avalanche, and other supported chains.
  • Use Case: A trader wants to compare quotes for swapping 1 ETH to USDC on Ethereum and 100 USDC to ETH on Arbitrum to pick the best opportunity.

Quick Start

Ask the KyberSwap Quote skill to fetch the best route and estimated output for a token pair on the specified chain.

Frequently Asked Questions about quote

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get the best token swap quote across multiple EVM chains?

To get a token swap quote across multiple EVM chains, you can query a multichain aggregator to retrieve the best routing path, expected output amount, exchange rate, and gas estimate for your specified token pair.

What is the best way to compare swap rates for token pairs on different blockchains?

Comparing swap rates for token pairs on different blockchains involves querying a cross-chain aggregator that resolves token addresses and calculates the expected output and gas costs across 18 supported EVM networks like Ethereum and Arbitrum.

Can I fetch expected output and gas costs for an Ethereum to USDC trade before executing?

Yes, you can fetch expected output and gas costs for an Ethereum to USDC trade by requesting a quote that retrieves the top routing path and calculates the comprehensive trade details including exchange rate and safety checks.

Does the KyberSwap quote aggregator support networks like Arbitrum and Polygon?

Yes, the KyberSwap quote aggregator supports networks like Arbitrum and Polygon, providing cross-chain coverage across 18 EVM chains including BSC, Optimism, and Avalanche to help you find the best swap opportunity.

What information is included in a multichain token swap quote?

A multichain token swap quote includes the expected output amount, exchange rate, gas estimate, and the best routing path discovered across supported liquidity sources on the specified EVM chain.

Why do I need to convert token amounts to wei when requesting a swap quote?

You need to convert token amounts to wei when requesting a swap quote because EVM-based aggregator APIs require standardized integer formats to accurately calculate routing paths and expected output amounts.