# elizaOS Discord - 2025-12-04

## Overall Discussion Highlights

### Token Migration Issues
- A unilateral snapshot taken on November 11, 2025, without prior notice has caused migration problems, particularly for Korean exchanges like Bithumb and Coinone
- The Digital Asset eXchange Alliance (DAXA) has placed AI16Z under an "Investment Warning"
- Many users are encountering "Max amount reached" errors during migration
- Community members are actively identifying and warning about scammers posting fake support links
- The team is directing users to the official migration channel and support ticket system

### Development Updates
- **Upcoming Launches**: Babylon platform, ElizaCloud, and Otako are in development
- A demo call for Agent building was held, with recordings available for those who missed it
- The community is creating educational content about ElizaOS and sharing it on social media
- Plugin registry contributions are being encouraged via GitHub pull requests

### Developer Experience Concerns
- Core developers identified significant usability issues with the ElizaOS framework
- Creating a basic agent requires excessive boilerplate code with numerous errors and warnings
- Shaw highlighted that even a "hello world" agent requires complex database setup, service registration, and connection management
- Stan proposed an ElizaOS wrapper class to significantly simplify the API
- The team agreed that while advanced options should remain available, the default experience must be dramatically simplified to compete with frameworks like Mastra

### Market & Competition Discussion
- Partners discussed Anthropic's revenue growth and potential IPO motivations
- Mentioned competition from Chinese model providers releasing open-source alternatives to major models
- Speculative discussion about viral features for AI agents, including social connection tracking and hypothetical image generation

## Key Questions & Answers

**Q: How can holders migrate AI16Z tokens to ElizaOS?**  
A: Users should go to the migration channel (answered by The Light)

**Q: What happens if I bought AI16Z before November 11?**  
A: Your assets are safe whether Bithumb supports the migration or not (answered by Omid Sa)

**Q: Is Bithumb delisting AI16Z?**  
A: They haven't announced their final decision yet (answered by Omid Sa)

**Q: What should I do if I get "Max amount reached" during migration?**  
A: Open a support ticket in the official channel (answered by jasyn_bjorn)

**Q: Is there any recording of the agent building event?**  
A: Yes, available on YouTube with more sessions coming in the next couple of weeks (answered by Kenk)

**Q: How can I add a plugin to official registry?**  
A: https://github.com/elizaos-plugins/registry (answered by Odilitime)

**Q: How can I create an Eliza agent in 10 lines or less?**  
A: Stan shared a simplified wrapper using ElizaOS class that handles most of the complexity (answered by Stan ⚡)

**Q: Why does bootstrap plugin throw errors about "No world found for user during onboarding"?**  
A: It's related to old the-org functionality and is wrongly flagged as an error (answered by Odilitime and sayonara)

**Q: Do we need bootstrapPlugin for basic functionality?**  
A: Yes, currently needed for REPLY action and character provider (answered by Stan ⚡)

## Community Help & Collaboration

1. **Token Migration Support**
   - Omid Sa helped multiple users anxious about migration status for tokens purchased before snapshot
   - Omid Sa and others identified scammers posting fake support links and warned users
   - Kenk directed cryptobluff to instructions for migrating tokens in Phantom wallet
   - Hexx 🌐 helped ali who was confused about migration process and concerned about scammers

2. **Developer Assistance**
   - Odilitime helped 0xbayo with information on how to add a plugin to the official registry
   - Stan ⚡ provided shaw with a minimal implementation using ElizaOS wrapper class
   - sayonara shared a link to standalone-cli-chat.ts example that was tested and working
   - Odilitime explained API changes regarding messageService.handleMessage

## Action Items

### Technical
- Complete migration support for Korean exchange users (Mentioned by Multiple users)
- Fix "Max amount reached" error during token migration (Mentioned by fred974)
- Continue development of Babylon platform, ElizaCloud, and Otako (Mentioned by Omid Sa)
- Create a simplified wrapper around AgentRuntime to reduce setup to ~10 lines of code (Mentioned by shaw)
- Fix bootstrap plugin to not throw errors about "No world found for user during onboarding" (Mentioned by shaw)
- Move essential functionality (REPLY action, character provider) from bootstrap plugin to core (Mentioned by shaw)
- Automate database adapter registration and migration in runtime.initialize() (Mentioned by shaw)
- Wrap ensureConnection and createMessageMemory into handleMessage with sensible defaults (Mentioned by shaw)
- Fix AI_SDK warnings or provide better suppression options (Mentioned by Odilitime)
- Submit PR to add plugin to official registry (Mentioned by 0xbayo)

### Documentation
- Add bridge URL to rules and FAQ channel (Mentioned by hildi)
- Create clearer communication about migration process for exchange users (Mentioned by savetimepeople)
- Create clear examples for setting up ElizaOS with minimal code (Mentioned by shaw)

### Feature
- Support migration for tokens held on Korean exchanges (Mentioned by Multiple users)
- Add a createAgentRuntime function that handles all the boilerplate (Mentioned by shaw)
- Implement sensible defaults for connection parameters (Mentioned by cjft)
- Implement social connection tracking via shared links for AI agents (Mentioned by DorianD)
- Create image generation for hypothetical shared entities between users (Mentioned by DorianD)
- Enable creation of new AI agents based on generated entities (Mentioned by DorianD)