# ElizaOS Weekly Newsletter (2026-03-22 → 2026-03-28)

## 1) Executive Summary

**This week was all about “agents in the wild”**—moving from demos to real, composable capabilities and clearer ecosystem coordination.

1. **On-chain decision provenance landed in the plugin pipeline.** The community introduced **xProof.app**, a new ElizaOS plugin that anchors *agent decisions* on-chain (MultiversX) **before execution**, creating an immutable timestamp trail for verification and auditability. A registry PR is already in flight, making this one of the most concrete “trust & provenance” extensions we’ve seen recently.

2. **Autonomous trading stayed front-and-center, with multiple parallel efforts.** From early collaboration requests around autonomous trading agents to **meowww404’s “trading flow” plugin** (aimed at plug-and-play integration with existing trading infrastructure), builders are converging on a shared theme: agents that can safely act in markets, not just chat about them.

3. **Governance clarity improved around ecosystem projects.** A heated Discord debate ended with an important clarification: **Hyperscape is Eliza-related but not an official Eliza Labs product**—best described as *incubated* by Eliza and sitting somewhere between a joint venture and an independent Shaw-led initiative. This kind of clarity helps contributors understand what’s “core,” what’s “adjacent,” and where to route support and expectations.

---

## 2) Development Updates (Framework, Plugins, Infra)

### Plugin ecosystem momentum: provenance + trading
- **xProof.app plugin (MultiversX provenance):**
  - Purpose: **Anchor each agent decision on-chain prior to execution**, producing a chain-authored timestamp rather than an agent-authored claim.
  - Why it matters: This is a practical building block for **auditable agents**, compliance-friendly automations, and any workflow where you want “prove what the agent decided, when, and in what order.”
  - Installation shared in Discord:
    - `npm install @elizaos/plugin-xproof`
    - `npm install @xproof/xproof`
  - Bonus: **10 free certificates** with **no wallet required**, lowering the friction for experimentation.

- **Trading flow plugin (inquiry + next steps):**
  - Builder **meowww404** described a plugin designed to let Eliza agents integrate with trading systems in a **plug-and-play** manner.
  - The key open question was process/timeline for inclusion in the main plugin registry/repo and distribution support.
  - **Odilitime’s next-step request was clear:** share the **registry PR or plugin name** so it can be reviewed and routed.

### Platform & infrastructure: simplifying environments
- The team discussed continued work on **DegenAI** and a notable infrastructure step: **collapsing production + dev into a single staging environment** (a single “Spartan” instance) to reduce operational overhead while keeping all customer data in one managed place.
- Directionally, DegenAI is being positioned to **host the platform experience** and to support:
  - **Babylon prediction market functionality**
  - **Autonomous trading features**
  
### Business model refresher (important context for builders)
- ElizaOS continues to be positioned as:
  - **Open-source framework:** build agents, plugins, integrations.
  - **Commercial SaaS platform (elizacloud):** simplify deployment/operations for users who don’t want to run everything themselves.
- The ecosystem is also seeing **third-party hosting** emerge (e.g., *hatcher.host* offering trials), which is a strong signal that “deployment as a product” is becoming a real layer of the stack.

---

## 3) Community Spotlight (Discord Builders & Discussions)

### Builder spotlight: deterministic “NFT → agent personality” system
Community member **sailorpepe.eth** shared a surprisingly complete system: an NFT collection of **4,444 AI agent workspaces** where **visual traits deterministically map into personality** across **7 dimensions** (Big Five + trading-related scores).

Notable architecture details shared:
- **ElizaOS V1 spec compatibility**, including YAML frontmatter and `character.json` export.
- A **3-tier, MemGPT-style memory architecture** (suggesting separation of short-term context, working memory, and longer-term recall).
- A **live market data pipeline** feeding agent sessions from CoinGecko, DeFiLlama, and DexScreener APIs.
- A “soul viewer” UI and downloadable workspaces.

