Signing & Wallet Profiles
The 2-of-3 model — profiles, transitions, relay-only execution, and the Safe Transaction Service flow.
Architecture
System overview, component breakdown, and data flow diagrams.
Risk Scoring
How transactions are scored 0–100 against behavioral patterns.
Agent
The NanoBot/Hermes skill pack — skills, lifecycle, and Telegram commands.
Legacy Accounts
How pre-refactor 2-of-2 accounts work and how they upgrade to the full model.
Contract Deployments
Safe and infrastructure contract addresses on BNB Chain.
Design Principles
- The user holds the majority — in the full 2-of-3 model your two keys meet the threshold. The agent is an advisory speed bump you can always go around via the Safe app, never a gatekeeper.
- The agent never signs what it didn’t screen — when your signatures alone meet the threshold, the agent relays and pays gas without contributing a signature. Enforced server-side at proposal and again at execution.
- No LLM on the hot path — inline risk scoring is deterministic and instant. The agent only steps in after a verdict is reached.
- Safe multisig is the foundation — every transaction is a standard SafeTx, visible and actionable in the official Safe app at every stage. Zhentan adds intelligence on top without replacing key management.
- Continuous learning — patterns are recorded after every confirmed transaction. The profile improves automatically.
