Non-custodial yield desk that re-checks your ENS compliance attestation on-chain at every execution
Omega is a non-custodial yield desk that makes compliance part of the execution path. You sign an EIP-712 yield intent; a deterministic solver splits it across wstETH and rETH with live 1inch pricing; Settlement.sol re-reads your ENS attestation on-chain before any funds move. Revoke one ENS text record and the exact same signed intent reverts with NotCompliant. Live on Arbitrum One mainnet, non-custodial throughout.
Next.js 15, wagmi/viem, Solidity 0.8.24, Foundry, live on Arbitrum One. EIP-712 intent, deterministic TS solver, preflight that eth_calls the real Settlement so it names the exact revert. Compliance is an ENS subname on a Durin L2Registry, re-read every settle, failing closed. Venues: 1inch Swap API, 1inch Aqua/SwapVM on our own liquidity, Uniswap Trading API, needing same-tx Permit2 grant/revoke.

