ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

amped-defi

DeFi operations plugin for OpenClaw enabling cross-chain swaps, bridging, and money market operations via SODAX. Use when building trading bots, DeFi agents, or portfolio management tools that need cross-chain execution.

Why use this skill?

Automate cross-chain DeFi operations with OpenClaw. Manage swaps, bridges, and money markets across major chains with the amped-defi plugin via the SODAX SDK.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ampedfinance/amped-defi-plugin
Or

What This Skill Does

The amped-defi plugin serves as the primary gateway for OpenClaw users to interface with decentralized finance protocols via the SODAX SDK. It abstracts the complexity of cross-chain liquidity, enabling users to swap, bridge, and participate in cross-chain money markets without needing to manually manage connections for Ethereum, Arbitrum, Base, Optimism, Avalanche, BSC, or Sonic. Beyond simple execution, it provides a sophisticated, unified portfolio dashboard that aggregates positions across all supported chains, offering real-time risk assessment and health metrics. By integrating with the OpenClaw policy engine, it ensures that every financial move is governed by strict slippage caps and spending limits, making it an essential tool for institutional-grade DeFi automation.

Installation

To integrate this plugin into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/ampedfinance/amped-defi-plugin

After installation, verify the setup by running openclaw plugins list to ensure it is active. For transaction execution, ensure you have configured a signing mechanism, such as the evm-wallet-skill or a managed API key from Bankr, as the plugin operates in a read-only mode for discovery tasks by default.

Use Cases

  • Automated Yield Farming: Programmatically supply liquidity on one chain while borrowing against it on another to leverage your position without liquidating your initial collateral.
  • Cross-Chain Arbitrage: Identify price discrepancies for tokens across multiple chains and execute swaps in a single intent.
  • Portfolio Management: Automatically rebalance assets across a multi-chain portfolio based on risk-adjusted yield recommendations provided by the plugin's analysis tools.

Example Prompts

  1. "What is the current health of my portfolio across all chains, and are there any recommended rebalances?"
  2. "Find the best route to bridge 500 USDC from Arbitrum to Sonic and execute the swap if slippage is under 0.5%."
  3. "Supply 1 ETH on Ethereum as collateral and borrow the equivalent value in USDT on Base."

Tips & Limitations

  • Security First: Always set conservative slippage caps within your policy configuration before executing large trades to avoid adverse market impacts.
  • Gas Awareness: While the plugin handles cross-chain routing, users should maintain native gas tokens (ETH, BNB, etc.) on the source chain to cover transaction execution fees.
  • Execution: Note that while read-only functions are available out-of-the-box, full DeFi capabilities require a configured EVM wallet for signing transactions.

Metadata

Stars1054
Views1
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ampedfinance-amped-defi-plugin": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#defi#web3#cross-chain#liquidity#trading
Safety Score: 3/5

Flags: network-access, external-api