Skip to content

AirdropFamilyIDN-V2-0/R2-Testnet-S1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 R2 Testnet Final Automation Bot

By ADFMIND TEAM
🔁 Auto Swap | 💧 Add Liquidity | 🪙 Stake | 🔄 Full Flow
✅ Siap jalan untuk farming dan eksplorasi testnet R2


✨ Fitur Utama

  • ✅ Auto Approve token
  • 🔁 Swap R2 ke USDC dan R2USD
  • 💧 Tambah LP:
    • R2 + USDC
    • R2 + R2USD
    • R2USD + USDC (Router Matrix)
    • sR2USD + R2USD (Router Matrix)
  • 🪙 Staking:
    • R2USD ke sR2USD
    • WBTC

⚙️ Konfigurasi

1. Edit file network_config.json

{
  "rpc": "https://ethereum-sepolia-rpc.publicnode.com",
  "chain_id": 11155111,
  "slippage": 0.005,
  "swap_routers": {
    "r2_to_usdc": "0xeE567Fe1712Faf6149d80dA1E6934E354124CfE3",
    "usdc_to_r2usd": "0xeE567Fe1712Faf6149d80dA1E6934E354124CfE3"
  },
  "tokens": {
    "R2": {"address": "0xb816bB88f836EA75Ca4071B46FF285f690C43bb7", "decimals": 18},
    "USDC": {"address": "0x8BEbFCBe5468F146533C182dF3DFbF5ff9BE00E2", "decimals": 6},
    "R2USD": {"address": "0x9e8ff356d35a2da385c546d6bf1d77ff85133365", "decimals": 6},
    "sR2USD": {"address": "0x006cbf409ca275ba022111db32bdae054a97d488", "decimals": 6},
    "WBTC": {"address": "0x0bC0151D7bD5a4bCAb34d1800D4b9dbE0D14CA03", "decimals": 8}
  },
  "swap_amounts": {
    "r2_to_usdc": 0.001,
    "usdc_to_r2usd": 0.5
  },
  "staking": {
    "contract": "0xad3b4e20412a097f87cd8e8d84fbbe17ac7c89e9"
  }
}

2. Buat file pkevm.txt

0xPRIVATEKEY1
0xPRIVATEKEY2
...

3. Pastikan file ABI tersedia:

  • token_abi.json
  • router_swap_abi.json

▶️ Cara Menjalankan

git clone https://github.com/AirdropFamilyIDN-V2-0/R2-Testnet-S1.git
cd R2-Testnet-S1

Install modul yang di butuhkan !

pip install web3 eth_abi rich
python bot.py

🖥️ Tampilan Terminal

image

╭──────── R2 Testnet Tool ────────╮
│ Auto Swap, Transfer, LP & Stake │
│ By ADFMIND TEAM                 │
│ Join Telegram                   │
╰───── Full Flow Automation ──────╯
--------------------------------------------------
✅ Connected to RPC

▶ Wallet 1: 0x0901...F872
📍 Swap R2 → USDC
📍 Add LP: R2 + USDC
📍 Stake R2USD → sR2USD

👥 Join & Support


📜 Lisensi

MIT License © ADFMIND TEAM 2025

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages