somnia agents

somnia

Somnia Becomes the Agentic L1: AI Agents Now Run Inside Consensus

Somnia has repositioned as the Agentic L1, a chain where AI agents execute inside validator consensus rather than through external services. Its first live application, Prophecy Social, crossed 31,000 users and 15,000 markets in one month, with every outcome resolved onchain by agents.

JUN 09, 2026

Last updated JUN 09, 2026 · V1

TL;DR

  • Somnia has repositioned as the Agentic L1, an EVM-compatible blockchain where AI agents run as part of validator consensus rather than as external services.
  • Somnia Agents went live on mainnet, letting smart contracts natively call LLMs, query APIs, and parse websites with outputs verified across the validator set.
  • The flagship live use case is Prophecy Social, a free-to-play game that crossed 31,000 users and 15,000 markets in its first month, with every market created from a prompt and resolved by agents onchain.
  • The underlying chain reports up to 1M TPS, sub-second finality, and IceDB reads measured in 15 to 100 nanoseconds, built on MultiStream Consensus and compiled EVM bytecode.
  • Everstake has supported the Somnia ecosystem since testnet, now operates as one of the Agent Runners, and is among the top-staked validators on mainnet, providing SOMI delegation under audited infrastructure aligned with SOC 2 Type II and ISO 27001.

What Somnia Just Announced

Somnia has formally repositioned itself as the Agentic L1, a Layer 1 chain where AI agents execute inside validator consensus. The announcement was published on April 21, 2026 by Somnia’s newly appointed CEO Peter Lipka.

The core motivation for this change is that smart contracts gave the industry deterministic code execution, but they were never designed to handle judgment, such as interpreting a real-world event.

That function is usually covered by closed APIs, permissioned oracles, and centralized model providers, the same middlemen crypto was meant to remove.

Somnia mainnet originally launched in September 2025, positioned around real-time consumer apps, gaming, social products, and high-performance use cases. The architecture worked, and the workloads stressing the chain hardest turned out to be autonomous AI-driven systems, which led to potential product-market fit for the network.

The principles that made blockchain valuable now extend to AI inference itself. These principles include:

  • decentralization,
  • transparency,
  • immutability.

Agents do not sit beside the chain calling in through bridges, but are rather woven into it. 

Why Agents Need Different Infrastructure

Most chains today were designed for human users, with block times tuned to human attention and fee markets that assume a person is deciding whether to transact. Agents do not work that way.

Agents transact in milliseconds, coordinate continuously across systems, and do not pause between actions. Supporting that workload calls for infrastructure designed with autonomous transactors in mind from the start, as the network design, not incremental tuning on top of a human-first chain.

CapabilitySpecification
Peak throughputUp to 1M TPS (theoretic)
FinalitySub-second
EVM compatibilityFull, with compiled bytecode execution
State databaseIceDB, reads at 15–100 nanoseconds
ConsensusMultiStream Consensus with modified PBFT on PoS
Mainnet live sinceSeptember 2025

MultiStream Consensus separates data production from block finalization. Each validator runs its own data chain in parallel while a separate consensus chain aggregates the heads and finalizes blocks.

IceDB is Somnia‘s custom log-structured state database. In-memory reads are on the order of 15 to 100 nanoseconds, and snapshot commits persist state without the heavy cost of Merkle-tree updates.

The compiled EVM translates Solidity-generated bytecode directly to optimized native code rather than interpreting it. The combined result is the headroom needed to host agent workloads without a custom non-EVM stack.

What Is a Somnia Agent

A Somnia Agent is a decentralized, sandboxed compute container addressable by an agentId. A smart contract invokes it the same way it would call any other contract, with an ABI-encoded payload, except execution happens off the EVM on a subcommittee of validators.

The result returns asynchronously through a callback the developer implements. LLM agents run with fixed seeds and temperature set to zero, so every validator independently produces byte-identical outputs.

That is how consensus on an AI result is reached.

Somnia currently exposes three base agents. All three are live on both testnet and mainnet, with the same agentId across networks (but the platform contract address differs).

Base AgentPurpose
JSON API RequestFetch and parse external API responses inside a transaction
LLM InferenceRun a deterministic language model call against a constrained output set
LLM Parse WebsiteRead a webpage and extract a structured answer

Each agent call produces a receipt. The receipt records which sources were consulted and what was returned, giving anyone an auditable trail of how a decision was reached.

Somnia Agents Usecases:

