# Key Metrics Explained

### Key metric explainations:

#### Total Raised

The complete amount of capital raised across all funding rounds, including both private investment rounds and public token sales. This metric provides insight into the project's funding success and investor confidence.

#### Unlocked Investors

Represents the current dollar value of investor token allocations that are available for trading. This is calculated by multiplying the unlocked token amount by the current market price, showing how much investor capital is currently liquid.

#### Market Cap vs. FDV

* **MCAP**: Current market valuation based on circulating supply
* **FDV**: Theoretical valuation if all tokens were in circulation
* The ratio between these metrics indicates token inflation potential

#### Investor Unlock Percentage

Shows what portion of total investor allocations have been released. A lower percentage indicates more tokens are still locked, potentially creating future selling pressure when unlocked.

### Special Cases and Data Handling

The platform handles various data scenarios:

* **Undisclosed Information**: When funding amounts or investor details are not publicly available, the system displays "Undisclosed" or appropriate indicators
* **No Investor Allocation**: Some projects may not have traditional investor allocations, clearly marked in the interface
* **Multiple Funding Stages**: Projects with several funding rounds display information from the most recent stage


---

# Agent Instructions: 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://docs.unlocks.app/tokenomist-pro/fundraising-analytics/fundraising-screener/key-metrics-explained.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.
