dex

Plan and execute token swaps on Katana via SushiSwap.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/katana-network/katana-ai --skill dex-katana-network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dex
Source: https://github.com/katana-network/katana-ai/tree/main/packages/katana-mcp/skills/dex
Command: npx skills add https://github.com/katana-network/katana-ai --skill dex-katana-network

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and execute token swaps on Katana via SushiSwap, enabling fast, trusted trading and liquidity management for users and agents.

Core Features & Use Cases

  • Quote best swap routes and prices across V3 and V2 pools with get_swap_quote.
  • Build and sign swap transactions with build_swap and build_approve.
  • Analyze pools, add liquidity, and mint LP positions with get_pools, build_add_liquidity_v3, and build_add_liquidity_v2.
  • Retrieve token price data with get_token_prices for informed decisions.

Quick Start

Start by requesting a swap quote, approve the required tokens, and execute the swap with build_swap.

Frequently Asked Questions about dex

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

FAQPage Schema
How do I get a token swap quote on SushiSwap Katana pools?

You can get a token swap quote by retrieving real-time pricing across V3 and V2 pools. The quote analyzes available routes and returns the expected output amount for your desired token pair.

What steps are needed to execute a token swap on Katana?

To execute a token swap, first request a quote, then build an approval transaction for the required tokens, and finally build and sign the swap transaction to complete the trade on SushiSwap.

Can I add liquidity to both V2 and V3 SushiSwap pools on Katana?

Yes, you can add liquidity to both pool types. You can analyze existing pools, then build transactions to add liquidity and mint LP positions in either V3 or V2 pools according to your strategy.

How do I retrieve token prices before trading on Katana?

You retrieve token prices by using the price data tool to fetch current market values. This provides the necessary pricing information to make informed decisions before quoting or executing swaps.

What is the difference between adding liquidity to V3 versus V2 pools?

Adding liquidity to V3 pools involves selecting specific price ranges to concentrate capital, while V2 pools distribute liquidity uniformly across all prices. Both allow minting LP positions on Katana.

Do I need to approve token spending before building a swap transaction?

Yes, you must approve token spending before building a swap. The workflow requires building and signing an approval transaction so the smart contract can move your tokens during the swap execution.