The BIG 'introduce yourself' thread

Hello everyone,

I am Mayowa, I am just a guy who likes exploring seemingly pointless things till they start to make sense and build things from the said pointless exploration, cause there is nothing else I rather do, I am currently working on a specialized L2, what’s so specialized about this you may ask, feel free to check it out ( GitHub - fvl-lang/fvl: FVL is building the future of financial coordination through composable building blocks on Ethereum. ), also I occasionally rant on my blog, expect a mixture of technical stuff, random stuff and some existential stuff

2 Likes

hello All,

Building Agent Infrastructure on Ethereum — Multi-Agent Swarms for Smart Contract Deployment

20 years leading Marine teams. Now engineering multi-agent systems that coordinate, audit, and deploy smart contracts on Ethereum L2s — with military-grade discipline.

Here’s what I’ve shipped, what I’m building, and why it matters right now.


The Multi-Agent Swarm

I took ClawdBot’s open-source multi-agent framework and re-architected it for blockchain development — containerizing each agent in isolated Docker environments with a structured 9-stage pipeline extending the system for smart contract workloads.

Each agent runs in its own container with a dedicated role: researcher, architect, builder, auditor, tester, EIP expert, infrastructure analyst, operations, and standards librarian. They coordinate through a shared message bus, pass work products through defined pipeline stages, and every deployment decision requires human approval.

Containerization changed everything. Isolation means one failing agent can’t corrupt another’s state. Each environment is reproducible and independently versioned. The orchestration layer handles inter-agent communication without tight coupling. This is the difference between running scripts in a folder and running a production multi-agent system.

I’ve debugged role resolution across 11 agents, resolved tool-calling infrastructure, and iterated the orchestration layer to handle real Ethereum research workloads — including spinning up three new specialized agents (EF Monitor, Scalability Expert, Protocol Intel) as the system’s needs evolved.


Parallel-Native Smart Contract Architecture for Agent Coordination

I designed a smart contract framework optimized for autonomous agent operations on EVM-compatible L2s, battle-tested on Shape L2 as the initial deployment target for its creator-aligned economics and low-contention environment.

Core engineering:

  • Yul-optimized silo storage — agent state packed into 2 storage slots per silo, enabling parallel execution without contention
  • Dual-key gating via EIP-1153 — both the orchestrator and auditor must authorize mission-critical actions using transient storage. No agent acts alone — the digital equivalent of a military Standard Operating Procedure
  • Silo-partitioned ERC-6909 — each agent operates in its own token namespace with zero cross-silo interference
  • Revenue-aware treasury — designed to leverage L2 fee redistribution models (Shape’s 80%+ gasback to deployers, with architecture portable to any OP-Stack or EVM-compatible chain)

Full Foundry project with contracts, tests, deployment scripts, circuit breakers, bloom filters, and contention monitoring. The patterns are chain-agnostic — Shape is the proving ground, but the designs are portable across the Ethereum ecosystem.


Deep L2 Infrastructure Forensics

Before building, I reverse-engineered the economic infrastructure I’m deploying on top of — a deep dive into emerging L2 economic models and value redistribution systems.

What I mapped:

  • Complete MEV redistribution pipeline — from transaction origination through BuilderNet refunds back to users
  • DN404 (ERC-7631) dual-nature token implementations analyzed at the bytecode level — understanding how hybrid NFT/token systems capture and redistribute value
  • SSTORE2 on-chain storage systems migrating entire NFT collections to permanent blockchain storage
  • ERC-6551 token-bound account architectures powering vesting systems and automated revenue distribution
  • Reservoir marketplace infrastructure deployed via CREATE3 deterministic addressing across testnets

I traced deployer wallets, decompiled bytecode, followed cross-contract transaction flows, and reconstructed the economic loops that make L2 fee redistribution models viable for builders. These forensics skills translate directly to smart contract security and protocol analysis on any EVM chain.


What’s Next: ERC-8004 and Shared Sequencer Infrastructure

