You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InMail Treasury brings secure, AI-powered treasury management to non-crypto-native organizations using a familiar, email-driven interface. We offer organizations a way to control their crypto treasury using emails written in natural language. This both onboards traditional organizations onchain (secured by email DKIM signatures) and allows their employees to control crypto treasuries.
Overview
InMail is built on an Osmosis Smart Account, with a custom DKIM signature and header authenticator. The Smart Account also contains multisig functionality to enable creation of and voting on proposals. Warden protocol would be used for email polling and DKIM TXT record synchronization.
Tech
CosmWasm
Osmosis Smart Accounts for DKIM authentication
Warden x/act and (when supported) x/future module
How it works
Mail Clients
Employees send treasury-related emails (proposals, votes) to the organization’s designated email (treasury@abstract.money).
Mail Server
Acts as the DAO’s inbox, receiving requests and forwarding them for interpretation and processing.
Inbox Listener
A Rust server listens for incoming emails, parsing each one to extract the action type (proposal or vote).
The action is sent to an LLM to transform the message into a CosmosMsg.