From: thepipeline_xyz

Elixir Protocol is a modular Delegated Proof-of-Stake (DPoS) network designed to power order book liquidity for decentralized exchanges (DEXs) [02:52:43]. It allows anyone to supply liquidity to order books, which the protocol then algorithmically builds and deploys to tighten bid-ask spreads and deepen liquidity [02:57:02].

Founding Story

Phillip, the founder of Elixir Protocol, began his journey in crypto in 2016 when he started the Carnegie Mellon Blockchain Group, serving as its president until graduation [01:06:01]. He then ran a company called Block Venture for about two to three years [01:14:00].

During his time at Block Venture, Phillip observed a significant gap in the market: every blockchain startup he encountered needed a market maker for their centralized exchange pairs [01:27:07]. Similarly, order-book based decentralized exchanges and concentrated liquidity AMMs (Automated Market Makers) were relying on a few centralized firms for market-making services [01:34:06].

Phillip realized that market making in crypto fundamentally differed from traditional finance. In crypto, the actual profit center for these firms wasn’t the performance of their trading algorithms, which often just broke even, but rather the fees they charged exchanges and protocols for access to their services [02:26:07]. This observation led him to question why a decentralized, trustless protocol couldn’t perform the same function [02:46:00]. This insight became the inspiration for Elixir Protocol [02:51:08].

Elixir Protocol Explained

Elixir functions by allowing liquidity providers (LPs) to supply assets to a pair, similar to an AMM [06:48:06]. The protocol then provisions that liquidity on the back end [06:54:02]. Elixir’s validators come to consensus once a second, pull the state of the order book, and send it to relay infrastructure for signing and transmission to the exchange [06:58:00]. This process is fully trustless; the funds sit in a smart contract, and signatures are issued based on those held funds, meaning Elixir doesn’t have access to the user’s funds [07:28:03].

The protocol aims to be the trustless way for an order book to bootstrap liquidity, a capability that previously didn’t exist [07:54:08]. It quotes four or five orders on each side of the book, updating them once per second [08:24:08]. LPs receive a reward APR, similar to providing liquidity to Uniswap, where the goal isn’t proprietary strategies but rather earning incentives for enabling market access [08:33:04].

Elixir’s approach means that while an LP’s principal might fluctuate slightly, the main draw is the high APR earned from providing liquidity to these markets, which would otherwise be exclusive to large market-making firms [09:11:00].

Impact and Integrations

Elixir has seen significant success, with its impact on platforms like Vertex being evident in increased traction and volume post-integration [05:19:00]. The protocol facilitates native integrations with various exchanges, allowing their end-users to supply liquidity and earn a share of existing liquidity provider incentives [03:48:00].

Current and planned integrations include:

Elixir is positioned to become crucial underlying infrastructure for exchanges to bootstrap liquidity [05:04:07].

Comparison to AMMs and Order Books

Elixir facilitates the transition from AMMs to efficient Central Limit Order Books (CLOBs) by decentralizing market making, allowing anyone to participate [11:03:00]. While AMMs made token swaps decentralized and easy for long-tail markets [11:50:00], order books have reigned supreme for larger exchanges due to near-zero cost order updates and faster infrastructure [12:49:00]. Elixir essentially brings the passive liquidity provision benefit of AMMs to order books [12:05:00].

AMMs like Uniswap are evolving towards order book models (e.g., V3 with concentrated liquidity, V4 with hooks for limit orders) [11:37:00]. The main issue with liquidity in DeFi is “toxic flow” (impermanent loss) for passive LPs [15:08:00]. Elixir, like traditional market makers, quotes wider spreads during high volatility to protect LPs from toxic flow [17:20:00].

Technical Details

On-chain vs. Off-chain Market Making

When considering on-chain market making, a key distinction arises between fully on-chain CLOBs and off-chain CLOBs that settle on-chain [29:38:00]. Elixir recommends the latter for several reasons:

  • Speed and Cost: It’s much faster and cheaper to quote prices off-chain [30:01:00]. Users generally don’t want to pay gas to update orders [25:47:00]. If market makers have to pay gas, they update less frequently, leading to wider spreads and worse execution [25:53:00].
  • Manipulation Prevention: Fully on-chain order books are susceptible to manipulation, such as spamming transactions to prevent liquidations [30:26:00].

