Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PonziClaw

██████╗  ██████╗ ███╗   ██╗███████╗██╗ ██████╗██╗      █████╗ ██╗    ██╗
██╔══██╗██╔═══██╗████╗  ██║╚══███╔╝██║██╔════╝██║     ██╔══██╗██║    ██║
██████╔╝██║   ██║██╔██╗ ██║  ███╔╝ ██║██║     ██║     ███████║██║ █╗ ██║
██╔═══╝ ██║   ██║██║╚██╗██║ ███╔╝  ██║██║     ██║     ██╔══██║██║███╗██║
██║     ╚██████╔╝██║ ╚████║███████╗██║╚██████╗███████╗██║  ██║╚███╔███╔╝
╚═╝      ╚═════╝ ╚═╝  ╚═══╝╚══════╝╚═╝ ╚═════╝╚══════╝╚═╝  ╚═╝ ╚══╝╚══╝

PonziClaw is a Cartridge + PonziLand operator skill for:

  • live data and analytics
  • strategy planning
  • AVNU swaps
  • guarded transaction execution
  • daily reporting

First run behavior

If wallet is connected, run:

python3 scripts/banner.py --address 0xYOUR_ADDRESS

Otherwise:

python3 scripts/banner.py

This prints the PonziClaw ASCII logo, capability list, and referral terms. When address is provided, it also prints your referral code/link.

Core commands

Data + analytics

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 20

Land map (ASCII 3x3)

python3 scripts/land_map_ascii.py --location 31610

Strategy

python3 scripts/strategy_advisor.py --profile balanced
python3 scripts/strategy_runner.py momentum-scalp --emit-calls out/calls.json --land-location 31610

Execute (guarded)

python3 scripts/execute_plan.py --calls-file out/calls.json --confirm

AVNU swap

python3 scripts/avnu_swap.py quote \
  --sell-token 0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d \
  --buy-token 0x053c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8 \
  --sell-amount 1000000000000000000

Referrals

python3 scripts/referral.py --address 0xYOUR_ADDRESS

Returns your referral code + share link. Referral terms shown by PonziClaw:

  • Earn 20% of referred users' auctions for 2 weeks.

Daily schedule setup (easy)

Generate a ready-to-use OpenClaw cron job payload:

python3 scripts/setup_daily_schedule.py --account 0xYOUR_ADDRESS --time-utc 09:00

Then use the printed JSON with cron.add.

Defaults

  • 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.

Upstream references

PonziClaw relies on Cartridge Controller flows. Keep these docs handy:

In this workspace, the local Cartridge skill is also installed at:

  • /home/server/clawd/skills/cartridge/SKILL.md

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages