Skip to content

feat: add @goat-sdk/plugin-kyberswap#581

Open
ngtuna wants to merge 1 commit into
goat-sdk:mainfrom
ngtuna:feat/plugin-kyberswap
Open

feat: add @goat-sdk/plugin-kyberswap#581
ngtuna wants to merge 1 commit into
goat-sdk:mainfrom
ngtuna:feat/plugin-kyberswap

Conversation

@ngtuna

@ngtuna ngtuna commented May 13, 2026

Copy link
Copy Markdown

feat: add @goat-sdk/plugin-kyberswap

Adds a GOAT plugin for KyberSwap — a DEX aggregator that sources liquidity from 100+ protocols across 15+ EVM chains to find the best swap rates.

No API key required.

Tools

Tool Description
kyberswap_get_quote Get best swap rate, route breakdown, and gas estimate before executing
kyberswap_swap Execute a token swap via the best aggregated route in a single tx
kyberswap_zap_in Add liquidity to a concentrated liquidity pool (Uniswap V3, KyberSwap Elastic) with a single input token

Supported chains

Ethereum, Arbitrum, Base, Polygon, BSC, Optimism, Avalanche, Linea, Mantle, Sonic, Berachain, Ronin, Unichain, HyperEVM, Monad

Example usage

import { kyberswap } from "@goat-sdk/plugin-kyberswap";

const tools = await getOnChainTools({
    wallet: viem(walletClient),
    plugins: [kyberswap()],
});

@changeset-bot

changeset-bot Bot commented May 13, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: fe10f71

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant