Monolythium Wallet is a self-custodial mobile wallet for the Monolythium network — a Rust-native, post-quantum Layer 1 designed for the next decade of agent-driven commerce, on-chain finance, and verifiable identity.
Your keys are generated and stored on your device. Your seed phrase is never transmitted. Every signature is post-quantum by default.
━━━━━━━━━━━━━━━━━━━━━━
WHY MONOLYTHIUM IS DIFFERENT
━━━━━━━━━━━━━━━━━━━━━━
Monolythium is not an EVM chain. Existing Ethereum bytecode does not run on it, and Ethereum-style elliptic-curve signatures (secp256k1) are not accepted at the protocol layer. Instead:
• Every user signature is ML-DSA-65 (NIST FIPS-204 post-quantum lattice signature).
• Smart contracts are written in Rust and compiled to a deterministic RISC-V execution target.
• Transactions can be submitted through an encrypted mempool that protects intent from front-running.
• The chain settles on a DAG-BFT consensus substrate with deterministic finality measured in hundreds of milliseconds.
This wallet is the user-facing edge of that design.
━━━━━━━━━━━━━━━━━━━━━━
WHAT YOU CAN DO
━━━━━━━━━━━━━━━━━━━━━━
• Create or import a Monolythium wallet from a 24-word PQM-1 recovery phrase.
• Hold and move LYTH, the network's native token.
• Stake LYTH with a validator cluster and earn rewards.
• Track on-chain activity by address.
• Connect to Monolythium dApps via WalletConnect v2 and deep links.
• Manage a contacts list (addresses tied to friendly names).
• Use the in-app passkey signer for fast biometric authorizations.
━━━━━━━━━━━━━━━━━━━━━━
SECURITY MODEL
━━━━━━━━━━━━━━━━━━━━━━
• Recovery phrase generated with the PQM-1 format (24 words, ML-DSA-65 entropy — not BIP-39).
• Vault encrypted at rest with a key derived from your password through Argon2id (32 MiB memory, 2 iterations).
• Encrypted vault stored alongside an OS-platform-keystore device key (iOS Keychain / Android Keystore).
• Biometric (Face ID, Touch ID, or platform equivalent) gates every signing action.
• No keys, balances, addresses, or activity are transmitted to the developer. The only network traffic goes to the Monolythium JSON-RPC endpoint you configure.
━━━━━━━━━━━━━━━━━━━━━━
PRIVACY MODEL
━━━━━━━━━━━━━━━━━━━━━━
Monolythium runs a bifurcated denomination:
• Public LYTH — fully transparent, full access to commerce, contracts, staking, and bridges.
• Private LYTH — peer-to-peer transfer and burn only. Cannot enter a smart contract, cannot trade, cannot bridge.
The wallet surfaces both denominations clearly and warns before any cross-denomination action.
━━━━━━━━━━━━━━━━━━━━━━
OPEN SOURCE
━━━━━━━━━━━━━━━━━━━━━━
The full source is published under Apache-2.0. You can read every line, build it yourself, and verify the artifact in this listing matches the published commit.
Source: https://github.com/monolythium/mobile-wallet
━━━━━━━━━━━━━━━━━━━━━━
DISCLOSURES
━━━━━━━━━━━━━━━━━━━━━━
• This is pre-mainnet software. Use testnet funds only until the network's mainnet activation event.
• The wallet does not custody your funds — Mono Labs cannot freeze, reverse, recover, or move them.
• Report security issues responsibly to security@monolythium.com.
Built by Mono Labs LLC and the Monolythium community.