📄️ Accounts
How MOI represents participants through accounts, the participant-centric state model, the Context-Superstate, account types, identifiers, and keys.
📄️ Assets
Introduction to Assets in MOI
📄️ Tesseracts
The unit in which MOI records state change - why the ledger is a multi-link composite DAG rather than a chain, what a tesseract contains field by field, and how to read one back.
📄️ Interactions
How actions on the network are expressed (transfers, asset creation, logic deploy/invoke, etc.) and how they differ from generic transactions.
📄️ Networks
Introduction to MOI Networks & Environments
📄️ Multi-Sig
How MOI distributes authority using Account-key weights and Interaction Notary participants.
📄️ Execution
How MOI's execution architecture replaces contract-centric models with typed domain interactions, the Interaction State Machine (ISM), and the IEE/LEE runtime.
📄️ Logics
A developer guide to writing, compiling, deploying, and interacting with logics on MOI using CoCo and the js-moi-sdk.