morph-dex

Execute DEX token swaps on Morph L2 via Bulbaswap aggregator.

6|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/morph-l2/morph-skill --skill morph-dex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morph-dex
Source: https://github.com/morph-l2/morph-skill/tree/main/skills/morph-dex
Command: npx skills add https://github.com/morph-l2/morph-skill --skill morph-dex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, eth_account, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of swapping tokens on the Morph L2 blockchain, allowing users to exchange one cryptocurrency for another efficiently and securely.

Core Features & Use Cases

  • DEX Swaps: Execute token swaps directly on the Morph network using the Bulbaswap aggregator.
  • Quote Generation: Get real-time price quotes and estimate price impact before executing a swap.
  • Transaction Execution: Sign and broadcast swap transactions securely.
  • Use Case: A user wants to swap 1 ETH for USDT0 on the Morph network. This skill can provide a quote and then execute the swap.

Quick Start

Use the morph-dex skill to get a quote for swapping 1 ETH to USDT0 on Morph.

Frequently Asked Questions about morph-dex

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

FAQPage Schema
How do I swap tokens on the Morph L2 blockchain?

Executing a token swap on Morph L2 involves fetching a quote from the Bulbaswap aggregator, estimating price impact, and signing the transaction using eth_account to broadcast it to the network.

Can I estimate price impact before executing a crypto swap on Morph?

Yes, you can estimate price impact before executing a crypto swap on Morph by requesting a quote from the Bulbaswap aggregator, which provides real-time pricing for human-readable amounts.

Do I need eth_account to execute DEX transactions on Morph L2?

Yes, you need the eth_account library to execute DEX transactions on Morph L2, as it handles the API interaction and transaction signing required to securely broadcast swaps.

What is the best way to get a real-time swap quote for ETH to USDT0 on Morph?

The best way to get a real-time swap quote for ETH to USDT0 on Morph is using the Bulbaswap aggregator, which returns price estimates and slippage parameters for human-readable amounts.

Can I set slippage controls when trading crypto on Morph L2?

Yes, you can set optional slippage controls when trading crypto on Morph L2 to manage price tolerance and mitigate slippage risks during the token swap execution process.