Architecture
How Moss Fits Together
If the wallet, the Store, and the app relationship are unclear, people end up reading Moss as a set of disconnected websites.
3 sectionsarchitecture
01
The Three Surfaces Users See First
Moss Wallet / Runtime
The app runtime where users actually stay and keep working.
Store
The surface for discovery, installation, and sending apps back into the wallet.
Apps
Trading, payments, and automation capabilities that are ultimately used inside the account.
02
How the Lower Layers Cooperate
- The smart wallet holds assets, install state, and the execution context.
- Store / Registry decide which apps belong to the normal installation path.
- Installation and enablement are separate so discovery and actual wallet availability remain distinct states.
- When an app runs, it still runs in the user's own wallet context.
03
Product Layers
- Moss Runtime is the main interaction surface.
- Store is the installation surface.
- App and flow pages explain what users can actually do after installation.