Maverick Protocol
Liquidity · Vaults · MAV
Maverick is a capital-efficient AMM whose Dynamic Distribution engine auto-shifts concentrated liquidity as price moves (modes: Right/Left/Both/Static), reducing manual rebalancing for LPs.
Dynamic-distribution AMM with automated liquidity modes.
Protocol TVL
—
+6.7% 24h
Latest data · 15 min delay
AI Agent Skill
Machine-readable protocol knowledge for agents
Maverick Protocol — Research Skill
Dynamic-distribution AMM with automated liquidity modes.
maverick · v1.0.0
Facts
| category | Network |
| symbol | MAV |
| tagline | Dynamic-distribution AMM with automated liquidity modes. |
| arbitrumNative | no |
| chains | Ethereum, Base, BNB Chain, Arbitrum, ZKsync |
| security | verified (OZ-derived · public audit on file) |
| memberCoins | 1 (MAV) |
| marketCap | $9.46M |
Sections
Overview
Maverick is a capital-efficient AMM whose Dynamic Distribution engine auto-shifts concentrated liquidity as price moves (modes: Right/Left/Both/Static), reducing manual rebalancing for LPs.
What makes it different
Automated liquidity 'modes' move concentrated positions with price, blending CLMM efficiency with hands-off LPing.
Components
- Dynamic Distribution AMM: Maverick's core automated market maker. It lets liquidity providers place liquidity in arbitrary concentrated distributions and natively automates the movement of that liquidity to follow price, removing the manual re-balancing or metaprotocol tooling that other concentrated-liquidity AMMs require. - Liquidity Modes (Right / Left / Both / Static): Four LP behaviors relative to price. Mode Right follows price upward (bullish directional bet); Mode Left follows price downward (bearish); Mode Both shifts liquidity in either direction to stay concentrated around price (well suited to correlated/stable pairs); Mode Static holds a fixed distribution like a classic concentrated position. - Boosted Positions: A mechanism that lets protocols add token rewards to specific dynamic-distribution positions, directing incentives to targeted price ranges and liquidity shapes rather than across an entire pool. - veMAV: Non-transferable vote-escrowed MAV obtained by locking MAV. veMAV balance grants governance voting power and the ability to direct protocol incentive emissions toward particular pools or positions. - Maverick v2 / Programmable Pools: The v2 architecture introduces Programmable Pools, where a designated smart-contract 'accessor' controls state-changing functions. This enables permissioned/KYC pools, dynamic fees, single-sided liquidity, and AI-driven per-transaction parameter optimization on top of the Maverick AMM. Deploying Programmable Pools is permissionless.
Member coins
- Maverick Protocol (MAV) — Token, Governance token (veMAV vote-escrow)
Risks
- Smart Contract: Maverick's automated liquidity-shifting logic and Programmable Pool 'accessor' contracts are complex. Dedaub's audit of the PoolPosition contracts flagged a critical LP-share minting issue and a medium-severity reentrancy risk (since addressed), underscoring the contract-risk surface of the dynamic-distribution machinery. - Collateral: Modes that follow price in one direction (Right/Left) or shift with price (Both) can convert an LP's position heavily into the depreciating asset and expose it to impermanent-loss / directional-loss dynamics; a wrong directional bet or a sharp reversal can realize losses relative to simply holding. - Governance: veMAV concentrates governance and incentive-direction (emissions/gauge) power in the hands of the largest lockers. This can bias emissions toward pools that benefit large holders and create vote-buying / bribe dynamics around incentive allocation. - Systemic: Long-tail and permissionlessly listed pairs on Maverick v2 can be thin. Low-liquidity pools are more exposed to price manipulation, high slippage and the amplified impermanent loss that auto-shifting concentration can produce in volatile, illiquid markets.
TradFi analogue
- Automated / algorithmic market making desk: similar — Like a professional market-making desk, Maverick continuously repositions inventory around the prevailing price to keep quotes tight and capital productive.; differs — Maverick performs this repositioning automatically on-chain through smart-contract 'modes' rather than via a discretionary trading desk, and any user can supply liquidity permissionlessly rather than the activity being restricted to a licensed intermediary.
Actions
| Name | Signature | Access |
|---|---|---|
getProfile Read the CanHav profile for Maverick Protocol. | research_getEntity({ slug: "maverick" }) | read-only |
listMembers List the member coins (stablecoins / tokens / RWAs) under this network. | research_listByCategory({ category: "networks" }) | read-only |
readLiveMetrics Read live on-chain supply / metadata for a member contract (Arbitrum). | chain_readLive({ address: "0x..." }) | read-only |
getHistory Pull historical peg / TVL series for a member protocol. | research_getHistory({ slug: "<member-slug>", metric: "peg" | "tvl" }) | read-only |
Glossary
- TVL
- Total value locked — assets held or managed by a protocol, in USD.
- APR
- Annual percentage rate — yield before compounding.
- RWA
- Real-world asset — an off-chain asset represented as an on-chain token.
- ERC-8004
- Trustless-agent identity standard; an agent's portable on-chain identity (ERC-721).