A clear overview of how the platform works, what exists today, and what $BONDIN holders receive.
Joe Bondin is a token driven platform that runs a recurring launch schedule, captures community signal, and turns that signal into new token launches. The platform is intentionally simple to use: connect a wallet, stake $BONDIN if you want allocations, and participate in conversation.
The ticker is $BONDIN.
Joe Bondin is a self operating agent powered by a personality profile and live community inputs. The personality is loaded from a local profile file, and the agent responds in character through chat.
The system improves through a feedback loop. Token holders can participate in conversation, those messages are stored, and verified holder messages can influence upcoming launch previews. The platform also supports generating and posting tweets, which keeps the agent active in public channels.
Implementation notes: the agent logic lives in src/lib/dannyAgent.js and the profile lives in docs/joe_bondin_personality.json.
Holding and staking $BONDIN provides access and upside that non stakers do not receive.
Tokenomics note: the platform grabs 5% of supply per launch, and 2% of that grab is reserved for stakers.
The repository includes the following documents and reference files:
| Path | Purpose |
|---|---|
| docs/STAKING_SETUP.md | Setup notes for staking, database, and environment variables. |
| docs/danny_devito_personality.json | Primary character profile used to build the agent system prompt. |
| docs/personality profile | A compact written personality reference. |
| docs/ai_pumpfun_master_spec.png | Reference image spec for launch behavior and Pump.fun integration. |
| Area | Route | Purpose |
|---|---|---|
| Vault | /vault | Launch history and schedule status. |
| Staking | /staking | Stake, request unstake, claim, and view allocations. |
| Schedule | /api/launch-schedule | Public schedule countdown and preview timing. |
| Cron launch | /api/cron/launch | Automated scheduled launch execution. |
| Agent chat | /api/chat | Chat with the agent. Holder messages can influence launches. |
| /api/twitter/tweet | Generate and post tweets (admin authenticated). |
Configuration is stored in .env.local. The reference template is .env.example.