<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: oji somniac</title>
    <description>The latest articles on DEV Community by oji somniac (@oyajimon).</description>
    <link>https://dev.to/oyajimon</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3960308%2F3c87b436-eae5-4f9e-b8fe-63110b16ce45.jpg</url>
      <title>DEV Community: oji somniac</title>
      <link>https://dev.to/oyajimon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oyajimon"/>
    <language>en</language>
    <item>
      <title>Retium: The Layer-1 Blockchain Built Entirely on Mathematical Logic</title>
      <dc:creator>oji somniac</dc:creator>
      <pubDate>Sun, 31 May 2026 06:06:46 +0000</pubDate>
      <link>https://dev.to/oyajimon/retium-the-layer-1-blockchain-built-entirely-on-mathematical-logic-5205</link>
      <guid>https://dev.to/oyajimon/retium-the-layer-1-blockchain-built-entirely-on-mathematical-logic-5205</guid>
      <description>&lt;p&gt;Category: Web3 · Layer-1 · Blockchain Infrastructure&lt;br&gt;
Date: May 31, 2026&lt;/p&gt;

&lt;p&gt;Every few years, a blockchain project comes along claiming to build something genuinely new. Most turn out to be forks with a fresh coat of paint. Retium takes a far more ambitious position: a Layer-1 blockchain built entirely from scratch — borrowing no code from Ethereum, Solana, or anyone else — with an architecture that replaces the conventional linear chain model with a multidimensional mesh network driven by prime number logic.&lt;br&gt;
That's a big claim. But the technical specifics are detailed enough to be worth taking seriously.&lt;/p&gt;

&lt;p&gt;The Problem Retium Is Trying to Solve&lt;br&gt;
Conventional blockchains like Bitcoin and Ethereum work linearly — one block at a time, one single chain. This model creates a well-known bottleneck: the busier the network, the slower and more expensive transactions become. The solutions so far have mostly been additive: Layer-2s, rollups, sidechains — all of which are fundamentally patches on an architecture never designed for scalability in the first place.&lt;br&gt;
Retium's argument is that patching a flawed foundation will never be enough. The only real fix is to rebuild the foundation entirely.&lt;/p&gt;

&lt;p&gt;"If you copy an architecture that already carries limitations, you also inherit those same limitations."&lt;br&gt;
— Retium, Understand Retium page&lt;/p&gt;

&lt;p&gt;PrimeMesh Architecture: How It Actually Works&lt;br&gt;
The core of Retium's innovation is what they call PrimeMesh — a multidimensional mesh structure where every block's position is determined by prime number factorization, not just chronological order. Each tick (a network time unit) introduces a new prime number, generating new valid block IDs through relationships with previous primes.&lt;br&gt;
Because the rules are purely mathematical, the network structure is fully deterministic. Anyone can independently verify which blocks should exist at any point simply by running the same calculations. No randomness, no lottery, no luck involved.&lt;br&gt;
This architecture has four direct consequences:&lt;br&gt;
Parallel processing. Between 3 and 20 blocks are open simultaneously, all processing transactions in parallel — not queuing one by one like conventional blockchains.&lt;br&gt;
Deterministic and verifiable. Since the rules are purely mathematical, anyone can independently verify the network structure with the same calculations. No trust required.&lt;br&gt;
Forks are structurally impossible. Block IDs are generated from prime logic — two valid blocks cannot occupy the same position. Forks don't get resolved in Retium. They can't occur in the first place.&lt;br&gt;
No mempool. Transactions are routed directly to open blocks with no waiting room. MEV extraction and front-running become impossible by design.&lt;br&gt;
That last point is particularly significant. In almost every major blockchain today, the mempool — the waiting area where transactions sit before being processed — is the source of a wide range of attacks: MEV extraction, front-running, and transaction reordering for profit. Retium doesn't mitigate these problems. It removes the condition that makes them possible.&lt;/p&gt;

