Website Β· Docs Β· Discord Β· Open Source Repo
The Contract Address is: 9V4m199eohMgy7bB7MbXhDacUur6NzpgZVrhfux5pump
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
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