Public metrics · Ethereum Sepolia pilot

What the chain can see.

Every number on this page comes from public data: indexed events and on-chain reads. What Noctis encrypts — order sizes, trader identity, per-user balances — is not here, because nobody can read it.

Public, shown below

  • Order lifecycle: created, filled, cancelled — with timestamps
  • Aggregate vault balances (ETH and USDC held by the contract)
  • Deposit and withdrawal transactions, attributable to their wallets

Encrypted, never shown

  • Order sizes and directions of intent, stored as FHE ciphertexts
  • Per-user vault balances — only the owner can decrypt them
  • Trader identity behind each order

Order lifecycle

Indexed from public events · sizes stay encrypted

Total orders

Filled

Cancelled

Open

Vault & exchange

Read live from Sepolia

Vault ETH

Native balance of the vault contract

Vault USDC

ERC-20 balance (USDT slot on Sepolia)

Order counter

orderCounter() on the exchange

Aggregate vault balances are visible to anyone on-chain. How that total splits across depositors is encrypted per user.

Public flows

Deposits and withdrawals are attributable by design

Deposits

Withdrawals

ETH deposited

Lifetime, all wallets

Depositor wallets

Settled swap volume is not shown: order sizes are FHE ciphertexts and the pilot subgraph intentionally indexes no amounts for orders. Fill sizes are only visible at the moment Uniswap executes.

Data freshness

Subgraph head

Chain tip

Status

Verify these numbers yourself