ERC-8004 (Trustless Agents) — co-authored by engineers from MetaMask, the Ethereum Foundation, Google, and Coinbase — just went live on Ethereum mainnet. It standardizes identity, reputation, and validation registries for autonomous agents, and thousands of agents have already registered. This is the infrastructure layer the agent economy has been waiting for.

I’m building toward deploying ERC-8004 registries on Shape L2 as an initial target, giving my agent swarm on-chain identity and composable reputation — as a blueprint for agent registries deployable across the Superchain and broader Ethereum ecosystem.

I also published a proposal to the Ethereum Magicians forum for a Shared Sequencer Interface for Autonomous Agent L2s — addressing how agent-native rollups can coordinate transaction ordering across shared sequencer infrastructure. Building the working prototype now, starting with a deterministic sequencer specialist agent backed by a curated library of sequencer design patterns and MEV mechanics. The rest of the swarm (EIP expert, architect, auditor) will coordinate to build the full implementation.


Why Military Leadership Translates to Agent Infrastructure

The dual-key gate in my smart contracts is a digital SOP — no agent executes a mission-critical action without dual authorization, same as no Marine executes without clearance from the chain of command. Managing a swarm of specialized agents isn’t fundamentally different from managing specialized military teams: define roles clearly, establish communication protocols, build accountability at every level. When 11 containers fail at 2 AM, you triage, isolate, and fix — same discipline, different domain.


Open to Opportunities

I’m building this because it’s where the industry is heading. Looking to join a team working on smart contract design and infrastructure, blockchain security and auditing, agent economy protocol development, or L2 ecosystem engineering.

If you’re building in this space and want someone who ships infrastructure — not slide decks — DMs are open.

**GitHub: michaelwinczuk (Michael Winczuk) · GitHub
**Ethereum Magicians proposal:ethereum-magicians.org/t/shared-seque…

Marine veteran. Smart contract architect. Building the infrastructure layer for the agent economy.


:thread: Question for builders in this space: What’s the biggest blocker you’re hitting when running multi-agent systems on-chain? Sequencer ordering? Identity and discovery? Reputation trust? Something else entirely? Drop your pain points — I’m actively building solutions for these problems and want to know what’s breaking for you.

1 Like

I love you our vision. Having our money held hostage is a massive pain point

1 Like

Ivan amazing story sir, I love NFTs. Have you experimented with hybrid assets like DN404 or ERC404? Also I highly recommend diving into ERC6909. Such a fun and high utility contract standard.

1 Like

Hi Louis, I love it. The best way to learn is on the ground floor where all the technical aspects are being built. I wish you the best on your journey of knowledge and understanding the space more.

15!!! Omg you are amazing! I wish I was focused at 15. You are going to do great things in life. Stay focused, stay grounded and don’t ever get upset when things fail, the best lessons are learned when you identify what failed and you fix it. I’m so happy to know you are building.

hear about 404 but how i know there was only 1 project used that, now i didnt work with it

Hey everyone :waving_hand:

I’m Faisal, 25, blockchain engineer from Indonesia. Self-taught, no degree, been building on Ethereum for about 6 years. Currently building DeFi infra at oku.trade (GFX Labs) and AI + blockchain at ForuAI .

I’ve been active in ETHGlobal — won 4 hackathons so far, most recently built GrimSwap, a ZK privacy DEX on Uniswap V4 hooks using Groth16, which placed top 10 at HackMoney. Also run ETHJKT, Indonesia’s largest Ethereum dev community (~900 members), focused on getting more Indonesian devs contributing at the protocol level.

I’m going all in on Ethereum. Currently diving deep into EIPs, attending Office Hours, and reviewing proposals. I love researching new things — ZK privacy, account abstraction, agentic onchain operations. Long term goal is to contribute to the protocol itself.

X: @zexoverz
Github : zexoverz (Faisal Firdani) · GitHub

2 Likes

@zexoverz recommend checking out Ethereum Protocol Studies if you are interested in getting more into the protocol level. EF generally run an annual protocol fellowship too which you could look at.

1 Like

Hey everyone, I’m Christopher (Germany)

I come from a cybersecurity background and have been deep in crypto/blockchain for years. Over the last ~3 years, I started coding seriously, mostly on smaller projects in the Ethereum and Solana space. I’m especially fascinated by zero-knowledge systems and scaling.

