# Somnia Network

## Why Somnia?

Insomnus is built on [Somnia](https://somnia.network/) — a high-performance Layer 1 blockchain designed specifically for gaming.

### Key Specifications

<table><thead><tr><th width="376.5087890625">Feature</th><th>Specification</th></tr></thead><tbody><tr><td><strong>Throughput</strong></td><td>1,000,000+ TPS</td></tr><tr><td><strong>Finality</strong></td><td>Sub-second</td></tr><tr><td><strong>Compatibility</strong></td><td>Full EVM</td></tr><tr><td><strong>Gas Fees</strong></td><td>Sub-cent</td></tr><tr><td><strong>Consensus</strong></td><td>MultiStream</td></tr><tr><td><strong>Database</strong></td><td>IceDB (nanosecond operations)</td></tr></tbody></table>

### Why Somnia for Gaming?

{% stepper %}
{% step %}

### Speed

Transactions confirm faster than perceptible delay.
{% endstep %}

{% step %}

### Cost

Players never worry about gas fees.
{% endstep %}

{% step %}

### Scale

Supports millions of concurrent players.
{% endstep %}

{% step %}

### Developer Friendly

Full Solidity and tooling support.
{% endstep %}
{% endstepper %}

***

## Current Implementation

{% hint style="info" %}
**Current State: Closed Beta**

Insomnus currently uses blockchain for:

* Game access verification
* Wallet-based authentication
* Points earning and tracking

Asset tokenization is planned for a future update.
{% endhint %}

### How It Works Today

<table><thead><tr><th width="307.21051025390625">Feature</th><th>Implementation</th></tr></thead><tbody><tr><td><strong>Game Access</strong></td><td>Wallet connection required to play</td></tr><tr><td><strong>Authentication</strong></td><td>On-chain wallet verification</td></tr><tr><td><strong>Points Earning</strong></td><td>Earned through gameplay, tracked on-chain</td></tr><tr><td><strong>Asset Ownership</strong></td><td>Points are database-tracked (tokenization planned)</td></tr></tbody></table>

***

## Network Configuration

| Parameter           | Value                            |
| ------------------- | -------------------------------- |
| **Network Name**    | Somnia                           |
| **RPC URL**         | `https://rpc.somnia.network`     |
| **Chain ID**        | \[Check official docs]           |
| **Currency Symbol** | SOMI                             |
| **Block Explorer**  | `https://browser.somnia.network` |

***

## Resources

<a href="https://discord.gg/somnia" class="button primary">Somnia Discord</a> <a href="https://browser.somnia.network/" class="button secondary">Somnia Browser</a><a href="https://docs.somnia.network/" class="button secondary">Somnia Docs</a>

***

*Powered by Somnia. Built for gamers.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.insomnus.xyz/web3-economy/somnia-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
