u/Agile_Commercial9558

Stopped paying for autonomous agent tools, turned my Claude Code sub into one instead

Stopped paying for autonomous agent tools, turned my Claude Code sub into one instead

Was about to subscribe to yet another "autonomous AI agent" SaaS and realized my Claude Code subscription could already do what I needed.

Found an open-source wrapper (ClaudeClaw) that runs Claude Code as a background daemon:

  • Telegram bot front-end (text/voice/images)
  • Cron jobs for recurring prompts
  • Web dashboard

Zero API keys, zero extra billing. . 2 commands to install.

Recorded an 8-min walkthrough so others can reproduce it: https://www.youtube.com/watch?v=91zuX5AgxPw

Repo: https://github.com/moazbuilds/claudeclaw

▲ 4 r/BlockchainStartups+2 crossposts

AI agents can now pay for their own APIs and trade crypto autonomously

Something shifted this month and I don't think people realize it yet.

AI agents no longer need API keys. They pay per call from their own

wallet using x402 (HTTP 402 micropayments). You fund the wallet once,

the agent handles the rest.

I tested it with Claude Code + Mobula's MPP server. In a few minutes

my agent was pulling live prices on 90+ chains (Solana, Ethereum, Base,

Arbitrum…) and executing swaps on Jupiter, Uniswap and Raydium,

completely on its own.

No keys. No subscription. No rate limits. Calls cost fractions of a cent.

Setup video: https://youtu.be/egpFN0g8WdI

Repo: https://github.com/moazbuilds/claudeclaw

Docs: https://docs.mobula.io/guides/x402-integration-guide

This is what "agentic commerce" actually looks like. Curious what

others are building with x402.

u/Agile_Commercial9558 — 3 days ago

I gave my Claude subscription access to live crypto market data here's the setup (open source)

Been experimenting with letting Claude pull real-time market data instead of pasting CoinGecko screenshots into the chat every time I want to research a token.

The setup that ended up working:

claudeclaw open-source agent runner that uses your existing Claude subscription instead of burning API credits. Repo: https://github.com/moazbuilds/claudeclaw

Mobula skill plugs into the agent and gives it access to prices, market caps, holders, on-chain activity across chains. Skill: https://clawhub.ai/flotapponnier/mobula

Once wired up, I can ask things like "compare the holder distribution of these 3 tokens" or "which of my watchlist tokens had unusual volume in the last 4 hours" and it just… does it. No copy-pasting, no switching tabs.

5-min video walkthrough showing the setup end to end: https://www.youtube.com/watch?v=tkaXQMkvY8Y

What's been most useful for me is research workflows, the agent can chain calls (find token → check holders → check recent trades → summarize) which is annoying to do manually.

Curious if anyone else is building agentic research workflows for crypto. What skills/tools have you wired into yours?

u/Agile_Commercial9558 — 4 days ago
▲ 2 r/ethdev

Most Solana scam tokens have the same on-chain fingerprint

Genuine question for the Solana traders here — the rug rate on new launches is brutal and I've been trying to systematize the filtering instead of relying on gut feel.

What's been working for me: scoring tokens by sniper/bundler concentration in the first blocks after launch. If a big chunk of supply was scooped up by coordinated wallets in the launch window, it's almost always a coordinated dump waiting to happen. That single signal alone catches a huge share of the obvious scams. I packaged the approach into an open-source scanner using the Mobula API (they expose the sniper/bundler data directly, which saved me from running my own indexer):

Repo: https://github.com/Flotapponnier/sniper-bundler

Video walkthrough: https://www.youtube.com/watch?v=ezpfG_Tc6A0

Detection logic explained: https://docs.mobula.io/almanac/detecting-snipers-bundlers

But I know I'm missing things. What signals are you using that I should add?

reddit.com
u/Agile_Commercial9558 — 5 days ago