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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ampedfinance/amped-defi-publishWhat 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
- "Check my total health factor across all chains and tell me if I have enough borrowing power to supply 1000 USDC on Arbitrum."
- "Find the best route to swap 2 ETH on Ethereum for USDC on Base using the SODAX SDK."
- "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_positionsinstead 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
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-publish": {
"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.