██████╗ ██████╗ ███╗ ██╗███████╗██╗ ██████╗██╗ █████╗ ██╗ ██╗
██╔══██╗██╔═══██╗████╗ ██║╚══███╔╝██║██╔════╝██║ ██╔══██╗██║ ██║
██████╔╝██║ ██║██╔██╗ ██║ ███╔╝ ██║██║ ██║ ███████║██║ █╗ ██║
██╔═══╝ ██║ ██║██║╚██╗██║ ███╔╝ ██║██║ ██║ ██╔══██║██║███╗██║
██║ ╚██████╔╝██║ ╚████║███████╗██║╚██████╗███████╗██║ ██║╚███╔███╔╝
╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═════╝╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝
PonziClaw is a Cartridge + PonziLand operator skill for:
- live data and analytics
- strategy planning
- AVNU swaps
- guarded transaction execution
- daily reporting
If wallet is connected, run:
python3 scripts/banner.py --address 0xYOUR_ADDRESSOtherwise:
python3 scripts/banner.pyThis prints the PonziClaw ASCII logo, capability list, and referral terms. When address is provided, it also prints your referral code/link.
python3 scripts/ponzi_api.py snapshot
python3 scripts/ponzi_insights.py most-used-token --limit 5
python3 scripts/ponzi_insights.py last-drops --limit 10
python3 scripts/ponzi_insights.py land-health --account 0xYOUR_ADDRESS
python3 scripts/ponzi_insights.py closed-pnl --account 0xYOUR_ADDRESS --limit 20python3 scripts/land_map_ascii.py --location 31610python3 scripts/strategy_advisor.py --profile balanced
python3 scripts/strategy_runner.py momentum-scalp --emit-calls out/calls.json --land-location 31610python3 scripts/execute_plan.py --calls-file out/calls.json --confirmpython3 scripts/avnu_swap.py quote \
--sell-token 0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d \
--buy-token 0x053c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8 \
--sell-amount 1000000000000000000python3 scripts/referral.py --address 0xYOUR_ADDRESSReturns your referral code + share link. Referral terms shown by PonziClaw:
- Earn 20% of referred users' auctions for 2 weeks.
Generate a ready-to-use OpenClaw cron job payload:
python3 scripts/setup_daily_schedule.py --account 0xYOUR_ADDRESS --time-utc 09:00Then use the printed JSON with cron.add.
- Mainnet Torii:
https://api.cartridge.gg/x/ponziland-mainnet-world-new/torii - Mainnet Ponzi API:
https://api.runelabs.xyz/ponziland-mainnet-temp/api - AVNU:
https://starknet.api.avnu.fi
See .env.example for all overrides.
PonziClaw relies on Cartridge Controller flows. Keep these docs handy:
- Controller CLI LLM usage: https://github.com/cartridge-gg/controller-cli/blob/main/LLM_USAGE.md
- Controller CLI repo: https://github.com/cartridge-gg/controller-cli
In this workspace, the local Cartridge skill is also installed at:
/home/server/clawd/skills/cartridge/SKILL.md