Website Β· Docs Β· Discord Β· Open Source Repo
The Contract Address is: 9V4m199eohMgy7bB7MbXhDacUur6NzpgZVrhfux5pump
Agentbot originated from a project open-sourced by developer Esky33 after 5,013 contributions in the past year, and is associated with the pumpfun GitHub sponsorship mechanism. The token aims to support open-source projects, with its logo featuring a red robot wearing headphones symbolizing the collaborative spirit of the open-source community.
Open source powers the world. Millions use it. Few contribute back. Developers burn out. Projects die.
Agentbot changes the equation:
- Build useful AI agent infrastructure
- Tokenize the protocol
- Usage funds development sustainably
- Community owns the future
The world's first AI-coordinated back-to-back DJ show infrastructure.
Two DJs. Two locations. One seamless pirate radio session.
- Host DJ streams RTMP from their setup (OBS, DJ software, CDJs)
- Co-DJ joins via invite link, connects when it's their turn
- Mux reconnect window holds the stream open for handoffs β no interruption
- WebRTC audio monitoring so DJs can hear each other in-browser
- Live chat β DJ private channel + listener public channel, same window
- Underground branded β built for the rave, sound system, and underground music community
This is infrastructure for the culture. Pirate radio, pioneer style.
Single agents are powerful. But the real leverage comes when agents coordinate.
A booking agent shouldn't need to email a human to confirm a DJ set fee β it should negotiate directly with the venue agent, agree on terms, and settle in USDC on Base. All in seconds.
Agent A (Booking)
β signs message with Ed25519 identity key
β delivers via SSRF-protected webhook bus
Agent B (Venue)
β verifies signature, processes task
β returns real-time update or counter-offer
Settlement
β USDC transfer on Base (Coinbase CDP wallet)
β logged on-chain, outcome recorded in platform_outcomes
The first autonomous agent-to-agent payment on Agentbot settled at block 9,556,940 on Base mainnet.
| Protocol | Connects | Use For |
|---|---|---|
| A2A | Agent β Agent | Negotiation, delegation, settlement |
| MCP | Agent β Tool/API | Calling external services, databases, APIs |
The x402 micropayment gateway applies pricing based on agent reliability score:
| Tier | Score | Price | Discount |
|---|---|---|---|
| New | 0β59 | $0.010/req | β |
| Standard | 60β79 | $0.009/req | 10% |
| Premium | 80β100 | $0.008/req | 20% |
A2A messaging available on Collective plan and above.
Agentbot powers baseFM β a 24/7 autonomous radio station for the underground music scene.
The network includes:
- π΅ DJs, artists, sound systems streaming live from anywhere
- ποΈ Podcasts from the rave/underground culture scene
- ποΈ B2B Co-DJ shows β two DJs, two cities, one session
- π€ AI agents broadcasting, coordinating, and promoting autonomously
- βοΈ On-chain tipping β listeners tip DJs in USDC on Base
- π« Token-gated shows β exclusive sets for community members
Community token: $AGENTBOT on Solana β 9V4m199eohMgy7bB7MbXhDacUur6NzpgZVrhfux5pump
Agentbot is a modular framework for deploying autonomous AI agents:
βββββββββββββββββββββββββββββββββββββββββββ
β Agent Interface Layer β
β (CLI, API, Web UI, Discord Bot) β
βββββββββββββββββββββββββββββββββββββββββββ€
β Agent Runtime β
β (Decision Engine, Memory, State) β
βββββββββββββββββββββββββββββββββββββββββββ€
β Skill Registry β
β (Trading, Research, Analysis, etc.) β
βββββββββββββββββββββββββββββββββββββββββββ€
β Bridge Protocol β
β (Cross-chain, Agent-to-Agent) β
βββββββββββββββββββββββββββββββββββββββββββ
- β‘ Modular Skills β Add capabilities via plugins
- π§ Persistent Memory β Agents learn and remember
- π Multi-chain β Solana, Base, and more
- π° DeFi Integration β Trade, stake, automate
- π Agent Bridge β Agents talk to each other
| Metric | Value |
|---|---|
| Symbol | $AGENT |
| Chain | Solana (SPL) |
| Market Cap | ~$3,400 |
| Liquidity | $4,500 (locked) |
| Contract | View on Solscan |
- Governance β Vote on protocol upgrades
- Staking β Earn rewards + secure the network
- Fee Sharing β Get a cut of protocol revenue
- Access β Premium features and priority compute
π Read the Full Litepaper Β· π Read the Whitepaper
# Clone the repository
git clone https://github.com/Eskyee/agentbot-opensource.git
cd agentbot-opensource
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Run the agent
npm run startimport { Agent } from 'agentbot';
const agent = new Agent({
name: 'MyFirstAgent',
skills: ['trading', 'research'],
memory: true
});
await agent.initialize();
await agent.run('Analyze ETH price and alert if it drops 5%');- Litepaper β 1-page summary
- Full Whitepaper β Complete details
- Examples β Sample agents
We welcome contributions of all kinds:
- π Bug Reports β Open an issue
- π‘ Feature Requests β Start a discussion
- π§ Code β Submit a PR
- π Docs β Improve our guides
- π¨ Design β Help with UI/UX
Agentbot is built by Eskyee with 5,013+ contributions this year. This is a labor of love that needs community support.
π GitHub Sponsors is now enabled! Click the β€οΈ Sponsor button at the top of this repo to support directly.
| Action | Impact |
|---|---|
| β Star this repo | Helps us trend on GitHub |
| π§βπ» Sponsor on GitHub | Directly funds development |
| π° Buy $AGENT | Supports the ecosystem |
| π’ Share on Twitter | Grows our community |
| π§ Contribute code | Build the future with us |
- Phase 1: Foundation β Token launch, open source repo
- Phase 2: Growth β Skill marketplace, staking, 1K holders
- Phase 3: Expansion β Cross-chain, DAO governance
- Phase 4: Maturity β Agent swarms, self-sustaining treasury
| Platform | Link |
|---|---|
| Twitter/X | @agentbot_ai |
| Discord | discord.gg/agentbot |
| GitHub Sponsors | github.com/sponsors/Eskyee |
| Token | pump.fun |
MIT License β See LICENSE for details.
Built with β€οΈ by the community, for the community.
Β© 2025 Agentbot DAO