&lt;p&gt;Transaction Finality: Two Layers of Certainty&lt;br&gt;
Retium separates transaction confirmation from block finality — an approach that enables speed without sacrificing security.&lt;br&gt;
SoftFinal happens instantly: a transaction is executed as soon as it enters the network, and the recipient's funds enter a pending state immediately. HardFinal follows after global consensus by Workers — funds become spendable, and the transaction is cryptographically permanent and irreversible.&lt;br&gt;
This gives users an experience that feels instant, while full security guarantees are enforced at the consensus layer in the background.&lt;/p&gt;

&lt;p&gt;Three Validator Roles&lt;br&gt;
Rather than a single monolithic validator role like most PoS systems, Retium splits responsibilities across three distinct roles:&lt;br&gt;
Worker — Validates individual transactions through quorums of five. The most accessible entry point with a minimum stake of 10,000 $RTM.&lt;br&gt;
Suit — Validates sealed blocks and manages finality. Requires a minimum stake of 100,000 $RTM.&lt;br&gt;
Keeper — Full mesh coordination: block planning, state management, and tick advancement. Minimum stake of 1,000,000 $RTM.&lt;br&gt;
This division is designed to distribute workload and prevent hidden power concentration within any single validator group.&lt;/p&gt;

&lt;p&gt;Tokenomics: A Work-Based Economy&lt;br&gt;
Retium runs a dual-token model with a clear philosophy: no inflation, no coin printing, and no passive income. Every coin earned must be backed by real work performed on the network.&lt;br&gt;
$RTM is the native coin with a fixed total supply of 1 billion — no minting after genesis, no admin key that can increase supply. Used for transaction fees, staking, smart contract interactions, and value transfer.&lt;br&gt;
$Pie is the staking token, minted 1:1 when $RTM is staked and burned when unstaked. Every single $Pie is backed by exactly one $RTM locked in staking. $Pie represents validator commitment and entitles holders to a share of fee revenue, with support for delegation.&lt;/p&gt;

&lt;p&gt;Transaction Fees: Transparent and Predictable&lt;br&gt;
Retium uses a weight-based fee model from 1 to 5, denominated in USD and converted to $RTM through an oracle rate. No gas auctions, no bidding wars, no congestion-driven spikes.&lt;/p&gt;

&lt;p&gt;Weight 1 — Simple transfer: $0.01&lt;br&gt;
Weight 2 — Token operations: $0.05&lt;br&gt;
Weight 3 — Standard smart contract: $0.10&lt;br&gt;
Weight 4 — Complex DeFi: $0.25&lt;br&gt;
Weight 5 — Heavy computation: $0.45&lt;/p&gt;

&lt;p&gt;Fee distribution per finalized block: 90% to Workers, 3% to Keepers, 0.5% to Suits, 5.5% to Treasury and Foundation, and 1% permanently burned — creating sustained deflationary pressure without requiring new issuance.&lt;/p&gt;

&lt;p&gt;Roadmap: Where Does Retium Stand Right Now?&lt;br&gt;
Phase 1 — Foundation (Complete). PrimeMesh architecture and Proof-of-Math (PoM) consensus system conceived and formalized. Full Layer-1 implementation written from scratch in Rust.&lt;br&gt;
Phase 2 — Launch (In Progress). Private production-state network assembled and running. Real-world testing of transaction processing, smart contract deployment, and validator coordination.&lt;br&gt;
Phase 3 — Public Testnet (Upcoming). Transition to public testnet, open for contributors and early validators to perform stress testing. Preparation for $RTM pre-sale and ICO.&lt;br&gt;
Phase 4 — Mainnet &amp;amp; Ecosystem. Full-scale public mainnet launch, official $RTM introduction, public validator and developer onboarding.&lt;br&gt;
Phase 5 — Global Expansion. Mass adoption as core infrastructure for RWA, gaming, AI systems, and enterprise applications.&lt;/p&gt;

&lt;p&gt;Target Use Cases&lt;br&gt;
Retium isn't positioning itself as a blockchain for any single sector. The goal is to become a general-purpose infrastructure layer: DeFi without bottlenecks or MEV, gaming with instant finality for in-game assets, real-world asset tokenization (property, commodities, equity), composable NFTs that can be bundled or staked into DeFi protocols, and DAOs with a full on-chain governance toolkit.&lt;/p&gt;

