---
title: "Mantle (formerly BitDAO)"
url: "https://caper.network/wiki/daos/networks/mantle"
updated: 2026-09-02
license: CC-BY-4.0
license_url: "https://creativecommons.org/licenses/by/4.0/"
---

# Mantle (formerly BitDAO)

|  |  |
| --- | --- |
| **Name** | Mantle (formerly BitDAO) |
| **Type** | Treasury / ecosystem DAO — a mega-treasury that operates a modular Ethereum L2 and on-chain finance products |
| **Governance token** | MNT — voting weight in Mantle Governance and gas on Mantle Network (converted 1:1 from BitDAO's BIT, from June 2023) |
| **Origin** | BitDAO (2021, backed by [Bybit](https://www.bybit.com/)); rebranded and merged with Mantle Network via [proposal BIP-21](https://www.theblock.co/post/231557/ethereum-layer-2-mantle-network-merges-with-backer-bitdao) in mid-2023 |
| **Governance model** | One MNT = one vote, off-chain [Snapshot](https://snapshot.org/) voting; treasury moved to Budget Treasuries only via Budget Proposals |
| **Treasury** | Among the largest in the industry — multiple billions of dollars, held largely in its own MNT plus ETH and stablecoins |
| **Products** | [Mantle Network](https://www.mantle.xyz/) (OP-stack L2), the [mETH](https://www.methprotocol.xyz/) liquid-staking protocol, and the $200M [Mantle EcoFund](https://web.archive.org/web/20260804182129/https://www.mantle.xyz/ecofund) |

**Mantle** is a DAO built around one of the largest treasuries in crypto, and the clearest example of the _mega-treasury_ archetype in the [directory](/wiki/daos). It began as **BitDAO**, a 2021 treasury DAO seeded by the exchange Bybit that raised and warehoused a multi-billion-dollar war chest, then reinvented itself as a product organisation: in 2023 the community voted to merge BitDAO's governance and treasury with the Mantle Network Ethereum layer-2 and rebrand the whole thing "Mantle." Today MNT holders govern a treasury running into the billions and a stack of on-chain-finance products built on top of it.

## From BitDAO to Mantle: the 2023 merger

BitDAO launched in 2021 as a pure treasury DAO — capital in, governance token (BIT) out, and a mandate to fund web3 builders. What made it unusual was scale: it accumulated a treasury of [over $2.5 billion](https://cryptoslate.com/bitdao-mantle-merger-creates-2-5b-dao-led-web3-ecosystem/) at merger time, dwarfing almost every other DAO.

In mid-2023 the community passed [BIP-21, “Optimization of Brand, Token and Tokenomics”](https://www.theblock.co/post/231557/ethereum-layer-2-mantle-network-merges-with-backer-bitdao), authorising a merger of BitDAO's governance and treasury with Mantle Network — an Ethereum L2 that BitDAO had itself funded. BIT was rebranded to **MNT** and converted 1:1, and the treasury (including "almost $300 million" in stablecoins and "over 270,000 ETH") passed to the unified ecosystem. The move turned a passive treasury DAO into an operating one: instead of only funding outside builders, the DAO now runs its own chain and products. It is the mirror image of a pure [venture DAO like The LAO](/wiki/daos/investment/the-lao), which invests but never operates.

## The mega-treasury archetype

Mantle's defining feature is the size and composition of its treasury. It is consistently ranked among the largest DAO treasuries tracked by [DeepDAO](/wiki/dao-governance/tooling/analytics/deepdao), running into several billion dollars. That scale is also its central risk, and a live illustration of the [concentration problem](/wiki/dao-governance/concepts/treasury/dao-treasury-management): a large share of the treasury is held in Mantle's own MNT, so its dollar value swings with the token's price and much of it can only be realised by selling the asset whose price the sale would move. The DAO diversifies into ETH and stablecoins for exactly this reason, and the [tokenomics](https://docs.mantle.xyz/governance/parameters/tokenomics) formally separate non-circulating _Treasury Holdings_ from the _Budget Treasuries_ that fund day-to-day spending.

## Governance: one token, one vote, off-chain

Mantle is governed by MNT holders on a straightforward [token-weighted](/wiki/dao-governance/concepts/voting/token-weighted-voting) basis — one MNT equals one vote — with proposals decided by off-chain [Snapshot](https://snapshot.org/) voting rather than on-chain execution. Of the [~6.22 billion MNT](https://docs.mantle.xyz/governance/parameters/tokenomics) minted at launch, roughly half sits in the Treasury and half circulates. Spending is gated by process rather than by code: MNT transfers from Treasury Holdings to a Budget Treasury must be authorised by a **Budget Proposal** before any funds are distributed, and execution is carried out by the ecosystem's operators rather than enforced by the vote itself.

This is the standard large-treasury pattern — a big, buyable, token-weighted electorate deciding off-chain, with a human execution layer between the vote and the money. It is powerful at Mantle's scale, but it also means voting power tracks capital, and the gap between "the vote passed" and "the funds moved" is filled by trust.

## From treasury to operating stack

The merger reframed the treasury as fuel for products rather than an end in itself. Three pieces stand out. [Mantle Network](https://www.mantle.xyz/) is a modular, OP-stack Ethereum layer-2 — the same [Optimism](/wiki/daos/networks/optimism-collective) lineage many rollups share — with MNT as its gas token. The [mETH Protocol](https://www.methprotocol.xyz/) is a liquid ETH staking and restaking product that has grown into one of the larger [liquid-staking](/wiki/daos/staking/lido-dao) protocols by TVL, putting the DAO in direct competition with [Rocket Pool](/wiki/daos/staking/rocket-pool) and Lido. And the [Mantle EcoFund](https://web.archive.org/web/20260804182129/https://www.mantle.xyz/ecofund) is a DAO-established ~$200M venture vehicle that co-invests alongside outside VCs to seed projects on Mantle — a governance-created fund in the spirit of a [venture DAO](/wiki/daos/investment/the-lao), but pointed inward at its own ecosystem.

## How Caper approaches this

Mantle shows what maximal treasury scale looks like: billions of dollars, an off-chain token-weighted electorate, and a trusted execution layer that moves the money after a vote passes. A [caper](/wiki/foundations/what-is-a-caper) deliberately occupies the opposite corner. Its treasury is a protocol-controlled vault _inside_ the contract, moved only by a typed, on-chain proposal (a PAYOUT or INVEST), so there is no gap between the vote and the transfer for trust to fill — the passing vote _is_ the execution.

And where Mantle's weight is one-MNT-one-vote — capital that anyone can buy on the open market — a caper folds an **earned, non-transferable** factor into governance. A member's voting weight is `(t·v)/(V·T)` — held tokens times accumulated votes, over supply times circulation (verified in `compute_vote_weight`, `contracts/common/src/lib.rs`) — and those vote tokens are minted on both of a caper's surfaces – 1 per ballot cast, and 0.01 per XRD of gross value on each leg of a trade – as [soulbound](/wiki/dao-governance/concepts/membership/soulbound-tokens), fully divisible (`DIVISIBILITY_MAXIMUM`) records that can never be moved between accounts, though a buyer can always mint their own. The same metric sizes a member's [exit](/wiki/dao-governance/concepts/membership/rage-quit-and-exit-rights) share of the treasury. This is not "your bag doesn't count" — held stake `t` is a multiplier, so capital still matters — but it does mean a well-funded buyer starts from a blank record: the `v` a purchase mints is proportional to the XRD it puts through the curve, and none of it can be bought from the members who already hold theirs. Mantle buys scale and an operating business the DAO governs; a caper trades that reach for a treasury no one has to be trusted to move and an influence factor that can only be minted to the account that earns it – buyable by anyone at the published rate, takeable from nobody.
