Background

0xmons

0xmons are scarce, digital collectibles that live on the Ethereum blockchain. They are inspired by a mix of Pokemon, SCP, and Lovecraft.

Every 0xmon has a unique animation generated by a GAN (Generative Adversarial Network) trained on pixel art images.

This image is then paired with a unique name, epithet, and lore that comes from a generative language model (think GPT-3).

Integrationstwitter

⛽ Stomp Game Contracts Achieve Major Gas Optimization Breakthrough

Thu 2nd Apr 2026
**Gas Optimization Wins for Stomp Game Contracts** Developers have achieved significant gas savings through clever contract design: - **Storage slot reuse**: As games end, existing nonzero slots get recycled instead of creating new ones - **Reduced external calls**: Multiple functions consolidated into single contract - **Efficient packing**: Data structures optimized through inlining and tight variable packing - **Client-side introspection**: Custom Solidity-to-TypeScript compiler eliminates reliance on events These optimizations build on earlier work reusing hot storage slots, pushing gas efficiency even further. The approach demonstrates how thoughtful contract architecture can dramatically reduce transaction costs without sacrificing functionality.
Community article

Monblockies: Open-Source Pixel Monster Avatars for Web3 Identities

Thu 2nd Apr 2026
**Monblockies** are deterministic 16x16 pixel art avatars that transform any address, username, or string into a unique pixel monster. Created as a more playful alternative to traditional blockies, these identicons generate diverse color combinations and designs. **Key Features:** - Deterministic generation from any input string - 16x16 pixel format with multiple color variations - MIT licensed for free reuse, remix, and recycling **Implementation:** The project will be integrated as avatar system for [@stompdotgg](https://twitter.com/stompdotgg). Code is [available on GitHub](https://github.com/stompgg/monblockies/tree/main) and was developed with AI assistance (Claude). Monblockies offer a nostalgic, monster-themed approach to blockchain identity representation while maintaining the deterministic properties essential for web3 applications.
Community article

Neynar Acquires Protocol to Boost Farcaster Infrastructure

Thu 22nd Jan 2026
**Major consolidation in Farcaster ecosystem** Neynar, a leading Farcaster infrastructure provider, is acquiring Protocol - a move that could reshape the decentralized social network's development landscape. **What this means:** - Strengthens Neynar's position as key infrastructure player for Farcaster - Could accelerate feature development and improve user experience - Consolidation may bring more resources to the protocol's growth Farcaster, built on Ethereum, allows users to own their data, identity, and social connections - a core principle of decentralized social networking. The acquisition signals growing maturity in the space as infrastructure providers scale up to support the network's evolution.
Community article

🤖 AI Models Cut Gas Costs

Mon 15th Dec 2025
**New AI models are proving effective at optimizing smart contract gas usage.** Developer reports **20% gas reductions** across @stompdotgg game engine contracts using frontier AI models like Opus 4.5. **Key optimizations achieved:** - Caching storage loads that were previously overlooked - Implementing inline assembly improvements - General gas golfing techniques The improvements demonstrate AI's growing utility in **blockchain development optimization**. Developers can test their own optimizations using the [EngineGasTest.sol](https://github.com/stompgg/chomp/blob/main/test/EngineGasTest.sol) - with future Stomp merch as incentive for contributions.
Community article
dudes