CPI Examples

Memecoin Pools are a subset of Dynamic AMM pools. Memecoin Pools can be integrated with platforms such as memecoin launchpads to support liquidity and trading for the token after it has graduated from the launchpad.

CPI Examples

This repository contains examples for CPI (Cross-Program Invocation) to swap using Dynamic AMM programs.

Dependencies

  • anchor 0.28.0

  • solana 1.16.1

  • rust 1.68.0

Contents

For more details, please check the Dynamic AMM repo.

New Custom Pool Config and Fee Curve for Integrators / Launchpads

Integrators such as launchpads or other partners may need to use their own unique custom pool config key, if they want custom pool_creator_authority to prevent front-running of the token launch pool. New dedicated config keys can only be created by Meteora - Please reach out to the team if this is required.

Note: The pool_creator_authority doesn't work with program address. It's not a program whitelist, it needs to be a PDA (program derived address) or normal account.

Read more about Setting Pool and Fee Config for Memecoin Pools here.

Devnet Testing

Last updated