
Keone Hon
13.9K posts

Keone Hon
@keoneHD
cofounder / GM @monad 💜 Leave me feedback: https://t.co/w2foQf8XW0


Fortytwo Prime runs a curated swarm of frontier models in parallel and returns the strongest answer to your agent via MCP Payments settle onchain on Monad and Base: agents pay only for tokens consumed We extended x402 with an escrow layer to make this work ↓

🏆 Want to win? 👨🔬 Prove you can become an expert in a subject... ✅ Be capable of being number 1-5 in a niche ✅ Navigate uncertainty ✅ Go broad, then go deep 🤔 If you want to learn how to build on @ethereum 👉 Lock in with RareSkills:

The EURW stablecoin is now live on Monad, powered by @newrails_xyz EURW is an EU regulated regulated stablecoin backed 1:1 by euro reserves EURW will power cross-border payments and tokenised real‑world assets on Monad Money moves on Monad

We’re excited to announce that Rise now supports @monad as a new integration for crypto payroll. This integration expands how companies fund payroll and how team members receive and withdraw their earnings, with a focus on speed, cost efficiency, and scalability. Read the full announcement below: riseworks.io/blog/rise-inte…



$46T moved on-chain last year. Financial institutions still can't use most of it. Not because the technology isn't ready. Because the standards aren't. That's the problem BPC exists to fix. → open.substack.com/pub/blockchain…


1/ Every SLOAD in every EVM contract ever written has been a cold page fetch. Not because of bad code — because of a fundamental design decision in Ethereum's storage model. Monad is addressing this. 🧵


1/ Every SLOAD in every EVM contract ever written has been a cold page fetch. Not because of bad code — because of a fundamental design decision in Ethereum's storage model. Monad is addressing this. 🧵


EVM storage is extremely inefficient. Here's what you need to know: 1. Storage slots are 32 bytes 2. But disk pages are 4096 bytes (128x) 3. When computers read from disk, they read in units of pages 4. Intuitively, you would think that storage slots 0-127 (and 128-255, 256-383, etc) all map to the same page, but that's not how it works. Instead, it is basically guaranteed that every storage slot maps to a different disk page, so reading 5 storage slots will incur 5 page reads. 5. What if we made contiguous storage slots map to the same page? Then we could reduce gas costs for subsequent slot accesses, charging a cold SLOAD/SSTORE cost for the first slot access (slot 0) and warm for subsequent ones (slots 1-127). MIP-8 does exactly this. It reprices gas accordingly, making making many previously-cold SLOADs/SSTOREs instead warm, and rearchitects the storage trie to enable this. It's a complex effort, but the @category_xyz team is expert at database design and has a solution. This is Monad's first big improvement to the EVM. Monad mainnet was intentionally an MVP -- the absolute minimum set of changes that would deliver full interface compatibility, high performance, and decentralization. Improvements like MIP-8 were intentionally held to post-mainnet - but now that mainnet is live, we can start pushing the pace with improvements.








