Alpha Vault TypeScript SDK

Alpha Vault Typescript SDK and code examples

Alpha Vault is a new anti-bot tool to guard against sniper bots and allow genuine supporters to be the first to buy tokens at launch. Memecoin Pools and DLMM Pools can be created with an Alpha Vault as part of the memecoin launch process.

For integrating or tracking Alpha Vaults on Meteora, you can use our Alpha Vault Typescript SDK and code examples.

Getting Started

Install dependencies

You will need to first install these SDK dependencies in order for it to function properly

npm i @meteora-ag/alpha-vault @coral-xyz/anchor @solana/web3.js

Initialize Alpha Vault instance

const alphaVault = await AlphaVault.create(connection, vault);

Typescript SDK Code Examples

How do you find all the user wallets that deposited into an Alpha Vault for a particular liquidity pool?

How to crank the Alpha Vault so that it purchases the token from the pool?

Other Considerations

Please read our Alpha Vault FAQ.

Last updated