> For the complete documentation index, see [llms.txt](https://sol-bangers-only.gitbook.io/sol-bangers-only/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sol-bangers-only.gitbook.io/sol-bangers-only/metric-glossary-and-definitions.md).

# Metric Glossary and Definitions

**Burnpower**:  a custom metric that assesses how significant the liquidity pool burn is.  Higher burnpower ratings tend to be more significant than lower burnpower ratings, but not always.

**Dev Allocation:** the percent of token supply the dev allocated to themselves at token creation on pump.fun or moonshot.cc

**Duration LP Creation to Burn**:  the elapsed time from when the liquidity pool was created until the liquidity pool burn

**Early Supply Sniped**:  the percentage of the token supply sniped by snipers

**Market Cap at ID**:  the market capitalization of the token at the time the token entered the SOL Bangers Feed

**Moonshot Launch:**  indicates whether this is a launch from Moonshot.cc

**Normalized Spam Efficiency**: an oscillator value assessing how extreme the spam efficiency of a token is over an historical lookback period

**Pump.Fun Launch:** indicates whether this is a launch from Pump.Fun

**Sniper Wallets**:  the number of unique wallets that were able to snipe the liquidity pool

**SPAM Fraction**:  the relative number of spam transactions versus confirmed transactions from the liquidity pool creation to the burn event

**SPAM Oscillator:** normalized SPAM fraction to the past 100 tokens in The Feed

**Supply Transferred (Mint to LP)**: the percentage of token supply transferred out of the deployer wallet after the token's initial mint and prior to the liquidity pool creation

**Supply Transferred (LP to Burn)**:  the percentage of token supply transferred out of the deployer wallet after the liquidity pool creation and prior to the the liquidity pool burn

**Supply Transferred (post-Burn)**:  the percentage of token supply transferred out of the deployer wallet after the liquidity pool was burned

**Token Supply Burned**:  the percentage of the token supply in the liquidity pool at the time the pool was burned

**Top Holder Aggregation**:  the top 5 wallets aggregated holdings as a function of the token supply burned.  For example, if 10% of the supply was burned and the Top Holder Aggregation was 5, then 50% of the token supply is held across the top 5 wallets.  If the supply burned was 5%, then in this example, the Top Holder Aggregation is 25%.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sol-bangers-only.gitbook.io/sol-bangers-only/metric-glossary-and-definitions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
