One treasury.
Every shape it needs to take: Quadratic.

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.

Communities are stuck choosing between two broken options.

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.

How it actually works

A DAO is created and run entirely from inside the chat — no separate dashboard to log into.

Create in chat

One command deploys a treasury, a governance token, and your chosen model — directly in the group.

Pick a model

Ten governance mechanisms plus a confidential market, from simple multisig to quadratic and conviction voting.

Propose, vote, execute

Every step happens as a normal message in the chat everyone's already in.

Swap models, keep funds

Outgrow a model later? Change it. The treasury never moves.

Ten governance models, one confidential market

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.

Token-weighted
The baseline: one token, one vote, weighted by balance at a fixed snapshot.
standard
Quadratic
Voting power grows with the square root of tokens held, softening whale influence.
weighted
Liquid
Token-weighted voting with delegation — hand your vote to someone you trust, per topic or always.
delegated
Optimistic
Proposals pass by default unless challenged within a window — speed for routine decisions, a real vote only when contested.
fast-path
Conviction
No discrete vote — support accumulates the longer your stake stays committed to a proposal.
continuous
Board
A signer multisig — no token at all, just confirmations from a fixed set of trusted signers.
multisig
Sortition
A council chosen at random from eligible members, serving fixed terms — jury duty for governance.
randomized
Delegate
An elected council serving fixed terms, chosen by ordinary token-holder vote.
elected
Sowellian
Proposals open for a market-style approval phase, then adjudicate disputed outcomes — with optional live price-feed resolution.
two-phase
Decision Markets
Futarchy: two prediction markets, pass vs. fail, resolved by comparing price over time. No voting at all.
market-based
Opportunity Market
Confidential prediction surveys — place fully encrypted bets; only the winning outcome and its total backing are ever revealed.
confidential

Built for how real groups actually organize

Five shapes Protean already fits, each with its own tools on top of the same governance layer.

DAO Associations

Online communities that need a shared treasury and real coordination. Messenger-native interaction, governance tools, association registration (Wyoming DUNA or Marshall Islands nonprofit DAO LLC), accounting, and banking tools.

Private Escrow Groups

NFT/token OTC trading and gig-economy deals. Secure fund escrow, permissioned groups that cut impersonation risk, and withdrawals straight to a bank account.

Private Opportunity Surveys

Businesses and investment groups consulting scouts who can't risk a leak. Confidential survey tools, process and results analytics, and researcher reward tools — powered by Protean's confidential Opportunity Market.

Optimistic Treasury Management

Foundations and nonprofits making regular operational payments. Built-in oversight and accounting, plus association registration and banking tools.

Private Decision Markets

DAO corporations and funds that want market-driven decisions. Sowellian and futarchy tooling, outcome verification, accounting, and for-profit Marshall Islands DAO LLC registration.

Get started

Add Protean to the platform your community already lives in.

Telegram

Add Protean to a group and govern right in the chat.

Add to Telegram

Discord

Bring proposals and votes into your community server.

Add to Discord — coming soon

Slack

Run governance from your team's workspace.

Add to Slack — coming soon

Where it runs

Governance runs on ultra-cheap EVMs. The confidential Opportunity Market runs wherever Zama's coprocessor network actually exists today.

live · testnet

Monad

Governance — all ten models
10 verified factory contracts — see addresses
deployed

Base

Governance
Factory addresses — added on deployment
deployed

HyperEVM

Governance
Factory addresses — added on deployment
live · testnet

Ethereum (Sepolia)

Opportunity Market

Overview

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.

Architecture

Three parts: the governance contracts, the bot interfaces, and this site.

contractsSolidity — one factory per governance model, deployed with Foundry
botNode.js — handles all interaction and transaction execution on Telegram, Discord, and Slack
connectThis site — onboarding for people integrating the bot

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.

Governance models

All ten share the same propose → vote → queue → execute shape.

Token-weighted

The baseline model. Voting power is read from a snapshot at proposal creation, weighted by balance.

Quadratic

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.

Liquid

Token-weighted voting with delegation. A holder can hand their voting power to someone else, and reclaim it at any time.

Optimistic

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.

Conviction

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.

Board

A signer multisig. No governance token at all — a fixed set of signers confirms transactions directly, with a configurable approval threshold.

Sortition

A council selected at random from eligible members via an external randomness source, serving fixed terms — governance by lottery rather than election or stake.

Delegate