Use cases that have already been demonstrated or scoped on Somnia Agents include the following:

  • Prediction market resolution from a news source or official results page in a single transaction.
  • Smart contract content moderation, where forum posts get classified as acceptable or restricted on submission.
  • Dynamic NFT metadata that responds to real-world data like weather, sports results, or election odds.
  • Autonomous DeFi position management, where an LLM is given a budget and a rebalancing goal.
  • Cross-site data aggregators that pull reviews/sentiment from multiple sources.

The common thread is that all of these would otherwise depend on an off-chain service or a centralized oracle. On Somnia, the inference runs inside the execution environment with the same consensus properties as any other onchain transaction.

Prophecy Social: The First Live Showcase

Prophecy Social is the first flagship application of Somnia Agents, launched on April 29, 2026. It is a free-to-play game where users take positions on sports, crypto, politics, and culture, and AI agents resolve outcomes onchain without manual intervention.

In its first month, Prophecy Social crossed 31,000 users and over 15,000 markets, every one of them created and resolved without manual intervention. The trading fee is sponsored by Prophecy Social and Somnia, and everything runs on PST, a soulbound in-game token that cannot be traded or cashed out.

How Markets Are Created and Resolved

Every market is a time-bound question about the real world, such as the outcome of a Sunday NFL game or whether ETH has its hard fork before a given date in August. Users browse open markets, find one they have a view on, and stake PST on the side they consider more likely.

Markets are created from a simple prompt. Somnia Agents structure the market, define the resolution criteria, and publish it onchain.

The entire flow — from market creation to final resolution — is run by agents, without a human in the loop. Caliber, a scoring agent, rates each market the moment it is created based on how clearly it can be resolved and how reliable its data source is.

What Happens When a Market Closes

When a market’s trading window closes, multiple independent AI agents activate. They pull evidence from real-world sources and reach consensus on what happened.

Evidence sources include:

  • news APIs,
  • public website feeds,
  • price oracles,
  • public data feeds.

Each agent evaluates the evidence against the market’s resolution criteria and produces a vote with reasoning attached. The consensus threshold is visible on every market before a user takes a position.

Once the threshold is reached, the outcome is recorded permanently on Somnia and winners can claim immediately. Every resolved market shows a full resolution receipt with the sources consulted and what was found.

The price of each outcome reflects what the crowd currently believes.

Everstake’s Role in the Somnia Ecosystem

Everstake has been involved with the Somnia ecosystem since the testnet phase, before the September 2025 mainnet launch. Everstake operates a validator on Somnia mainnet, is among Agent Runners and supports SOMI delegation for both retail and institutional clients.

As of June 2026, public validator trackers list Everstake among the top three Somnia validators by total stake. 

Everstake runs as a non-custodial validator, meaning delegators retain full control of their SOMI at all times.

The infrastructure standards Everstake applies to Somnia are the same it applies to its other supported networks. These include the following:

  • SOC 2 Type II audited operations.
  • ISO 27001 certified information security management.
  • NIST CSF 2.0 alignment for cybersecurity controls.
  • Globally distributed validator infrastructure across multiple regions.
  • Slashing-prevention track record maintained since founding.

Everstake has secured billions in delegated value across more than 130 networks and has onboarded 1.6M+ stakers globally. Involvement with Somnia since testnet means delegators choosing Everstake are working with an operator that has run the network through every major release leading up to Somnia Agents.

Final Thoughts

The repositioning of Somnia as the Agentic L1 is the timely answer to a problem that has sat unresolved in the smart contract era. Code execution is deterministic, but judgment about the real world has typically required a trusted intermediary.

By moving AI inference into validator consensus, Somnia treats agent decisions as first-class onchain state. For users and delegators the network now has a clear technical identity and the first live applications to validate it. 

Everstake continues to support Somnia as a validator and delegation partner, contributing to consensus on the same infrastructure now responsible for AI-resolved outcomes.

Disclaimer

This article is provided for informational purposes only. Nothing in this article constitutes legal advice, financial advice, investment advice, tax advice, or any other form of professional advice, nor should it be construed as such. The information presented does not represent a recommendation, solicitation, or offer to buy or sell any security, financial product, or instrument.

References to specific products, protocols, or market data are included solely for illustrative and educational purposes. Such references do not constitute an endorsement, promotion, or sponsorship of any product, service, company, or regulatory position.

Share with your network

Sign Up for
Our Newsletter

By submitting this form, you are acknowledging that you have read and agree to our Privacy Notice, which details how we collect and use your information.