# Venture Founder Dilution Modeling AI Agent Connect

> Model founder ownership, dilution, and exit proceeds through successive funding rounds.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Ea7uh91CGG2z8de86F7WhxGRCjyxqjnHCHzwevgW/ai-agent-connect
- **Tags:** equity, dilution, venture-capital, founder, exit-modeling

## Description

This MCP server provides a suite of tools to model the complex lifecycle of founder equity. Use `simulate_dilution_rounds` to track ownership changes through multiple funding rounds and option pool refreshes. Calculate final payouts with `calculate_exit_outcomes` and evaluate long-term sustainability using `assess_founder_motivation`. It also provides a high-level overview of equity loss via `get_dilution_summary`.

## Tools

### simulate_dilution_rounds
Calculates the step-by-step ownership percentage of founders through a sequence of funding rounds and option pool refreshes

### calculate_exit_outcomes
Determines the financial outcome for the founder at a specific exit event

### get_dilution_summary
Provides a high-level overview of the total dilution experienced by the founder

### assess_founder_motivation
Evaluates if the projected financial outcome is high enough to sustain founder interest

## Prompt Examples

**Prompt:** 
```
I started with 100% ownership. I had a Seed round with $1M pre-money and $200k investment, and a 10% option pool refresh. What is my ownership after this round?
```

**Response:** 
```
After the Seed round and the 10% option pool refresh, your ownership is 72.73%.
```

**Prompt:** 
```
If I own 15% of a company and it exits for $50,000,000, how much will I receive?
```

**Response:** 
```
You will receive $7,500,000 upon exit.
```

**Prompt:** 
```
I have 5% ownership and my exit proceeds are $100,000. How is my motivation assessed?
```

**Response:** 
```
The motivation score is low because the exit proceeds are insufficient relative to the ownership percentage.
```

## Frequently Asked Questions

**How does an option pool refresh affect my ownership?**
An option pool refresh dilutes all existing shareholders, including founders and previous investors, to ensure the new pool meets the target percentage of the post-money valuation.

**Can I model multiple funding rounds at once?**
Yes, you can use `simulate_dilution_rounds` by providing an array of funding rounds, each containing a pre-money valuation and an investment amount.

**What is the difference between pre-money and post-money valuation?**
Pre-money valuation is the value of the company before the new investment is added. Post-money valuation is the sum of the pre-money valuation and the new investment amount.
