BACKBOT ($BACK)
_
100% of creator rewards go to automated on-chain buybacks. No team wallet. No human admin. Just code executing forever.
How It Works
MONITOR
Scans X activity in real time. Polls for mentions every ~30 seconds with intelligent rate limiting.
DETECT
Identifies mentions, reply chains, and engagement signals. Fetches parent tweet context for relevant responses.
EXECUTE
Triggers AI-powered replies via Anthropic Claude and automated buybacks via pump.fun Tokenized Agent.
Agent Architecture
Treasury Agent
[ACTIVE]Manages creator reward collection and executes automated buybacks via pump.fun Tokenized Agent. All purchased tokens are burned permanently.
Social Agent
[ACTIVE]Monitors X/Twitter for mentions, generates context-aware replies using Anthropic Claude with a 3-attempt fallback strategy. Never misses a mention.
Autonomous Logic
[RUNNING]Orchestrates all agent behavior without human intervention. Handles rate limits, error recovery, and stateless restart. The loop never stops.
Buyback Mechanics
FLOW
Token trades on pump.fun
Creator rewards accumulate
100% sent to Tokenized Agent
Agent executes buyback
Purchased tokens are burned
100% Creator Rewards to Buybacks
Every single fee earned from the token goes directly to the automated buyback engine. Zero percent to any team wallet.
Automated Buy & Burn
pump.fun's Tokenized Agent executes buybacks on an hourly schedule. Purchased tokens are burned — permanently removed from circulating supply.
No Human Intervention
The buyback mechanism is autonomous. No one decides when or how much — the smart contract handles everything based on available rewards.
Transparent & On-chain
Every buyback transaction is visible on Solana. The Agent Deposit Address is public. Anyone can verify the flow.
Whitepaper
// BACKBOT Protocol Specificationagent BACKBOT {type = "autonomous_ai"chain = "solana"platform = "pump.fun"ai_model = "anthropic/claude"treasury {creator_rewards = 100%buyback_mode = "automated"token_fate = "burn"schedule = "hourly"agent_type = "tokenized_agent"}social {platform = "x/twitter"poll_interval = 30sstrategy = "3_attempt_fallback"context = parent_tweet + mentionrefusal_handler = "auto_fallthrough"}invariants {human_admin = falseteam_wallet = nullautonomous = trueuptime_target = infinity}}
The protocol is the product. No promises beyond what the code does. Verify everything on-chain.