Claude Code Plugins

Community-maintained marketplace

Feedback

AAVE DeFi system - Ladder buying, cold storage siphon, profit tracking. 12 modules for DeFi lending automation.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name aave-system
description AAVE DeFi system - Ladder buying, cold storage siphon, profit tracking. 12 modules for DeFi lending automation.

AAVE_system - DeFi Automation

Location: /Volumes/LegacySafe/SS_III/AAVE_system/

What It Does

DeFi lending and profit extraction automation:

  • Ladder System - Dollar-cost averaging entry strategies
  • Cold Storage Siphon - Auto-transfer profits to cold wallet
  • Profit Tracker - P&L monitoring across positions
  • AAVE Monitor - Health factor and collateral monitoring

Key Modules

tiered_ladder_system.py       - Multi-level DCA entries
unified_ladder_system.py       - Unified ladder logic
cold_storage_siphon.py         - Automatic profit extraction
profit_tracker.py              - P&L calculation
aave_monitor.py                - Health factor monitoring
exchange_injection_protocol.py - Capital deployment

How to Use

cd /Volumes/LegacySafe/SS_III/AAVE_system

# Monitor AAVE position
python aave_monitor.py

# Run ladder system
python unified_ladder_system.py

# Execute profit siphon
python cold_storage_siphon.py

Status

  • Files: 12 Python modules
  • Purpose: DeFi automation, profit extraction, position monitoring