Memecoin Pool Integration

CPI Examples

Memecoin Pools are a subset of Dynamic AMM pools.

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.

Typescript Code Examples

Create a Memecoin Pool and permanently lock liquidity inside

Please refer to this code example:

You can also create a new Memecoin Pool on the app here: https://app.meteora.ag/pools/create

How to assign which wallets can claim fees from the permanently-locked liquidity

Please refer to the section under let allocations = [

This section is under construction. More details will be added soon.

Last updated