diff --git a/client/src/constants/tooltip.tsx b/client/src/constants/tooltip.tsx
index f3888794..1fd6d3c4 100644
--- a/client/src/constants/tooltip.tsx
+++ b/client/src/constants/tooltip.tsx
@@ -80,6 +80,85 @@ export const FILTERS = {
COST: "Total cost (incl. CAPEX and OPEX)",
ABATEMENT_POTENTIAL:
"Estimation of the total amount of CO2e abatement that is expected during the life of the project. Used to determine whether the scale justifies the development costs",
+ PROJECT_SIZE: (
+
+
+ Project size refers to the scale of restoration or conservation efforts,
+ measured in hectares, and is determined using a standardized approach to
+ ensure comparability across different ecosystems and project types.
+
+
+ Sizes are defined based on their "carbon equivalency" — the
+ impact a conservation project has on carbon emissions is aligned with an
+ equivalent restoration effort.
+
+
+ For instance, "medium" projects involve 500 hectares of
+ restored mangroves, salt marshes, or seagrass, compared to conservation
+ efforts that avoid the loss of approximately 20,000 ha of mangroves,
+ 4,000 ha of salt marshes, or 2,000 ha of seagrass.
+
+
+ This method allows for meaningful "apples-to-apples"
+ comparisons across project activities and ecosystem types.
+
+
+ ),
+ CARBON_PRICING_TYPE: (
+
+
+ The Carbon Price Type defines the pricing approach used to calculate the
+ cost of carbon credits, which impacts project costs, including
+ contributions to the “community benefit sharing fund.” There are two
+ pricing archetypes available:
+
+
+
+ Market Price: A standardized premium price of $30 per ton of CO₂e,
+ reflecting the added value of co-benefits such as climate resilience
+ and biodiversity. This price is consistent across all projects.
+
+
+ OPEX Breakeven Price: A project-specific price designed to cover the
+ operational expenditure (OPEX) of an individual project. This price
+ varies depending on the unique costs associated with each project.
+
+
+
+ These two options allow for flexible cost assessments based on
+ standardized market values or project-specific operational needs.
+
+
+ ),
+ COST_TYPE: (
+
+
+ The Cost Type defines the method used to calculate and present project
+ costs. It offers two approaches to understand the financial requirements
+ of a project:
+
+
+
+ Total Cost: The full cost of the project, including both capital
+ expenditures (CAPEX) and operational expenditures (OPEX), without
+ adjustments for the time value of money. This provides a
+ straightforward, cumulative view of project costs.
+
+
+ Net Present Value (NPV) Cost: The present value of total project costs
+ (CAPEX + OPEX) per ton of CO₂e, excluding financing costs. The NPV
+ Cost accounts for the time value of money, providing a more accurate
+ view of a project's long-term financial viability. This metric
+ allows for better comparison across projects by normalizing future
+ costs to their present-day value.
+
+
+
+ These two cost perspectives offer different insights into project
+ affordability and financial planning.
+