Charm Finance
  • Charm Overview
    • The mission
  • Products Overview
    • Alpha Vaults
      • Whitepaper
      • FAQ
    • Charm Simulator
  • Provide Liquidity
    • Overview
    • The Benefits
    • Risks and Mitigants
    • Charm Vaults
    • Community Vaults
    • Conclusion
    • Fees
    • FAQ
    • User Guides
      • Home Page
      • Depositing and Withdrawing
      • Vault Information Page
      • Performance Page
      • Portfolio Page
  • Manage Liquidity
    • Overview
    • The Benefits
    • Challenges and Solution
    • Uses Cases
    • How it works
    • Risks and mitigants
    • Conclusion
    • Fees
    • FAQ
    • User Guides
      • Create Vault
        • Default Values
        • Next Steps
      • Vault Parameters
      • Rebalancing
      • Verifying Vaults
      • Capital Efficiency
      • Other Features
      • Best Practices
      • Walkthroughs
        • Create Vault
        • Edit Vault
        • Automating Rebalance
        • Verify Manager
  • Technical References
    • Overview
    • Core
      • AlphaProVault
      • AlphaProVaultFactory
      • CloneFactory
      • Interfaces
    • Periphery
    • Error Codes
    • Contract Addresses
    • Subgraph
  • Links
    • Alpha Vaults v2
    • Contracts
    • Blog
  • Appendix
    • Glossary
    • Audit Reports
    • Team
    • Charm's Investors
    • 中文版
  • Research
    • Medallion
      • Whitepaper
      • FAQ
      • Decentralised competition
  • Previous Products
    • Alpha Vaults v1
    • Charm Options
      • Key Features
        • Capital Efficiency
      • Use Cases
      • How trading works
      • How liquidity provision works
      • Trading Tutorials
        • Open a position
          • Notes
        • Close a position
        • Settlement
      • Liquidity Provision Tutorials
        • Provide liquidity
        • Withdraw Liquidity
    • Cube Tokens
      • How it works
Powered by GitBook
On this page
  1. Manage Liquidity

User Guides

PreviousFAQNextCreate Vault

Last updated 8 months ago

Anyone can a fully functioning LP vault with 1-click, to manage the liquidity of ANY Uniswap V3 pool.

All vaults belong to its creator, and lives on-chain. It is self-custodial, and do not rely on 3rd parties to manage liquidity.

Much like all smart contracts, the vault has parameters that must be assigned, and functions that needs to be called.

The User Guides help describe the vault's key parameters and functions. It contains the following sections:

  1. describes the vault creation process.

  2. describes how the vault manages liquidity.

  3. describes the rebalancing process, and how to fully automate a vault.

  4. describes how Charm verifies vaults to include in its front-end.

  5. describes how the vault increases liquidity depth using less funds, and without increasing the risk of financial loss.

  6. describe the other features of the vault such as changing the vault manager, setting a vault cap, setting a vault manager fee, etc...

  7. describe some best practices when managing liquidity on-chain.

  8. contain step by step instructions on the most commonly used functions of the vault.

The technical details are found in .

create
Create Vault
Vault Parameters
Rebalancing
Verifying Vaults
Capital Efficiency
Other Features
Best Practices
Walkthroughs
Technical References