Protean brings programmable, on-chain governance into Telegram, Discord, and Slack — the places your community already coordinates. Eleven mechanisms, one treasury, swap models without ever moving funds.
Web2 tools make collective ownership difficult — no safe way to pool or spend group money inside a chat app. Web3 frameworks force people out of the chat entirely, onto a separate site, with a treasury permanently welded to one voting contract. Changing your mind about governance means a risky, expensive fund migration.
A DAO is created and run entirely from inside the chat — no separate dashboard to log into.
One command deploys a treasury, a governance token, and your chosen model — directly in the group.
Ten governance mechanisms plus a confidential market, from simple multisig to quadratic and conviction voting.
Every step happens as a normal message in the chat everyone's already in.
Outgrow a model later? Change it. The treasury never moves.
The ten share the same propose → vote → queue → execute shape. Opportunity Market is a distinct primitive — no proposals or votes, a fully confidential prediction market instead.
Five shapes Protean already fits, each with its own tools on top of the same governance layer.
Add Protean to the platform your community already lives in.
Bring proposals and votes into your community server.
Add to Discord — coming soonRun governance from your team's workspace.
Add to Slack — coming soonGovernance runs on ultra-cheap EVMs. The confidential Opportunity Market runs wherever Zama's coprocessor network actually exists today.
Protean is the governance layer for social messengers — programmable, on-chain governance mechanisms brought directly into Telegram, Discord, and Slack.
Instead of forcing every community into the same governance model, Protean provides modular governance primitives that deploy directly inside the chat a community already uses. A DAO's treasury and its voting logic are deliberately separate — a group can change how it decides things without ever migrating funds.
Three parts: the governance contracts, the bot interfaces, and this site.
Every DAO gets its own, fully separate contract deployment — a real Governance contract, a real Treasury, a real governance token. Nothing is a shared proxy; each community's DAO is independent from every other.
Two optional wrapper contracts sit alongside a DAO: an NFT marketplace wrapper for on-chain trading, and a Guard Wrapper — a security-council layer that can inspect and confirm sensitive treasury or token actions before they execute.
All ten share the same propose → vote → queue → execute shape.
The baseline model. Voting power is read from a snapshot at proposal creation, weighted by balance.
Same shape as token-weighted, but voting power scales with the square root of tokens held — reducing the influence of the largest holders relative to the wider group.
Token-weighted voting with delegation. A holder can hand their voting power to someone else, and reclaim it at any time.
A proposal passes automatically once its challenge window closes, unless someone challenges it — in which case it goes to a real vote. Built for routine actions that shouldn't need a full vote cycle every time.
No discrete "for/against" vote. A holder commits their current stake to a proposal, and their conviction accumulates the longer it stays committed — rewarding sustained, patient support over a single burst of votes.
A signer multisig. No governance token at all — a fixed set of signers confirms transactions directly, with a configurable approval threshold.
A council selected at random from eligible members via an external randomness source, serving fixed terms — governance by lottery rather than election or stake.
A council elected by ordinary token-holder vote, serving fixed terms before a new election reopens.
A two-phase model: proposals first go through an approval phase, and disputed outcomes move to an adjudication phase — with optional resolution against a live Chainlink or Switchboard price feed.
Futarchy. Two prediction markets are opened for a proposal — one betting it will pass, one betting it will fail — and the outcome is decided by comparing their time-weighted average price. No voting step exists in this model at all.
A confidential prediction market — a distinct primitive, not a twin of the ten governance models above.
Opportunity Market has no proposals and no votes. Its lifecycle is: list an opportunity, place fully encrypted bets on which one will succeed, resolve the outcome, then reveal only the winning opportunity and its aggregate backing total — individual bets and positions are never revealed, even after resolution. Built on Zama's confidential compute stack, currently deployed on Ethereum Sepolia, since that's where Zama's coprocessor network exists today. It moves to other chains as Zama's network expands to them.
An optional security layer a DAO can adopt without changing its governance model at all.
A Guard Wrapper sits between governance and a DAO's treasury or token contract. Governance can propose an instruction to it, but a small set of signers must confirm before it actually executes — giving a DAO a human circuit-breaker against a malicious or mistaken proposal, without giving those signers any power to act on their own. Signers can only confirm or reject what governance already sent; they can never initiate a transaction themselves.
The full command set. Which ones apply depends on your DAO's governance model — a Board DAO doesn't have /stake, a Delegate DAO doesn't have /support, and so on.
| Command | What it does |
|---|---|
/createdao | Deploys a new DAO — treasury, token, and your chosen governance model — directly in this chat. |
/propose | Creates a new proposal for the linked DAO to vote on. |
/vote | Casts a vote on an open proposal (token-weighted, quadratic, liquid, optimistic, delegate). |
/queue | Moves a passed proposal into its execution timelock. |
/execute | Executes a proposal once its timelock has elapsed. |
/cancel | Cancels a proposal before it executes. |
/proposal | Shows a proposal's current state, votes, and timing. |
/stake | Stakes tokens to activate voting power. |
/unstake | Withdraws staked tokens. |
/wallet | Shows your chat-linked wallet address and balance. |
/claim | Claims welcome tokens or amounts owed to you. |
/help | Shows every command available in this specific chat. |
| Command | Model | What it does |
|---|---|---|
/support | Conviction | Commits your current stake to a proposal, accumulating conviction over time. |
/confirmtransaction | Board | A signer confirms a proposed transaction. |
/addsigner / /removesigner | Board | Adds or removes a signer — only via a passed proposal. |
/castcouncilvote | Sortition | A randomly-selected council member votes on a proposal. |
/voteinelection | Delegate | Votes for candidates in a council election. |
/declarecandidacy | Delegate | Declares your candidacy for an open council election. |
/finalizeelection | Delegate | Finalizes an election once its voting window closes. |
/proposecriteria | Sowellian | Creates a proposal with oracle-based or human-judged resolution criteria. |
/castapprovalvote | Sowellian | Votes in a proposal's approval phase. |
/castadjudicationvote | Sowellian | Votes in a disputed proposal's adjudication phase. |
/deploychainlinkoracle | Sowellian | Deploys a price-feed adapter for oracle-based resolution. |
/trade | Decision Markets | Trades in a proposal's pass or fail prediction market. |
/finalizeproposal | Decision Markets | Resolves a proposal by comparing its two markets' time-weighted price. |
| Command | What it does |
|---|---|
/listactions | Shows every verified action this DAO can propose. |
/proposeaction | Proposes a verified action without hand-building calldata yourself. |
| Command | What it does |
|---|---|
/deploynftwrapper | Deploys an NFT marketplace wrapper for this DAO. |
/deployguardwrapper | Deploys a Guard Wrapper — a signer-confirmed security layer — for this DAO. |
/registerguardwrapper | Links an already-deployed Guard Wrapper to this chat. |
/handovertowrapper | Computes the proposals that hand Treasury and token control to a Guard Wrapper. |
/guardwrapper | Shows a wrapper's current signers, threshold, and tenure status. |
/instruction | Shows full detail on a pending or resolved wrapper instruction. |
/confirminstruction | A signer confirms a pending wrapper instruction. |
/rejectinstruction | A signer permanently cancels a pending wrapper instruction. |
/revokeconfirmation | A signer withdraws their own earlier confirmation. |
| Command | What it does |
|---|---|
/createmarket | Deploys a new confidential Opportunity Market. |
/registermarket | Links an already-deployed market to this chat. |
/deposit | Deposits underlying tokens into your confidential balance. |
/listopportunity | Lists a new opportunity for the market. |
/back | Places a fully encrypted bet on an opportunity. |
/resolve | Records which opportunity won, in plaintext. |
/revealwinningtotal | Reveals the winning opportunity's total backing. |
/computereward | Computes your share of the reward pool. |
/withdraw / /withdrawreward | Withdraws your stake or your computed reward. |
/mybalance / /mybet / /allbets | Shows your confidential balance, one bet's detail, or all your bets. |
/analytics | Deployer-only aggregate stats per opportunity. |
Governance runs on ultra-cheap EVMs; Opportunity Market runs wherever Zama's coprocessor network exists today.
All ten governance factories are live and verifiable on MonadVision, Monad's official block explorer.
| Model | Factory address |
|---|---|
| Token-weighted | 0x8bB6...c056 |
| Quadratic | 0x9d10...78F9 |
| Liquid | 0x55C8...7fFe |
| Optimistic | 0x8F5a...5674 |
| Delegate | 0x3fFb...f975c |
| Board | 0x2367...BE9A |
| Sortition | 0xBeB0...BA7B |
| Conviction | 0x1443...f173c |
| Sowellian | 0x0752...9056 |
| Decision Markets | 0x99De...fE388 |
0xe61C...BEC5