Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 616 Bytes

File metadata and controls

28 lines (24 loc) · 616 Bytes

ALP-Looping

ALP LOOPING for KOII - TEST

ALP Looping Bot: USDC x KOII (Arbitrum)

This Python bot automates an ALP looping strategy using:

  • ✅ USDC (DeFi token)
  • 🌐 KOII (DePIN token)
  • 🧠 Radiant Capital Lending
  • 🔄 Uniswap V3 for token swaps

Features

  • ALP Looping: deposit, borrow, swap
  • DEX integration via Uniswap V3
  • KOII token swap from borrowed USDT
  • Basic LTV monitoring
  • No external alerts (Telegram-free)
  • Easy customization and extension

Requirements

  • Python 3.9+
  • Web3.py
  • dotenv
  • Arbitrum RPC URL

Setup

  1. Install dependencies:
pip install -r requirements.txt