A council elected by ordinary token-holder vote, serving fixed terms before a new election reopens.

Sowellian

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.

Decision Markets

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.

Opportunity Market

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.

Guard Wrapper

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.

Commands

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.

Core lifecycle

CommandWhat it does
/createdaoDeploys a new DAO — treasury, token, and your chosen governance model — directly in this chat.
/proposeCreates a new proposal for the linked DAO to vote on.
/voteCasts a vote on an open proposal (token-weighted, quadratic, liquid, optimistic, delegate).
/queueMoves a passed proposal into its execution timelock.
/executeExecutes a proposal once its timelock has elapsed.
/cancelCancels a proposal before it executes.
/proposalShows a proposal's current state, votes, and timing.
/stakeStakes tokens to activate voting power.
/unstakeWithdraws staked tokens.
/walletShows your chat-linked wallet address and balance.
/claimClaims welcome tokens or amounts owed to you.
/helpShows every command available in this specific chat.

Model-specific voting

CommandModelWhat it does
/supportConvictionCommits your current stake to a proposal, accumulating conviction over time.
/confirmtransactionBoardA signer confirms a proposed transaction.
/addsigner / /removesignerBoardAdds or removes a signer — only via a passed proposal.
/castcouncilvoteSortitionA randomly-selected council member votes on a proposal.
/voteinelectionDelegateVotes for candidates in a council election.
/declarecandidacyDelegateDeclares your candidacy for an open council election.
/finalizeelectionDelegateFinalizes an election once its voting window closes.
/proposecriteriaSowellianCreates a proposal with oracle-based or human-judged resolution criteria.
/castapprovalvoteSowellianVotes in a proposal's approval phase.
/castadjudicationvoteSowellianVotes in a disputed proposal's adjudication phase.
/deploychainlinkoracleSowellianDeploys a price-feed adapter for oracle-based resolution.
/tradeDecision MarketsTrades in a proposal's pass or fail prediction market.
/finalizeproposalDecision MarketsResolves a proposal by comparing its two markets' time-weighted price.

Verified action library

CommandWhat it does
/listactionsShows every verified action this DAO can propose.
/proposeactionProposes a verified action without hand-building calldata yourself.

Wrappers

CommandWhat it does
/deploynftwrapperDeploys an NFT marketplace wrapper for this DAO.
/deployguardwrapperDeploys a Guard Wrapper — a signer-confirmed security layer — for this DAO.
/registerguardwrapperLinks an already-deployed Guard Wrapper to this chat.
/handovertowrapperComputes the proposals that hand Treasury and token control to a Guard Wrapper.
/guardwrapperShows a wrapper's current signers, threshold, and tenure status.
/instructionShows full detail on a pending or resolved wrapper instruction.
/confirminstructionA signer confirms a pending wrapper instruction.
/rejectinstructionA signer permanently cancels a pending wrapper instruction.
/revokeconfirmationA signer withdraws their own earlier confirmation.

Opportunity Market

CommandWhat it does
/createmarketDeploys a new confidential Opportunity Market.
/registermarketLinks an already-deployed market to this chat.
/depositDeposits underlying tokens into your confidential balance.
/listopportunityLists a new opportunity for the market.
/backPlaces a fully encrypted bet on an opportunity.
/resolveRecords which opportunity won, in plaintext.
/revealwinningtotalReveals the winning opportunity's total backing.
/computerewardComputes your share of the reward pool.
/withdraw / /withdrawrewardWithdraws your stake or your computed reward.
/mybalance / /mybet / /allbetsShows your confidential balance, one bet's detail, or all your bets.
/analyticsDeployer-only aggregate stats per opportunity.

Chains & contracts

Governance runs on ultra-cheap EVMs; Opportunity Market runs wherever Zama's coprocessor network exists today.

Monad testnet

All ten governance factories are live and verifiable on MonadVision, Monad's official block explorer.

ModelFactory address
Token-weighted0x8bB6...c056
Quadratic0x9d10...78F9
Liquid0x55C8...7fFe
Optimistic0x8F5a...5674
Delegate0x3fFb...f975c
Board0x2367...BE9A
Sortition0xBeB0...BA7B
Conviction0x1443...f173c
Sowellian0x0752...9056
Decision Markets0x99De...fE388

Other chains

Basefactory addresses — pending
HyperEVMfactory addresses — pending
Ethereum SepoliaOpportunity Market — 0xe61C...BEC5