> For the complete documentation index, see [llms.txt](https://neptune-privacy.gitbook.io/leviathan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://neptune-privacy.gitbook.io/leviathan/reference/glossary.md).

# Glossary

Terms used across Leviathan testnet documentation.

## A

**Account (Miden)** — A programmable entity with code, storage, and a vault. Identified by a hex **Account ID**. Wallets create accounts with authentication components (testnet default: Falcon512).

**Account ID** — Identifier for a Miden account. Hosted web wallet shows hex on account cards and accepts hex or bech32 in relevant fields. The Chrome extension **Receive** screen shows **bech32** only (for example `mtst1…`).

**Attestation** — Cryptographic evidence that a specific software composition is running inside a genuine TEE. Leviathan clients fetch attestation before delegated proving and pin the enclave TLS certificate. See [Attestation and trust](/leviathan/tee-proving/attestation.md).

## B

**Bridge** — Mechanism that moves value between Neptune L1 (**XNT**) and Miden L2 (**WXNT**). Monitored at `/bridge` on the testnet explorer.

**Burn (WXNT)** — Destroying WXNT on Miden as part of withdrawing to XNT on Neptune. Listed in the bridge monitor burns table.

## C

**Claimable** — Notes or assets the wallet knows about but have not yet been **consumed** into the spendable balance.

**Compose hash** — Expected enclave measurement (related to runtime registers such as RTMR3) configured in `tee_compose_hash`. Clients reject delegated proving if the live enclave does not match. Updates when the TEE image or CVM is redeployed.

**Consume** — Wallet action that processes claimable notes so balances update.

**Contract** — On-chain Miden program with an ID browseable under **Contracts** in the explorer.

## D

**Delegate proving** — Client flag (`--delegate-proving`) that sends STARK proof generation to a remote TEE prover instead of proving only on the local machine. See [Set up delegated TEE proving](/leviathan/tee-proving/setup.md).

**Deposit (bridge)** — L1 XNT locked on Neptune corresponding to WXNT minted on Miden; shown in bridge **Deposits**.

## F

**Faucet (WXNT)** — On-chain contract id for testnet WXNT (`b0682b76d8939720429ec7e43f194a`), used when a send form asks which token faucet to spend from. Pioneers receive funds by requesting a mint in the Pioneers Telegram group; the hosted **Mint Tokens** panel is operator-only.

## M

**Miden** — Programmable layer (L2) used by Leviathan testnet for accounts, notes, and proofs.

**Mutator set** — Neptune data structure for private ownership and spends; commitments replace transparent account balances on L1.

## N

**Neptune** — Privacy-oriented base layer (L1) for native **XNT**.

**Note** — Miden message that can carry assets and consumption rules; accounts interact by creating and consuming notes.

**Nonce** — Counter associated with an account or contract; advances as state updates are executed.

## P

**Phala Cloud** — Hosting platform for Confidential VMs used by the Leviathan testnet TEE prover (Intel TDX / dstack).

**Pioneer** — Early testnet participant using Leviathan interfaces and providing feedback.

**Proof (STARK)** — Succinct argument that a computation or transaction followed protocol rules, verified without exposing private inputs.

## S

**Sync** — Wallet action that pulls the latest chain state into the browser session.

## T

**TDX** — Intel Trust Domain Extensions; the TEE technology used for the current Phala-hosted Leviathan remote prover.

**TEE** — Trusted Execution Environment: hardware-isolated enclave for running code (here, remote STARK proving) with attestation. See [TEE proving overview](/leviathan/tee-proving/overview.md).

**Testnet** — Non-production network with no real-world asset value. Badge shown in the explorer header.

**Triton** — Virtual machine on Neptune used to generate and verify STARK proofs for L1 transactions.

## W

**Wallet (browser)** — Hosted at `/wallet` on leviathandev; stores keys in browser storage (IndexedDB). Secondary to the Chrome extension for pioneers.

**Wallet (Chrome extension)** — **Leviathan** unpacked extension distributed via the Pioneers Telegram pin. Primary pioneer wallet; Receive addresses are bech32.

**WXNT** — Wrapped XNT on Miden. Testnet programmable-layer asset; 1:1 peg intent with XNT.

**XNT** — Native asset on Neptune L1.
