Part of the Vouch suite (Conclave Β· Verity Β· Bastion) for the Casper Agentic Buildathon 2026. Flagship β build & ship first.
A DAO treasurer wakes to find a $40,000 proposal passed at 2 a.m. with 4% turnout β nobody read the contract it called, and the funds are already gone.
On-chain governance is broken at exactly the moment it matters. Voter apathy means most proposals pass (or die) on a handful of under-informed votes; almost no one reads the actual contract call a proposal executes; and there's no structured risk, treasury, or legal review before real money moves. The result is treasury drains, governance attacks, and decisions no human actually scrutinized. A single "AI summarizer" bolted onto a forum doesn't fix this β one confident opinion is as dangerous as zero.
Conclave convenes a council of specialized AI agents that deliberate over every DAO proposal before it executes, then carry the approved decision on-chain themselves:
- Risk Agent β models attack surface, parameter blast-radius, precedent.
- Treasury Agent β checks live balances, runway, and concentration via on-chain reads.
- Legal/Charter Agent β tests the proposal against the DAO's charter and prior rulings.
- Arbiter β reconciles the debate into a verdict + confidence, under a quorum rule.
The agents read real chain state through the Casper MCP server, assemble their approvals into an off-chain quorum consensus, and β after a human veto window β execute the approved transaction via casper-js-sdk (the CSPR.click AI Agent Skill) against an Odra governance contract on Casper Testnet, which enforces the quorum threshold on-chain (approve / threshold-guarded execute). The full transcript is hashed on-chain for an immutable audit trail. (The hosted MCP AwaitingDeploy multisig helpers are 403-gated on free-tier keys and not used β the contract does multisig natively.) The visible disagreement between agents is the trust mechanism β and the demo.
Conclave reviews and executes DeFi treasury actions β the proposals it deliberates over are concretely financial: reallocating treasury into a lending pool or LP position, changing a protocol risk parameter (LTV, fee, cap), moving funds between vaults, or paying a vendor in CSPR/CEP-18/RWA-backed tokens. Its agents read live DeFi state (balances, pool params, runway) and the executed transaction is a DeFi action on Casper. So Conclave sits squarely in the "Agentic AI Γ DeFi" emphasis: it's autonomous risk/treasury management for on-chain capital, with governance as the control surface.
- Primary: Casper-ecosystem DeFi protocols and DAOs with real treasuries deciding allocations, parameter changes, and vault moves under low, under-informed voter turnout.
- Secondary: Multisig treasuries / DAO tooling teams who want an autonomous DeFi "review layer" that still keeps a human kill-switch.
A proposal arrives β Risk/Treasury/Legal agents read live chain state and debate β Arbiter reaches a quorum verdict β approvals assembled into an off-chain consensus β human veto window β the Executor signs the real Testnet transaction (Odra
execute, quorum-guarded on-chain) β transcript hash recorded on-chain, deploy hash shown on the explorer.
- Proposal intake β paste/submit a proposal (target contract, entrypoint, args, rationale).
- Live-state grounding β agents pull treasury balances, contract entrypoints, and history via Casper MCP + CSPR.cloud (no hallucinated numbers).
- Multi-agent deliberation β three role-specialized agents argue; each can re-query chain state; an Arbiter applies the quorum rule.
- Quorum approval β the orchestrator assembles role-agent approvals into an off-chain consensus; the Odra contract enforces the quorum threshold on-chain (
approve+ threshold-guardedexecute). (The hosted MCPAwaitingDeployhelpers are 403-gated on free-tier keys and unused.) - Human veto window β a countdown before execution; one click aborts.
- Autonomous execution β CSPR.click signs/sends the approved
TransactionV1to the Odra governance contract. - Immutable audit β the deliberation transcript is hashed and written on-chain alongside the executed deploy hash.
- As a DeFi protocol treasurer, I submit "move 25k CSPR into Lending Pool Z." The Treasury Agent flags it's 38% of liquid runway; the Risk Agent notes Pool Z is a fresh, low-TVL contract with no track record; the Arbiter returns APPROVE-WITH-CONDITION (cap 10k) at 0.62 confidence β and I see exactly why before anything signs.
- As a council member, I open the transcript six months later and verify, from the on-chain hash, that the executed decision matches what the agents actually argued.
- β₯1 real Testnet transaction per executed proposal, with a public
cspr.livedeploy hash (hard-gate requirement). - Grounding accuracy: 100% of treasury/contract figures cited by agents trace to a real MCP/CSPR.cloud read (verify script).
- Veto safety: 100% of executions blocked when the veto is clicked (tested).
- Deliberation latency published (p50/p95) on stated hardware.
- Token-weighted human voting UI (Conclave reviews + executes; it doesn't replace token voting rails).
-
4 agents or external tool-use beyond chain reads + the one execution path (MVP).
- Cross-chain governance; mainnet deployment (Testnet only for the round).
- x402 is optional/stretch here (premium risk-data feed) β deliberately not load-bearing, since Conclave's edge is low x402 dependency.
- Agent reasoning is bounded by the LLM; the Arbiter reduces but cannot eliminate bad calls β hence the mandatory human veto window before any execution.
- The hosted MCP
AwaitingDeploymultisig helpers are access-restricted (HTTP 403 on free-tier CSPR.cloud keys, confirmed against the MCP test suite) and are not used. On-chain quorum is instead enforced by our own Odra contract (approve+ threshold-guardedexecute, tested); at runtime the orchestrator collects approvals off-chain and a single Executor signs viacasper-js-sdk. - Conclave assumes the proposal's target contract/entrypoint is supplied; it reviews and executes, it does not author arbitrary contracts.