&lt;p&gt;What to Watch For&lt;br&gt;
The claims of "built from scratch" and "forks are structurally impossible" are significant and require rigorous independent verification. A whitepaper is available at docs.retium.org, but no public security audit has been announced yet.&lt;br&gt;
Final tokenomics — including token distribution allocation — have not been released and will be published before the public sale. The 3,000–5,000 TPS target is also a projection based on the planned architecture, not a figure verified on a live mainnet.&lt;br&gt;
That said, the design approach is technically coherent. The elimination of the mempool, the deterministic fee model, and the separation of transaction and block finality are all genuine solutions to well-documented problems. If the architecture delivers on its claims, Retium could be one of the more interesting Layer-1s to watch heading into the next cycle.&lt;/p&gt;

&lt;p&gt;This article is for informational purposes only and does not constitute financial advice. Retium is currently in Phase 2 of development. Always do your own research (DYOR) before making any financial decisions.&lt;br&gt;
Follow Retium: X @RetiumChain · Telegram t.me/RetiumChain · retium.org&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>blockchain</category>
      <category>computerscience</category>
      <category>web3</category>
    </item>
    <item>
      <title>Insomnus.xyz: The Web3 Dungeon Crawler That Actually Gets Roguelite Right</title>
      <dc:creator>oji somniac</dc:creator>
      <pubDate>Sun, 31 May 2026 05:18:04 +0000</pubDate>
      <link>https://dev.to/oyajimon/insomnusxyz-the-web3-dungeon-crawler-that-actually-gets-roguelite-right-5emg</link>
      <guid>https://dev.to/oyajimon/insomnusxyz-the-web3-dungeon-crawler-that-actually-gets-roguelite-right-5emg</guid>
      <description>&lt;p&gt;Most Web3 games bolt blockchain onto broken gameplay. Insomnus flips the script — building a deep roguelite loop first, then layering NFT ownership on top in a way that actually makes sense.&lt;/p&gt;

&lt;p&gt;The Web3 gaming space has long been plagued by a familiar pattern: take a mediocre game, staple a token economy onto it, and call it a revolution. Players see through this fast. That's what makes Insomnus.xyz worth paying attention to — it appears to be one of the few projects that leads with gameplay integrity rather than financial engineering.&lt;/p&gt;

&lt;p&gt;Insomnus is a Web3 endless dungeon survival game built on deep roguelite mechanics. Think survive-as-long-as-you-can runs with randomized elemental skills, permanent progression between sessions, and NFTs that serve a genuine functional role rather than just being speculative PFPs.&lt;/p&gt;

&lt;p&gt;The core loop: what makes it click&lt;br&gt;
The moment-to-moment gameplay revolves around a simple but compelling goal: survive longer than your personal best. Every run resets your character's in-session level and randomly assigns elemental skills across four classes — Fire, Ice, Lightning, and Light. No two runs play the same.&lt;/p&gt;

&lt;p&gt;What carries over between runs is what makes this roguelite rather than just an arcade game. XP and Gold accumulated in a session permanently upgrade your character for future runs, creating a meta-progression arc that rewards consistent play. Your Score, Kill count, and Time records are stored permanently — giving skilled players something real to chase.&lt;/p&gt;

&lt;p&gt;How Web3 is integrated — and why it actually works&lt;br&gt;
One of the most persistent criticisms of Web3 gaming is that the blockchain layer feels tacked on — NFTs as cosmetics that could be replaced by any normal in-game skin system. Insomnus takes a more thoughtful approach.&lt;/p&gt;

&lt;p&gt;Cosmetic distinction — NFTs visually differentiate characters, giving players genuine identity in a persistent scoreboard environment.&lt;br&gt;
Unique progression tracks — Some NFTs unlock alternate progression paths, meaning they influence how the meta-game unfolds, not just how it looks.&lt;br&gt;
In-game boosts — NFT holders may access modifiers that provide tangible (not pay-to-win) advantages tied to specific playstyles.&lt;br&gt;
Points system — An on-platform reward mechanism for engagement, with community giveaways distributed via Twitter and Discord channels.&lt;br&gt;
This is an important design distinction. Rather than making NFTs the product, Insomnus makes them an enhancement layer on top of a game that should be worth playing without them.&lt;/p&gt;

