Documentation Index
Fetch the complete documentation index at: https://docs.monaris.co/llms.txt
Use this file to discover all available pages before exploring further.
The problem with privacy wallets
Every existing privacy solution forces users to create and manage a separate wallet. You get a new address (usually starting with0zk), you have to fund it separately, and you have to remember which wallet holds which funds. For most users, this is a dealbreaker.
Monaris eliminates this entirely.
How Monaris solves it
When you log into Monaris, your private wallet is derived automatically from your existing wallet. You sign one message. That signature — combined with deterministic cryptographic functions — produces a private wallet that is always the same for your account. You never see it, manage it, or think about it.The derivation architecture
Key properties
Deterministic
Same wallet → same signature → same private wallet. Always. If you log out and back in, your private balance is exactly where you left it.
Client-side only
Your private key material never leaves your browser. Monaris servers never see your recovery phrase or spending keys. Ever.
One-time signature
You sign once on first login. After that, the derived wallet is cached in your session. No repeated prompts, no friction.
Encrypted backup
Your recovery phrase is encrypted with military-grade encryption (AES-GCM, 100,000 rounds of key derivation) and stored as an encrypted blob for recovery.
Technical specification
Security model
| Threat | Protection |
|---|---|
| Server compromise | Server never has unencrypted keys — only encrypted blobs |
| Browser compromise | Keys exist in memory only during active session |
| Recovery needed | Encrypted backup can be decrypted only with wallet signature |
| Replay attack | Derivation is wallet-address-specific — different wallets produce different private wallets |
What comes next
Shield & Unshield Flows
Now that you understand how the private wallet is created, learn how funds move in and out of the private pool.
