Custom Pools
Overview
With Balancer's abstracted Vault and Pool architecture, designers creating their own AMM only need to worry about their price curves since all the token bookkeeping is handled by The Vault. Since Balancer is permissionless, anyone can develop their own custom Pool Type and integrate it into the protocol. Custom Pool Types are ideal for any team developing custom trade equations and strategies.
Advantages
Tap into Balancer's Existing Liquidity
Rather than launching their own Decentralized Exchanges and worrying about attracting liquidity, teams can launch on top of Balancer, allowing them to directly tap into Balancer's existing liquidity from Day 0.
Worry About The Math, Not The Bookkeeping
Instead of worrying about the accounting groundwork, pool designers only need to think about their pricing functions. For a custom pool type, they only need to implement functionality for joining, exiting, and trading with a pool.
Benefit from Resilient, Secure Infrastructure
Teams designing customized AMMs can use the Balancer battle-tested infrastructure to speed up their time to market and increase efficiency.
Use Cases
Fixed Rate Token Markets
Element.fi
“We use Balancer V2’s custom trading curve functionality to enable an invariant that works really well for assets that converge in value over time. Plugging into the V2 ecosystem lets users be able to purchase and sell fixed yield assets from any other major asset, building on the existing liquidity Balancer has.” — Will Villanueva, CEO & Co-Founder of Element Finance
By focusing on the math, the Element team was able to create pools that use their Convergent Curve equation and plug right into Balancer's framework. The Element Pools handle the calculations while the Balancer Vault ensures that all tokens are properly accounted for.
TWAMMs (Time Weighted Average Market Makers)
Cron Finance
The goal of TWAMM functionality is to execute large trades over a period of time in a way that reduces slippage and gas costs for the party executing a swap. Cron Finance is one of the teams that builds TWAMM functionality on top of Balancer.
Stablecoins
Gyroscope Protocol
Gyroscope has designed a brand new AMM to power their all-weather stablecoin. Prices for minting and redeeming stablecoins are set autonomously. This helps maintain a tight peg even in the face of short-term crises.
Last updated