Why this matters: it’s a concrete example of **identity + personality + data + memory** being packaged into a reproducible “agent product,” not just a one-off bot.

### Community coordination: autonomous trading collaboration
- **Ape Ape | KairoGuard** asked for feedback and collaboration on autonomous trading agents built on ElizaOS.
- **Denis** suggested watching/participating in the hackathon launching around that time as a fast path to testing and iteration.
- **gelgit.eth** requested to see the setup—an encouraging sign that builders want to review implementations, not only discuss ideas.

### Governance/positioning clarity: Hyperscape relationship to Eliza
- The community surfaced confusion about whether Hyperscape is a “core Eliza Labs project.”
- **Odilitime** (and **satsbased**) clarified:
  - Hyperscape is **incubated by Eliza** and **Eliza-related**
  - It is **not** an official Eliza Labs product launch
  - Best framed as **between a joint venture and Shaw’s independent project**
  
This is exactly the kind of clarification that helps contributors decide where to file issues, where to contribute code, and what counts as “official roadmap.”

### Talent & collaboration
- In **#coders**, **trace** introduced themselves as an AI + full-stack engineer focused on LLM orchestration, RAG, multi-step agent workflows, multimodal chat/voice/OCR, backend APIs, and automation—open to new opportunities and collaborations. If you’re staffing up for an agent product, this is a good person to connect with.

---

## 4) Token Economics (AI16Z / Jeju, elizaOS, DegenAI, auto.fun)

- **Official token stance (per Labs):** **elizaOS** and **DegenAI** are the **two tokens minted and supported by the labs**.
- **AI16Z → Jeju:** The community reiterated that AI16Z (now referred to as **Jeju**) is intended to **power an upcoming chain**—i.e., positioned beyond “just a memecoin” once the chain launches.
- **Migration window reality:** For holders who missed the AI16Z migration window, Odilitime noted there’s a **waitlist** approach via DM, but **no guarantees**—worth highlighting so expectations remain realistic.
- **Exchange traction:** **BitDelta** offered a **free listing** for AI16Z after internal due diligence and asked to connect with marketing/growth for rollout planning.
- **auto.fun:** The “auto.fun enjoyer” presence in roles is a reminder that community attention remains high on agent-driven experimentation. As auto.fun evolves, expect more cross-pollination between “agent UX” and tokenized distribution mechanics (even when not formally announced as part of core ElizaOS).

---

## 5) Coming Soon (What to Watch Next)

- **Plugin registry additions:** Expect movement on the **xProof** registry PR and (potentially) the **trading flow plugin** once the author shares the PR/name for review.
- **Clearer plugin submission + distribution docs:** The repeated questions about “how do I get my plugin included?” suggest we’ll likely see improved documentation or a more explicit checklist/process.
- **DegenAI platform hosting milestone:** Watch for updates as environments consolidate and DegenAI moves closer to being the “host surface” for platform features like prediction markets and autonomous trading.
- **More Babylon visibility:** The **Babylon Demo Day** broadcast is a signal that demos and public showcases are increasing—good timing if you’re building an integration and want visibility.

---

## 6) Resources (Threads, PRs, Installs, Key Context)

- **xProof plugin registry PR:** **elizaos-plugins/registry PR #266** (submitted; pending review/merge)  
- **Install xProof locally:**
  - `npm install @elizaos/plugin-xproof`
  - `npm install @xproof/xproof`
- **Discord discussion reference points:**
  - Hyperscape relationship clarification + plugin inclusion Qs (💬-discussion)
  - Builder intros & collaboration (💬-coders)
- **Babylon Demo Day:** Shared live on X via community broadcast (check recent Discord pins/messages in discussion/partners channels)

--- 

If you’re building this week: consider pairing **provenance (xProof)** with **high-stakes actions (trading, prediction markets)**—that combo is quickly becoming a defining “ElizaOS-style” pattern for agents that can act, not just speak.