# elizaOS Discord - 2025-06-14

## Overall Discussion Highlights

### Twitter Account Suspension
- ElizaOS's X (Twitter) account with 149K followers has been suspended due to API policy violations
- The team is treating this as urgent and has contacted X to expedite resolution
- Farcaster is being prepared as a backup platform, not a replacement
- Community members debated whether to fight for restoration or focus on alternative platforms
- The Twitter plugin has been updated to use the PRO $200/month plan for individual users

### Technical Developments
- **Token-based Utility Protocol**: Discussion about creating a SaaS/AaaS protocol that would provide LLMs for token holders without requiring their own API keys
- **Agent Network Economy**: Proposals for implementing staking mechanisms, trust scores, and capability broadcasting in a framework-agnostic web3 network
- **"Login with Eliza"**: Ideas for hosted memory/DB services to enhance the platform
- **AInews Automation**: User "boom" reported successfully automating the "ainews" functionality with CLI integration, including a major refactor of the "showrunner"

### Plugin Issues
- Multiple users reported problems with the Twitter plugin's posting behavior, particularly with unwanted formatting in replies
- The knowledge plugin was reported as non-functional despite recent updates to version 1.0.5
- Authentication middleware issues were mentioned, with recommendations to avoid using auth tokens

## Key Questions & Answers

**Q: Who is currently building the biggest applications within elizaOS?**  
A: You can see 20 or so projects in the agent demos playlist: https://youtube.com/@elizaosdeveloper (answered by Kenk)

**Q: Can anyone point to a list of v2 compatible plugins? Or advise if most older plugins work with v2?**  
A: Anything that has a 1.x branch on https://github.com/elizaos-plugins/ should work (answered by Odilitime)

**Q: How do you contribute to Eliza?**  
A: Follow the documentation at https://eliza.how/docs/contributing and make a PR (self-answered by orayo)

**Q: Why is my Twitter bot posting with "\n\n" formatting?**  
A: This only occurs with replies; deleting 2 lines in node_modules/@elizaos/plugin-twitter/dist/index.js fixes it (answered by bitcryptowski.btc)

**Q: Has the project abandoned the Twitter account?**  
A: We haven't abandoned the Twitter account. We're treating this as urgent and have contacted X to expedite resolution. Farcaster is only being prepared as a backup option (answered by 辞尘鸽鸽)

## Community Help & Collaboration

1. **Twitter Plugin Troubleshooting**
   - Helper: aith | Helpee: bitcryptowski.btc
   - Context: Twitter plugin adding unwanted formatting to posts
   - Resolution: Suggested configuring the agent not to give formative text and using LOG_LEVEL=debug to diagnose

2. **Plugin Installation Support**
   - Helper: 0xbbjoker | Helpee: Johannes Weniger
   - Context: Plugin installation issues
   - Resolution: Provided specific commands to clean installation and reinstall with correct versions

3. **Twitter Plugin Fix Sharing**
   - Helper: bitcryptowski.btc | Helpee: wookosh
   - Context: Twitter plugin formatting issues
   - Resolution: Shared that deleting lines in the plugin's index.js file fixed the unwanted newlines

4. **Project Discovery Resources**
   - Helper: Kenk | Helpee: cloudAI
   - Context: Asked about who is building the biggest applications within elizaOS
   - Resolution: Directed to the agent demos playlist on YouTube

## Action Items

### Technical
- Fix Twitter plugin's formatting issues with replies adding "\n\n" (Mentioned by bitcryptowski.btc)
- Fix knowledge plugin installation failures despite version update to 1.0.5 (Mentioned by Johannes Weniger)
- Fix authentication middleware causing "Unauthorized access attempt" despite setting API key (Mentioned by Johannes Weniger)
- Update Twitter plugin to work with X's API policies (Mentioned by cjft)
- Complete video transcoding and encoding/sample rate issues for ainews automation (Mentioned by boom)
- Contact X to resolve account ban affecting project visibility (Mentioned by 辞尘鸽鸽)

### Feature
- Develop token-based utility SaaS/AaaS protocol for providing LLMs to token holders (Mentioned by cjft)
- Create "login with eliza" hosted memory/DB services (Mentioned by cjft)
- Implement agent network economy with staking mechanisms and trust scores (Mentioned by cjft)
- Develop framework-agnostic web3 network where agents broadcast capabilities (Mentioned by cjft)
- Create leaderboard system for best-performing agents (Mentioned by cjft)
- Design agent trading competition with measurable outcomes (Mentioned by jin)
- Create Gemini/VertexAI plugin for working with ML models for satellite images (Mentioned by orayo)
- Continue development of Farcaster as backup platform (Mentioned by 辞尘鸽鸽)