Fenryx — The Omnia Protocol
Fenryx is a sovereign Layer-1 blockchain implemented in Rust, secured by the Omnia Protocol — a multi-layer consensus stack combining Proof of Utility (PoU), Performance Capping (PC), Quadratic Voting governance, and an embedded EVM execution environment.
| Chain ID | 7373 |
| Denom | afrx (10⁻¹⁸ FRX) |
| Bech32 prefix | frx1... |
| RPC | https://v2.rpc.fenryx.io |
| EVM RPC | https://v2.evm.fenryx.io |
| Explorer | https://v2.explorer.fenryx.io |
What you'll find here
- Quickstart — connect a wallet, send a tx, query the chain in 60 seconds.
- SDK — official JS, Python, and Rust client libraries.
- API — the full HTTP / JSON-RPC surface (both Fenryx-native and EVM).
- Modules — protocol reference for Omnia, Staking v2, Gov v2, DEX, Storage, DID, Cross-chain, and the Franchise subnet system.
- Guides — practical walkthroughs: run a validator, deploy a contract, store a file with PoU rewards.
Fenryx is open-source under the MIT license. The reference implementation lives in
fenryxlabs/fenryx.