A51 Carbon Docs
  • 📄A51 Finance Thesis
    • ⚙️AMM With Liquidity Shaping Intents
    • 🗺️Our Roadmap
    • 🌏Our Ecosystem
  • 🦄A51 Carbon
    • 💎What is A51 Carbon?
    • 🟠Key Features
    • 🏗️Architecture
    • 🎮Key Intents
      • 🤿Pool
      • 💵Fee
      • 📈Market Shifting
      • Price Range
      • 📊LDFs (coming soon)
      • 🟣Auto-Rebalance
      • Auto-Exit
      • 💰Use Idle Liquidity
      • Hedging
      • 🎁Incentivization
    • 🧩Example Auto-Pools
      • wstETH-ETH - Minimum LVR
      • ETH-USDC - JIT Liquidity While Lending on AAVE
  • 👾A51 V3
    • Architecture
    • Intents
      • Auto-Rebalance
        • Market Modes
          • ❓How to Select a Market Mode
        • Auto-Rebalance Types
        • Rebalance Triggers
        • Rebalance Count
      • Fees Intents
      • Single-Asset Deposit
      • Zap In
    • Guides
      • Carbon Glossary
      • How to Define a Market Shifting Intent?
      • How to Create an Auto-Pool?
      • How to Deposit Liquidity
      • How to Manage Your Strategy
  • 🪙$A51 Token
    • $A51 & Its Utility
    • $A51 Token Stats
    • FOO Tokenomics
      • 📰Background
      • 🗳️Become a Voter
      • 🪙What is $oA51?
      • 🪜Voting Mechanism
      • 💰Earn Revenue in $ETH
      • 📈Maximize Your Rewards
    • A51 Bridge
  • 👥A51 Community
    • 🐝Social Links
  • 🦕Brand Assets
    • A51 Logo Variations
Powered by GitBook
On this page
  • Problem Statement
  • Uniswap V3
  • Uniswap V4
  • Examples
  1. A51 Finance Thesis

AMM With Liquidity Shaping Intents

Problem Statement

Today, the average AMM liquidity provider loses more money than they make in swap fees. In most cases, they are better off holding on to their capital than providing liquidity. Liquidity providers operate in the dark.

  1. The lack of tooling makes it difficult to monitor and operate positions effectively.

  2. LPs can only place static liquidity positions that need manual updating.

Deep liquidity for tokens is a public good in DeFi. It allows us to get our favorite tokens in a decentralized manner, but unfortunately, the LPs who contribute to it are often an afterthought for AMM projects. If we want to compete against CEX volume, we need to make LPing easier.

Secondly, LPing has become so hard due to lack of tooling and frequent losses that it is dominated by private market makers leading to centralization which is against the ethos of crypto. We need to make LPing democratic again.

Uniswap V3

Concentrated liquidity provision, introduced by Uniswap V3, allows liquidity providers (LPs) to allocate their assets within a specific price range. This approach offers several advantages, such as enhanced returns from capturing trading fees within that range, reduced exposure to extreme price volatility, and potentially better capital utilization. The ability to select custom ranges has ushered in a new era, enabling liquidity providers to tailor their investment strategies to achieve specific goals.

However, this freedom has its challenges. It demands a deep understanding of market dynamics and a comprehensive grasp of the risks associated with it. The current AMMs are deficient in tools essential for effective liquidity provisioning. Liquidity providers have limited control over assets and utilization optimization, as well as restricted ability to manage associated risks. Addressing these challenges requires retail liquidity providers to invest time, acquire knowledge, and exercise patience in manually managing capital and making informed decisions.

While Uniswap V3 was revolutionary as it opened a whole new design space in concentrated liquidity provision, projects building for LPs had a hard time building on it, and they usually had a centralized component as part of their system to enable liquidity management.

Uniswap V4

The concept of hooks is again revolutionizing the AMM space. Hooks are customizable pieces of code that execute at specific points in the lifecycle of a swap or liquidity provision event. Hooks enable developers to implement unique functionalities, such as dynamic fees, on-chain limit orders, time-weighted average pricing, and more, directly within the pool logic.

It is now possible to build unique and innovative AMMs and liquidity management tools that directly access the liquidity in the Uniswap protocol.

At A51, we are striving to:

We are committed to equipping LPs with tools to design advanced automated pools.

Here are some of the automation or intent tools that LPs will have access to:

  1. Market Shifting Specify the direction for the liquidity shifting, such as Bull, Bear, Dynamic, and others.

  2. Auto-Rebalance Choose from active and trailing rebalancing types.

  3. Auto-Exit & Reinvest Automate liquidity exits based on set conditions and reinvest into external protocols.

  4. Liquidity Density Function Determine how liquidity should be distributed within ticks, with options such as exponential, uniform, or single tick available.

  5. Hedging Borrow or buy options to hedge against DL and LVR.

Examples

NextOur Roadmap

Last updated 3 months ago

📄
⚙️
wstETH-ETH - Minimum LVR Pool
ETH-USDC - JIT Liquidity While Lending on AAVE