# How Incremental Lift Is Calculated

It's the extra revenue Redux recovers above what you were already getting. This is how we measure our real impact, not just recovery that would've happened anyway.

### **How we calculate it:**

#### **Step 1: Start with your baseline**&#x20;

Your baseline is your historical recovery rate from the audit (recovered failures divided by total failures).

#### **Step 2: Track recoveries with Redux running**&#x20;

As new failed payments come in, we measure how many get recovered through Redux's optimized system.

#### **Step 3: Subtract what would've happened anyway**&#x20;

We apply your historical baseline rate to your new failure volume. This tells us how much Stripe would've recovered on its own.

#### **Step 4: Find the difference**&#x20;

Recovered with Redux minus what your baseline would've produced equals the true lift Redux created.

### **Why this matters:**

This is the only metric that really counts because it shows exactly what we're contributing. No inflated numbers. No double counting. If Redux doesn't beat your historical recovery rate, you don't pay anything. You only win when we deliver real results.


---

# 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.reduxpayments.com/recovery-performance/how-incremental-lift-is-calculated.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.