&lt;p&gt;Current state &amp;amp; access&lt;br&gt;
As of now, Insomnus is in Closed Beta. Access requires a code distributed through community giveaways on their Twitter and Discord channels. This invite-only model is a deliberate strategy to build a tight-knit early community before a wider launch — and to test and tune the game loop with real players without overwhelming the system.&lt;/p&gt;

&lt;p&gt;Closed Beta&lt;br&gt;
Invite-only access via community giveaways&lt;br&gt;
Live now&lt;br&gt;
Open Beta&lt;br&gt;
Broader public testing phase&lt;br&gt;
Upcoming&lt;br&gt;
Full Launch&lt;br&gt;
Public release with full NFT economy&lt;br&gt;
TBA&lt;br&gt;
Why this matters in the bigger Web3 gaming picture&lt;br&gt;
The Web3 gaming market is at a critical inflection point. The boom-and-bust cycle of 2021–2022, driven primarily by Axie Infinity-style play-to-earn models, left many players and investors burned. The lesson was clear: tokenomics cannot substitute for fun. Games that survive long-term are games worth playing first.&lt;/p&gt;

&lt;p&gt;Insomnus appears to have absorbed this lesson. The roguelite genre is also an interesting strategic choice — it naturally rewards engagement without requiring P2E mechanics because the loop itself is intrinsically motivating. Survive longer. Upgrade further. Beat your record. This is the kind of core loop that has sustained games like Hades, Dead Cells, and Enter the Gungeon for years in the traditional market.&lt;/p&gt;

&lt;p&gt;The question for Insomnus is whether the NFT layer genuinely enhances that experience without fragmenting the player base into haves and have-nots. Based on the current design documentation, the intent appears to be additive rather than predatory — but the proof will be in the live game.&lt;/p&gt;

&lt;p&gt;What to watch for&lt;br&gt;
Several open questions will determine whether Insomnus becomes a lasting Web3 gaming success story or another promising-but-faded beta. Tokenomics have not been publicly disclosed — how the Points system converts to on-chain value will be critical. Chain details are also unconfirmed. And the transition from closed to open beta will test whether the game retains its feel with a larger, less curated player base.&lt;/p&gt;

&lt;p&gt;Still, the fundamentals are more encouraging than most. A clear genre focus, a gameplay-first philosophy, and meaningful (not speculative) NFT integration put Insomnus in a small but growing category of Web3 games that deserve genuine attention.&lt;/p&gt;

&lt;p&gt;This article is for informational purposes only and does not constitute financial or investment advice. Insomnus.xyz is currently in Closed Beta. Always DYOR before making any decisions.&lt;/p&gt;

</description>
      <category>web3</category>
      <category>gamedev</category>
      <category>webdev</category>
      <category>blockchain</category>
    </item>
    <item>
      <title>my journey in somnia network</title>
      <dc:creator>oji somniac</dc:creator>
      <pubDate>Sat, 30 May 2026 17:54:27 +0000</pubDate>
      <link>https://dev.to/oyajimon/my-journey-in-somnia-network-3c5i</link>
      <guid>https://dev.to/oyajimon/my-journey-in-somnia-network-3c5i</guid>
      <description>&lt;p&gt;My Web3 Journey: From Curiosity to Finding a Home in Somnia&lt;/p&gt;

&lt;p&gt;I am not a professional trader.&lt;/p&gt;

&lt;p&gt;I am not a famous developer building the next billion-dollar protocol.&lt;/p&gt;

&lt;p&gt;I am simply someone who became fascinated by technology and wanted to understand where the internet was heading.&lt;/p&gt;

&lt;p&gt;Like many people, my journey into Web3 started with curiosity. I saw discussions about Bitcoin, blockchain, decentralized finance, and a new vision for the internet. At first, it was overwhelming. There were countless projects, communities, and opportunities appearing every day.&lt;/p&gt;

&lt;p&gt;But the deeper I explored, the more I realized that Web3 was about much more than token prices and market speculation.&lt;/p&gt;