Right now I’m focused on practical verification costs, proving-system design, and how STARK/SNARK plus fascinating ideas like incrementally verifiable computation (HyperNova zkVM) can move Ethereum forward over the next few years.

Happy to learn, contribute, and exchange ideas here. I’m genuinely impressed by the quality of discussion in this community.

Feel free to check out my GitHub (currently building it up):

If useful, here’s one of my current projects:
GLYPH - GitHub - Christopher-Schulze/glyph-zk: GLYPH: A Universal Transparent Verification Layer for Heterogeneous Zero-Knowledge Proof Systems on Ethereum

mostly i do self taught for learning, this is good resource. thanks man :slightly_smiling_face:

Hey folks,

Guillo Narvaja here (gnarvaja on X), co-founder and CTO at Ensuro. I’m a software engineer with +25 years of experience, and I’ve been working in blockchain since 2021. Throughout my career I’ve always been close to open source and, after several years in the Ethereum space, I finally decided to join the forum to contribute my bit to this amazing ecosystem.

Glad to be here — I’ll be sharing some ideas soon!

Cheers,
Guillo

2 Likes

Hi, I’m Carl - been building funding infrastructure in the Ethereum ecosystem (Gitcoin/QF space) since 2022. Here to propose an ERC for off-chain entity resolution. GitHub: carlbarrdahl

1 Like

Hello,

I started in blockchain as a DeFi user and learned Solidity primarily to better understand and manage smart contract risk. Over time I began building my own yield optimization strategies and became interested in protocol design.

My current focus is on AMMs and money markets, particularly how they can be redesigned to improve liquidity efficiency and maximize LP yield. I’m currently exploring a protocol design that combines both primitives into a single system.

2 Likes

Hey everyone, I’m wwpk (Evan), been in Defi going on 6 years. Currently run growth/ecosystem at Semantic Layer where we’re building infra for autonomous agents on ethereum. Been a browser for a long time, figured I should finally register with the magicians!

my twitter: https://x.com/ehwwpk

1 Like

Hi everyone,

I’m Fiona, a second-year Economics student at LSE, currently doing crypto research at Veritas Research (@VeritasDYOR). My day-to-day is writing about DeFi protocols, stablecoins, and macro events for our X/Substack audience.

Outside of research, I’ve been building at the intersection of AI agents and crypto infrastructure. I built ToolFi, an HTTP 402-based API marketplace for AI agents to interact with DeFi tools, and recently participated in the UK AI Agent Hackathon with a project called Vibe4Trading, a benchmark platform for AI trading strategies.

Most recently I’ve been doing empirical research on how AI agents discover and select tools (MCP servers specifically), running large-scale benchmarks to understand why agent tool selection fails and what makes some tools invisible to agents while others get chosen consistently.

Looking forward to learning from and contributing to the community :slight_smile:

2 Likes

Hi everyone, I’m Artur — builder working on AI agent infrastructure on Ethereum/Polygon.

I’ve been developing the DRAIN Protocol, a unidirectional payment channel system for streaming micropayments between AI agents and service providers. It’s been running in production on Polygon Mainnet since late 2025, powering a marketplace where agents pay for LLM inference, image generation, code execution, and other services using EIP-712 signed vouchers.

I just submitted an ERC draft to formalize this pattern as an open standard for streaming service payments.

PR: https://github.com/ethereum/ERCs/pull/1592

Looking forward to contributing to the discussions here and getting feedback on the proposal.

1 Like

Hello Magicians!

I’m Jefferson, excited to finally join the Fellowship after lurking for a while. I come from a legal / policy / compliance perspective and I’m particularly interested in the regulatory, legal, and governance challenges around Ethereum : things like staking structures, DeFi compliance, smart contract enforceability, and how protocol changes intersect with real-world law. Looking forward to reading thoughtful discussions here, learning from the technical side, and hopefully contributing some insights from the legal angle where it overlaps. Happy to connect. Feel free to say hi if you’re working on similar stuff!

Cheers,
Jefferson

1 Like