# Governance Strategy Engine AI Agent Connect

> Optimize governance participation and delegation rewards.

## Overview
- **Category:** analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_zTpYFi0NBoxemxfzhTc73tNFdG4MdxkShOlU0QQ0/ai-agent-connect
- **Tags:** voting, delegation, yield, quorum, strategy

## Description

This MCP server provides deterministic tools for managing governance participation. Use `analyze_voting_strategy` to receive daily signals on whether to delegate or vote directly based on APY and token balances. Use `calculate_proposal_metrics` to monitor quorum progress and outcome probability, or `evaluate_delegation_profitability` to ensure delegation yields exceed transaction costs.

## Tools

### analyze_voting_strategy
Provides a comprehensive daily signal regarding whether a user should delegate, undelegate, or vote directly

### calculate_proposal_metrics
Evaluates the health and likely outcome of specific governance proposals

### evaluate_delegation_profitability
Determines if the yield from delegating tokens is worth the transaction costs

## Prompt Examples

**Prompt:** 
```
Should I delegate my 1500 tokens right now?
```

**Response:** 
```
Yes, with a current delegation APY of 6% and your 1500 token balance, delegating is profitable as the yield exceeds the amortized gas cost.
```

**Prompt:** 
```
How close is the current proposal to reaching quorum?
```

**Response:** 
```
The proposal has reached 65% of its required quorum threshold.
```

**Prompt:** 
```
Is it too late to vote on the active proposal?
```

**Response:** 
```
No, there are 48 hours remaining before the proposal concludes, so you can still participate.
```

## Frequently Asked Questions

**How do I know if I should delegate my tokens?**
You can use the `analyze_voting_strategy` tool. It recommends delegation if your token balance is above 1000 and the delegation APY is greater than 5% and covers gas costs.

**Can I check the likelihood of a proposal passing?**
Yes, the `calculate_proposal_metrics` tool calculates the outcome probability based on current votes and quorum requirements.

**What is the minimum token balance required for strategy recommendations?**
The engine requires a minimum balance of 1000 tokens to provide meaningful delegation and voting recommendations.
