# Venture ROFR Economics Engine AI Agent Connect

> Quantify the financial impact and liquidity trade-offs of Right of First Refusal (ROFR) provisions.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_p7juBWtacvz3tNkbNEsRH6OyUeJlIjCYHlCkwVLb/ai-agent-connect
- **Tags:** rofr, venture-capital, liquidity, economics, cap-table

## Description

This MCP server provides a specialized economic modeling engine for venture capital professionals. It quantifies the financial implications of Right of First Refusal (ROFR) provisions by analyzing transfer constraints and liquidity trade-offs. Use `get_rofr_valuation` to determine the monetary value of an option, `analyze_transfer_restriction` to measure exit friction, `calculate_co_sale_impact` to evaluate co-sale rights, and `evaluate_liquidity_tradeoff` to synthesize a complete liquidity profile.

## Tools

### analyze_transfer_restriction
Quantifies the impact of the ROFR on the seller's ability to exit

### calculate_co_sale_impact
Evaluates how co-sale rights affect the economic distribution of a transfer

### evaluate_liquidity_tradeoff
Synthesizes the economic value and the transfer friction to provide a single liquidity profile

### get_rofr_valuation
Determines the monetary value of the ROFR option based on a pending sale

## Prompt Examples

**Prompt:** 
```
What is the value of a ROFR option if the offer is $1,000,000 for 50,000 shares and the holder has a 20% right?
```

**Response:** 
```
The ROFR value is $200,000.
```

**Prompt:** 
```
Calculate the liquidity risk for a transfer with a 60-day notice period and a market activity index of 0.8.
```

**Response:** 
```
The liquidity risk is High.
```

**Prompt:** 
```
If a seller offers 10,000 shares at $50 each and co-sale holders are entitled to 2,000 shares, what is the remaining value for the seller?
```

**Response:** 
```
The remaining seller value is $400,000.
```

## Frequently Asked Questions

**How does this tool help with ROFR analysis?**
It provides precise mathematical models to calculate the value of ROFR options and the friction caused by transfer restrictions.

**Can I model the impact of co-sale rights?**
Yes, the `calculate_co_sale_impact` tool evaluates how co-sale rights affect the economic distribution between primary sellers and co-sale holders.

**What is the difference between a permitted transfer and a restricted one?**
Permitted transfers are exceptions that do not trigger ROFR, resulting in zero friction. Restricted transfers trigger the ROFR process, which can introduce delays and economic friction.
