
every block on an open chain is permanent, public and linkable. amounts, balances, counterparties: readable by anyone with the address, forever. the ledger never forgets.
deposits are sent to optimal yield routes across Arbitrum while shielding details. Nox gateways matched with TEE secure enclaves process the funds off-chain and compound yield without exposing user identities or allocations.
wrap your public USDC, RLC, or WETH into cUSDC, cRLC, or cWETH, committing your assets into a secure Merkle tree. amount and owner stay inside the hash; only the root is ever public, and old notes never link to new.
every move out is a zero-knowledge proof, checked on-chain inside an Arbitrum smart contract. a spend reveals only a nullifier, so the old note and the new never link. no valid proof, no funds move.
every deposit wraps your underlying assets to confidential tokens. amounts are encrypted client-side using the Nox Handle SDK, mapping plaintext values to cryptographically secure handles.
handle = encryptInput(amount, type, contract)confidential smart contracts read handles and process yields securely inside Intel SGX/TDX Trusted Execution Environments. decrypted data never touches the public chain.
yield vault strategies compound assets on Arbitrum Sepolia. live aggregate TVL is visible using public decryption allowances, but individual allocation mappings remain strictly private.
get pre-funded with Arbitrum Sepolia ETH, public USDC, and RLC instantly. Built specifically for hackathon judges to verify the end-to-end confidential deposit flow in seconds.