# Liquid Staking Yield Strategy AI Agent Connect

> Deterministic optimization engine for LST trading signals.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_bOncCw3hjM1rsb47GdCRmETGKkukiB2eSEmxyCHv/ai-agent-connect
- **Tags:** lst, eth, staking, arbitrage, yield

## Description

This MCP server provides a deterministic optimization engine for generating daily trading signals for Liquid Staking Tokens (LSTs). By analyzing price deviations from underlying ETH, staking yields, and systemic risk filters, it identifies arbitrage opportunities. Use `analyze_lst_performance` to calculate historical discounts and real yields, `generate_trading_signals` to receive specific BUY or SELL instructions, and `summarize_strategy_exposure` to monitor portfolio positioning and risk metrics.

## Tools

### analyze_lst_performance
Calculates historical discount, real yields, and comparative metrics for LSTs

### generate_trading_signals
Produces BUY, SELL, or HOLD instructions based on LST analysis and TVL

### summarize_strategy_exposure
Provides a high-level overview of current portfolio positioning and risk

## Prompt Examples

**Prompt:** 
```
Analyze the performance of stETH given these prices and yields.
```

**Response:** 
```
The analysis shows a discount of -2.5% and a real yield of 5.2%, which exceeds the lending rate.
```

**Prompt:** 
```
Generate a trading signal for the current LST analysis.
```

**Response:** 
```
BUY: The discount is -3% and staking APY is 4%, meeting all safety and yield criteria.
```

**Prompt:** 
```
What is my current portfolio exposure?
```

**Response:** 
```
The current position is LONG with an average real yield of 4.8%.
```

## Frequently Asked Questions

**What assets does this strategy support?**
The strategy is designed for Liquid Staking Tokens (LSTs) such as stETH and rETH by comparing them to the underlying ETH price.

**How are trading signals generated?**
Signals are generated using `generate_trading_signals` based on discount thresholds, staking APY requirements, and TVL safety filters.

**What is the purpose of the real yield calculation?**
The `analyze_lst_performance` tool calculates real yield by combining the staking APY with the expected profit from discount convergence.