&lt;p&gt;What truly captured my attention was the technology itself.&lt;/p&gt;

&lt;p&gt;The idea that people could own their digital assets, participate in decentralized networks, and contribute directly to the growth of an ecosystem felt revolutionary. It was a completely different way of thinking about the internet.&lt;/p&gt;

&lt;p&gt;That curiosity quickly turned into action.&lt;/p&gt;

&lt;p&gt;I began exploring testnets, participating in community campaigns, trying decentralized applications, and learning how blockchain networks operate behind the scenes. I spent countless hours reading documentation, joining Discord communities, and understanding how different ecosystems were built.&lt;/p&gt;

&lt;p&gt;The journey was far from easy.&lt;/p&gt;

&lt;p&gt;Many projects I supported never delivered the results people expected. Some testnets lasted for months without clear outcomes. Some opportunities that seemed promising eventually disappeared. Like many Web3 users, I experienced both excitement and disappointment.&lt;/p&gt;

&lt;p&gt;However, every experience taught me something valuable.&lt;/p&gt;

&lt;p&gt;Instead of focusing only on rewards, I started focusing on learning.&lt;/p&gt;

&lt;p&gt;Over time, I became increasingly interested in DePIN (Decentralized Physical Infrastructure Networks). The concept fascinated me because it connected real-world infrastructure with blockchain incentives.&lt;/p&gt;

&lt;p&gt;I began running and supporting various projects, including Grass, Despeed, Dawn Validator, Gradient, Nexus, LayerEdge, Alpha OS, and several others. Through these experiences, I learned that Web3 is not only about investing. It is also about contributing to networks that are still being built.&lt;/p&gt;

&lt;p&gt;Unlike many participants who relied on expensive infrastructure, I often worked with the resources I already had. I used my existing hardware, experimented with different setups, and tried to maximize what was available to me.&lt;/p&gt;

&lt;p&gt;The goal was never just to participate.&lt;/p&gt;

&lt;p&gt;The goal was to understand.&lt;/p&gt;

&lt;p&gt;Then I discovered Somnia.&lt;/p&gt;

&lt;p&gt;At first, I viewed Somnia like any other blockchain project. The industry is filled with ambitious promises, and it is easy to become skeptical.&lt;/p&gt;

&lt;p&gt;But after spending time within the ecosystem, I started to see something different.&lt;/p&gt;

&lt;p&gt;Somnia was not simply talking about faster transactions or larger performance numbers. Its vision was focused on something much bigger: creating infrastructure capable of supporting applications at internet scale.&lt;/p&gt;

&lt;p&gt;That vision immediately caught my attention.&lt;/p&gt;

&lt;p&gt;For years, Web3 has struggled with scalability, user experience, and mass adoption. Many networks can support thousands of users, but very few are designed with the ambition of serving millions.&lt;/p&gt;

&lt;p&gt;Somnia appeared to be tackling that challenge head-on.&lt;/p&gt;

&lt;p&gt;As I became more involved, I started actively exploring the ecosystem, testing applications, engaging with the community, and learning more about the technology behind the network.&lt;/p&gt;

&lt;p&gt;What began as simple curiosity gradually became genuine conviction.&lt;/p&gt;

&lt;p&gt;I completed more than 300 transactions within the Somnia ecosystem, participated in community activities, and followed the project's progress closely. Through these experiences, I gained a deeper appreciation for what the team was trying to build.&lt;/p&gt;

&lt;p&gt;More importantly, I found a community of people who shared the same passion for innovation and the future of Web3.&lt;/p&gt;

&lt;p&gt;For me, Somnia became more than just another blockchain network.&lt;/p&gt;

&lt;p&gt;It became one of the most meaningful chapters of my Web3 journey.&lt;/p&gt;

&lt;p&gt;Of course, no one can predict the future.&lt;/p&gt;

&lt;p&gt;No one knows which projects will ultimately succeed, which ecosystems will dominate the industry, or how Web3 will evolve over the next decade.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>web3</category>
      <category>cryptocurrency</category>
    </item>
  </channel>
</rss>
