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

amped-defi

25 DeFi tools for cross-chain swaps, bridging, and money market operations via SODAX SDK. Supply on Chain A, borrow to Chain B. Supports Ethereum, Arbitrum, Base, Optimism, Avalanche, BSC, Polygon, Sonic, LightLink, HyperEVM, Kaia.

Why use this skill?

Power your OpenClaw agent with Amped DeFi to automate cross-chain swaps, bridging, and money market operations across 11 chains using SODAX SDK.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Amped DeFi skill is a comprehensive toolkit for OpenClaw agents, enabling advanced cross-chain decentralized finance operations via the SODAX SDK. It serves as a unified interface to interact with liquidity markets, bridging protocols, and swap aggregators. By abstracting the complexities of cross-chain intent propagation, allowance management, and transaction construction, it allows agents to perform operations such as supplying collateral on Ethereum and borrowing assets on Arbitrum in a single flow. It supports a wide array of chains including Ethereum, Arbitrum, Base, Optimism, Avalanche, BSC, Polygon, Sonic, LightLink, HyperEVM, and Kaia.

Installation

To install this skill, use the following command in your terminal within the OpenClaw environment: clawhub install openclaw/skills/skills/ampedfinance/amped-defi-publish

Use Cases

  • Cross-Chain Leverage: Use collateral supplied on one chain to borrow assets on another chain, maximizing capital efficiency across the entire EVM ecosystem.
  • Asset Rebalancing: Execute complex multi-hop swaps across different chains to take advantage of yield farming opportunities or arbitrage.
  • Position Monitoring: Track aggregated health factors, net APYs, and total borrowing power across all supported chains without needing to switch networks or query individual protocols.
  • Intent Auditing: Use the integrated intent history tool to verify the status, fills, and cancellations of past swaps and bridges, ensuring full visibility into automated actions.

Example Prompts

  1. "Check my total health factor across all chains and tell me if I have enough borrowing power to supply 1000 USDC on Arbitrum."
  2. "Find the best route to swap 2 ETH on Ethereum for USDC on Base using the SODAX SDK."
  3. "Show me all my open bridge intents from the last 24 hours and identify any that failed to fill."

Tips & Limitations

  • Safety First: Always utilize the discovery tools (e.g., amped_supported_tokens) before attempting an operation to avoid transaction failures due to unsupported assets.
  • Aggregation is Key: Use amped_cross_chain_positions instead of individual chain queries to get a holistic view of your risk profile.
  • Execution Modes: Understand the difference between 'execute' mode (agent signs) and 'prepare' mode (returning raw txs) to ensure your security model is followed.
  • Rate Limits: The SODAX API history tool may have rate limits; do not spam queries in tight loops.

Metadata

Stars1054
Views0
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-publish": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

Flags: network-access, external-api