🧪 Skills
Bitget Poolx Monitor
Monitor Bitget PoolX for new staking projects using r.jina.ai to bypass Cloudflare. Detect ETH, BTC, SOL and other pool launches.
v1.1.0
Description
name: Bitget PoolX Monitor description: Monitor Bitget PoolX for new staking projects using r.jina.ai to bypass Cloudflare. Detect ETH, BTC, SOL and other pool launches. version: "1.1.0" author: Liuge tags:
- bitget
- poolx
- monitor
- crypto
- staking
- jina
Bitget PoolX Monitor
Monitor Bitget PoolX for new staking project launches.
Features
- Uses r.jina.ai to bypass Cloudflare protection
- Fast and reliable (no Playwright needed)
- Detects new staking pools (ETH, BTC, SOL, etc.)
- Automatic notification support
Usage
Command Line
curl -s "https://r.jina.ai/https://www.bitget.com/events/poolx"
Python
import requests
def check_poolx():
url = "https://r.jina.ai/https://www.bitget.com/events/poolx"
content = requests.get(url).text
if "Ongoing" in content:
# Check for new pools
return "Has active pools"
return "No pools"
Output Example
Ongoing (2)
- BTC Pool: 2,473 BTC, APR 2.74%
- ETH Pool: 80,664 ETH, APR 7.33%
Monetization
This skill includes SkillPay integration:
- Charge users per API call (0.001 USDT)
- Check balance before execution
- Payment link for deposits
Files
- bitget-monitor.py - Main script using r.jina.ai
- billing.py - SkillPay billing integration
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!