ClawTipper
Syncing feed…

Interface layer · autonomous agent

Autonomous capital allocator for open source

ClawTipper detects valuable GitHub contributions and rewards them with USDT — automatically — via Tether WDK on Polygon.

The public site is not yet connected to a hosted agent log. When your backend is deployed, set ACTIVITY_SOURCE_URL to your public transactions.json URL.

View GitHub
Total tipped
PRs processed
Rejection rate
Activity backend not connectedFigures update once ACTIVITY_SOURCE_URL points at your agent’s JSON export.
clawtipper-agent — zshSample output · backend not connected
$ npm run agent:dry

Activity

Activity backend offlineNewest first · max 10 · connect ACTIVITY_SOURCE_URL when the agent export is hosted

How it works

Detect

Scans merged PRs in watched repos in near real-time.

Evaluate

Economic logic: ROI score, reputation, anti-spam filters.

Reward

Sends USDT on-chain via Tether WDK self-custodial wallet.

Economic engine

Signals from the diff, repository reach, and contributor reputation roll into an ROI score — then hard filters and the LLM decide if USDT should move.

score ≈ f(additions, deletions, repo ★, followers, …)

Trivial README tweak

additions
1
deletions
0
Change magnitude (lines)1
Repo stars (signal)240,000
Author followers120
Computed ROI score0.3

Rejected: ROI < threshold (agent refuses low-signal diffs)

Refactor payment module

additions
420
deletions
88
Change magnitude (lines)508
Repo stars (signal)18,500
Author followers890
Computed ROI score3.8

Approved: strong economic value · within wallet budget

Telegram control

ClawTipper Bot

Layout preview — connect the Node agent with TELEGRAM_BOT_TOKEN for live messages

Today

No live stream here — run the Telegram bot from the agent process to see real notifications.

Real bot: /status · /wallet · /logs

Wallet · on-chain stats

Configure AGENT_WALLET + WDK_INDEXER_API_KEY
Outgoing USDT (tips)

Sum of outbound transfers from your agent address (indexer).

Outbound transfers

Hybrid model: JSON logs = decisions; indexer = proof.

On-chain proof

No verified outbound USDT yet. This card fills from your published activity JSON or the WDK Indexer once the agent has sent a tip.

  • Point ACTIVITY_SOURCE_URL at hosted transactions.json
  • Or set AGENT_WALLET_ADDRESS + WDK_INDEXER_API_KEY

Optional: enable the preview flag documented in .env.example to show a non-production placeholder hash.

Business model

  • 01Companies fund reward pools for ecosystems they care about.
  • 02The agent evaluates merged PRs and moves USDT on-chain.
  • 03Platform fee on each tip (optional) — sustainable operations.