> For the complete documentation index, see [llms.txt](https://bluwhale.gitbook.io/bluwhaleai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluwhale.gitbook.io/bluwhaleai/oceanum-oxn/welcome-to-oceanum-oxn.md).

# Welcome to Oceanum (OXN)

**Oceanum (OXN) is a confidential EVM Layer 1, secured by hardware-attested Trusted Execution Environments (Intel SGX).**

Deploy the Solidity contracts you already know — but with end-to-end confidentiality: encrypted contract state, encrypted transaction inputs, and encrypted logs. Confidentiality is enforced by real TEE hardware on every validator, not by trust assumptions or off-chain cryptography.

***

### **Why** Oceanum (OXN) <a href="#why-oxn" id="why-oxn"></a>

**Confidential by default.** Contract storage and calldata are encrypted. Only the contract itself can decrypt its own state. There is no separate "private mode" to opt into.

**Full EVM compatibility.** Deploy any Solidity contract. Use Hardhat, Foundry, ethers.js, viem, and MetaMask exactly as you do on Ethereum. Standard ERC-20 / ERC-721 / ERC-1155 work unchanged.

**Hardware-secured, not trust-secured.** Every validator executes contracts inside Intel SGX enclaves. Remote attestation cryptographically proves that your transaction runs in a genuine TEE — the node operator cannot see your state, and neither can we.

**Sovereign Layer 1.** Oceanum (OXN) runs its own consensus and validator set. It is not a rollup and does not depend on any other chain for finality or data availability.

***

### Network at a Glance <a href="#network-at-a-glance" id="network-at-a-glance"></a>

Oceanum (OXN) is currently available as a public testnet. Mainnet is on the roadmap.

| Parameter       | Testnet                                                 |
| --------------- | ------------------------------------------------------- |
| Network Name    | Oceanum (OXN) Testnet                                   |
| Chain ID        | `186`                                                   |
| Currency Symbol | TBLUAI                                                  |
| RPC URL         | `https://rpc.bout.network`                              |
| Block Explorer  | [explorer.bout.network](https://explorer.bout.network/) |
| Faucet          | [faucet.bout.network](https://faucet.bout.network/)     |
| Web Wallet      | [wallet.bout.network](https://wallet.bout.network/)     |

Solidity compiler settings

Oceanum (OXN) currently targets the `paris` EVM version. If you use solc `0.8.20` or newer, set `evmVersion: "paris"` in your compiler config. See [EVM Compatibility](https://docs.bout.network/concepts/evm-compatibility) for the full opcode support matrix.

***

### Start Building <a href="#start-building" id="start-building"></a>

Pick the path that matches your goal.

#### Deploy your first contract <a href="#deploy-your-first-contract" id="deploy-your-first-contract"></a>

Ship a "Hello World" ERC-20 to Oceanum (OXN) Testnet in about five minutes using Hardhat or Foundry.

→ [**Quickstart: Hello World**](https://docs.bout.network/quickstart/hardhat-hello-world)

#### Build a confidential dApp <a href="#build-a-confidential-dapp" id="build-a-confidential-dapp"></a>

Learn how to use encrypted storage, sealed calldata, and signed queries to build applications that public EVM chains cannot support: sealed-bid auctions, private voting, hidden order books, on-chain secrets, and more.

→ [**Confidentiality Guide**](https://docs.bout.network/confidentiality/model)

#### Integrate Oceanum (OXN) into your product <a href="#integrate-oxn-into-your-product" id="integrate-oxn-into-your-product"></a>

If you build a wallet, indexer, bridge, or infrastructure tool, this guide covers RPC endpoints, chain metadata, address formats, and JSON-RPC extensions specific to Oceanum (OXN).

→ [**JSON-RPC & API Reference**](https://docs.bout.network/rpc-api/json-rpc-overview)

***

### Core Concepts <a href="#core-concepts" id="core-concepts"></a>

* [**Architecture Overview**](https://docs.bout.network/concepts/architecture) — How Oceanum (OXN)'s consensus and execution layers work together
* [**Confidentiality Model**](https://docs.bout.network/confidentiality/model) — What is encrypted, what is not, and the threat model
* [**Accounts & Addresses**](https://docs.bout.network/concepts/accounts-and-addresses) — Native `oxn1...` addresses and EVM `0x...` addresses
* [**Gas & Fees**](https://docs.bout.network/concepts/gas-and-fees) — Fee mechanics and differences from Ethereum
* [**EVM Compatibility**](https://docs.bout.network/concepts/evm-compatibility) — Supported opcodes, precompiles, and known differences

### Reference <a href="#reference" id="reference"></a>

* [**JSON-RPC API**](https://docs.bout.network/rpc-api/json-rpc-overview) — Standard Ethereum JSON-RPC and Oceanum (OXN)-specific methods
* [**Confidential Precompiles**](https://docs.bout.network/precompiles/overview) — On-chain primitives: encryption, randomness, signature verification, key derivation
* [**SDKs & Libraries**](https://docs.bout.network/sdks/overview) — TypeScript, Go, and Rust client libraries
* [**Explorer & Indexer API**](https://docs.bout.network/rpc-api/explorer-api) — Query historical data, balances, and events

***

### Community & Support <a href="#community--support" id="community--support"></a>

* **GitHub**: [github.com/oxn-network](https://github.com/oxn-network)
* **Status Page**: *coming soon*
* **Bug Bounty**: *coming soon*
* **Contact**: <developers@bout.network>
