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?
Master cross-chain swaps, bridging, and money market operations with the Amped DeFi skill. Safely supply, borrow, and manage multi-chain liquidity through OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ampedfinance/amped-defiWhat This Skill Does
The Amped DeFi skill for OpenClaw is a powerful integration providing 25 advanced DeFi tools powered by the SODAX SDK. It enables agents to perform sophisticated cross-chain swaps, bridging, and money market operations across eleven major blockchains, including Ethereum, Arbitrum, Base, Optimism, Avalanche, BSC, Polygon, Sonic, LightLink, HyperEVM, and Kaia. The skill is designed to abstract the complex mechanics of multi-chain liquidity, such as allowance management and policy enforcement, allowing your agent to act as a seamless financial assistant. Its most distinguishing feature is the ability to orchestrate cross-chain money market operations, such as supplying assets on one chain to borrow against them on another.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/ampedfinance/amped-defi
Once installed, ensure your environment variables are configured with the necessary RPC endpoints and wallet credentials for the chains you intend to interact with.
Use Cases
- Portfolio Rebalancing: Automatically move liquidity between chains to chase higher yields or optimize collateral across different money markets.
- Yield Aggregation: Use the agent to monitor borrowing power and supply assets across chains to maximize capital efficiency without manual intervention.
- Cross-Chain Arbitrage: Identify price discrepancies across different pools and execute swaps to capture value.
- Unified DeFi Management: Use
amped_cross_chain_positionsto get a bird's-eye view of your entire DeFi footprint, including health factors and net APY, without visiting individual dApps.
Example Prompts
- "What is my total collateral health factor across all chains, and how much borrowing power do I have left on Arbitrum?"
- "Supply 100 USDC on Polygon and use it to borrow 50 USDT on Base using the Amped DeFi bridge flow."
- "List all available money market reserves for ETH on the Sonic chain and show me the current borrow APY."
Tips & Limitations
- Discovery First: Always utilize discovery tools like
amped_supported_tokensandamped_money_market_reservesbefore attempting a transaction to avoid failures due to insufficient liquidity or unsupported assets. - Risk Management: While the skill includes policy enforcement for slippage and spend limits, always monitor your cross-chain positions to prevent liquidation, especially during high volatility.
- Execution Modes: Use 'prepare' mode if you are developing or testing to inspect unsigned transactions before allowing your agent to sign them. This adds an extra layer of security for high-value operations.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ampedfinance-amped-defi": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
amped-openclaw
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.
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.
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.