Skip to content

Conversation

@vu1n
Copy link

@vu1n vu1n commented Oct 4, 2025

Name (to be shown on DefiLlama):

Meteora DAMM v2

Twitter Link:

https://x.com/MeteoraAG

Website Link:

https://www.meteora.ag/

Current TVL:

$77.18M

Chain:

Solana

Short Description (to be shown on DefiLlama):

Dynamic Automated Market Maker v2 (DAMM v2) is Meteora's constant-product AMM for liquidity pools on Solana, featuring dynamic fees and single-sided launch pools.

Category (full list at https://defillama.com/categories) *Please choose only one:

Dexes

forkedFrom (Does your project originate from another project):

N/A

methodology (what is being counted as tvl, how is tvl being calculated):

TVL is calculated using the Meteora DAMM v2 API global metrics endpoint (https://dammv2-api.meteora.ag/pools/global-metrics), which aggregates the total value locked across all DAMM v2 pools on Solana.

Github org/user (Optional, if your code is open source, we can track activity):

https://github.com/MeteoraAg

Adds TVL tracking for Meteora's Dynamic Automated Market Maker v2 on Solana.
Uses Meteora's global metrics API for efficient TVL calculation.

Current TVL: $77.18M
@llamabutler
Copy link

The adapter at projects/meteora-dammv2 exports TVL:

solana                    77.24 M

total                    77.24 M 


// https://docs.meteora.ag/api-reference/damm-v2/overview
async function tvl() {
const { data } = await get(`${METEORA_API}/pools/global-metrics`)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use on chain data to export token balances rather than an off chain USD value

@waynebruce0x
Copy link
Collaborator

Thanks for the detailed adapter file and readme but we would prefer not to merge any unnecessary files

@waynebruce0x waynebruce0x self-assigned this Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants