The architecture is the promise
"Non-custodial" isn't a policy page here — it's what the system is physically capable of. Everything below is deployed and verifiable, live on mainnet since April 2026.
A chain where users never pay gas
OmniCoin L1 is an Avalanche subnet — chain ID 88008, Snowman consensus, ~1–2s finality. Every user transaction is an EIP-2771 meta-transaction: you sign the intent locally, a validator relays it through the OmniForwarder contract and pays the native gas. Protocol revenue comes from marketplace, DEX, privacy and escrow fees — not from charging you gas.
Authentication is challenge–response against your wallet key — passwords never leave the browser, the server never sees a seed, and registration is attestation-based. There is no server-side custody of anything worth stealing.
OmniBazaar
what a transaction costs
You sign locally
Validator relays EIP-2771
Finality ~1–2s
Gas paid by you $0.00
Prices nobody can fake, privacy when you want it
Oracle
Price feeds take the middle value (the median) of reports from many independent validators, plus an on-chain time-averaged price check for OmniCoin pairs — so no single company can move the number the protocol sees. Owning our own data is an architectural rule here, not a vendor choice.
Privacy on demand
One click converts OmniCoin 1-for-1 into its private form (pXOM) on COTI V2, a privacy-focused blockchain, over a bridge route that five of our validators must sign off on together. Go private when you want, public when you don't — free, both directions. We make money on private trades, never on the privacy itself.
Six bridge protocols
ICTT (to Avalanche C-Chain), LayerZero, CCIP, Wormhole, CCTP V2 and Avalanche Bridge — behind one swap surface, chosen per route. The LP-incentive mesh runs live on Ethereum, Arbitrum, Base and Polygon alongside the L1.
Two-tier nodes
Gateway validators — vetted, staked, data-center-grade — run the chain, the price feeds and the global listings. Service nodes run on an ordinary laptop, and anyone can run one to host a local marketplace. Anyone who meets the requirements can become a validator — today's 5 servers are a starting point, not the plan.
The contracts
100+ contracts in production — 100+ in source, 149 deployed addresses. The key ones:
| Contract | Address | Role |
|---|---|---|
| OmniCoin (XOM) | 0x1eE61487F08F715055358A1F020A86c9E571ED78 | Native utility token, 18 decimals, 16.6B lifetime cap |
| OmniCore | 0xa7680b25C0483E6d9E8AdD01e3FeEE33ABD43ce6 | Core registry/state |
| OmniRegistration | 0x2B05cbA7740EE483f6151Fa40CF5D48C45A1AD88 | Username/identity attestation |
| DEXSettlement (V3) | 0x0F2dF0921E8c5f68689820D811C0926D9eDb7f38 | On-chain settlement of off-chain-matched orders (EIP-712 v3) |
| RWAAMM | 0xdBe9101F6C8f33dfF37C4df8041B64f89D9ab12f | AMM factory (XOM/USDC pool 0x1729F725A79002458447a3d68DDb01fCae3B5D16) |
| LiquidityOverflowPool | 0x3e3FB3416236fCab0dB9A45171c5532Aff665EC8 | Early-LP staking + rewards distributor |
| LPZap | 0x8968a41ee5208eAF6E9fe290558BcCD1D0A482c3 | One-click USDC → LP |
| OmniValidatorRewards | 0x6974F8c7712a4f294A1f66Efc16EC678AAB7b7F2 | Block-reward distribution + LP overflow source |
| UnifiedFeeVault | 0xf702f60683c5AFd2351d0b0941c0AADEa62015e1 | Central fee router |
| OmniBonding | 0x166439CE6d91973B672De12E5a4991B177D39414 | Protocol bonding (deployed; opens at hard launch) |
| OmniArbitration | 0x1eca4579Ef34c30AA5DD48c6c4475315c1489ECc | Dispute arbitration (5% of disputed amount) |
| MinimalEscrow | 0x246Da6DF3DF4598a5FE3431183f1BCa37FaeA758 | 2-of-3 marketplace escrow |
| OmniBridge | 0x0620F30363A64363F0BA4D05F25C6AC15f178Fe8 | Bridge coordination |
| OmniForwarder | 0xaF8c638b69A61e28617e0C71178D4910aB4e83E5 | EIP-2771 gasless meta-transaction forwarder |
| PrivateOmniCoin (pXOM) | 0xb09F2900f6603Da92DB3D5df52e804CaF9c78f09 | Privacy-shielded XOM (COTI V2 via Hyperlane warp route) |
| OmniGovernance | 0xa812904860c615FeCE377F17F87670EcA0E0899c | Protocol governance |
Audit status, stated honestly
- Liquidity/Early-LP contract set: 7-pass internal security audit, 86 dedicated tests, all findings remediated.
- Test suites: 150+ Solidity tests and 230+ validator service tests run continuously.
- External audit: a third-party firm audit of the top-20 contracts is budgeted and planned before hard launch — no firm report is published yet, and we won't imply otherwise.
- Bug bounty: planned; payouts-only structure.