Many large DEXs, like dydx, Vertex, RabidX, Aevo, and Hyperliquid, use off-chain modules that settle on-chain for these reasons [25:27:00]. Elixir updates every 0.9 seconds gaslessly for many integrations [32:57:00]. For fully on-chain exchanges, like NFT Perpetual, Elixir adapts by updating less frequently (e.g., only when there’s a trade) and quoting wider spreads [33:16:00].

Transparency and Randomness

While the transparency of order books (where orders sit) is similar on centralized and decentralized exchanges, on-chain market making can reveal additional information like leverage levels, which could lead to liquidation targeting [24:00:00].

To mitigate gaming and predictability, Elixir incorporates provable randomness within its protocol [28:21:00]. A variable, inspired by Von Neumann, fluctuates between 0 and 1:

  • When at 1, the algorithm tries to keep books at 50/50 [28:42:00].
  • When at 0, it optimizes for P&L [28:47:00]. This random lock in Elixir’s enclaves allows verification of honest protocol action retrospectively but prevents prediction of future orders [28:57:00]. Additionally, one out of every five orders randomly won’t make it to the exchange, making it economically negative for arbitrageurs to try and game Elixir’s positions [29:16:00].

User Experience Benefits of On-chain CLOBs

For typical users, the main benefits of an on-chain CLOB (especially when supported by infrastructure like Elixir and chains like Monad, which enables high throughput and low gas fees [10:03:00]) include:

  • Custody: Users always custody their assets, removing the counterparty risk associated with centralized exchanges [35:42:00].
  • No Trading Against Users: The exchange cannot trade against its users, as all activity is transparent and verifiable on-chain [36:18:00].
  • Deeper Liquidity: Protocols like Elixir bring deeper, trustless liquidity to order books [36:24:00].
  • Improved Efficiency: Orders can be updated quickly and cheaply, leading to tighter spreads and less slippage [09:55:00].
  • Seamless Trading: Users can trade directly from their self-custody wallets (e.g., MetaMask, Ledger) without needing to deposit funds to an exchange, and features like one-click trading reduce the need for constant approvals [37:57:57].

Challenges Faced

Elixir has faced several challenges common to projects building new primitives in crypto:

  • Hiring: Securing top-tier talent, especially Solidity engineers, is crucial but can be costly, often initially requiring headhunters [39:44:00].
  • Defining the Product: Initially, it was challenging to communicate Elixir’s unique nature as a modular DPoS network that could be white-label integrated by exchanges [40:18:00]. This was addressed by creating branded integrations like “Vertex Fusion,” allowing exchanges to present it as their own core feature [41:04:00].
  • Regulation: As a U.S.-based team, navigating the regulatory landscape and ensuring compliance is a significant ongoing concern and expenditure [42:57:00].

Community Importance

Elixir recognizes its community as its biggest asset [45:44:00]. While early focus was B2B2C, providing infrastructure for exchanges to push to their users, the growing public perception of Elixir is crucial [45:57:00]. Many users interacting with Elixir via exchange interfaces might not initially know it’s Elixir, but gaining broader momentum is vital for future growth and for attracting new exchanges [46:15:00].

The upcoming “Elixir Apothecary” and partnerships with influential figures like Arthur Hayes are set to increase public engagement, leading up to a mainnet launch around June-July [46:39:00]. This will enable a truly decentralized network with a large set of validators, moving beyond the current trusted version run by the foundation [46:58:00].

Synergy with Monad

There’s significant synergy between the Monad community and The Elixir Community [00:30:00]. Elixir was among the earliest builders within the Monad ecosystem [00:42:00]. Key reasons for this early excitement and commitment include:

  • Strong Technology: Monad’s increased throughput [01:50:00].
  • Native EVM Support: This is a major differentiator, as Elixir has already built out its stack with EVM compatibility. Rebuilding for non-EVM chains (like Rust or CosmWasm) would be a huge burden, including additional audits and API wiring [01:52:00].
  • Community: Monad’s community is noted for its engagement [02:35:00].
  • Trusted Actors: The Monad team consists of trusted actors [02:45:00].

Monad’s core value proposition of an efficient trading atmosphere powered by a central limit order book, with extremely high throughput and low gas, aligns perfectly with Elixir’s goal of decentralizing and improving order book liquidity [10:03:00].

Final Alpha

Phillip advises those planning to build in the crypto space to “take on early stage risk and like… just own it and then just kind of be ruthless in your pursuit of it” [49:06:00]. He emphasizes not giving up despite potential naysayers, as perseverance is key to bringing big ideas to life [49:31:00].