# Perp DEX Funding Rate Manipulation Strategy AI Agent Connect

> Detect and exploit artificial funding rate spikes in perpetual DEXs.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_wOVmKFK2nKFXnVjnScalMnRcZn0PkuYTaiswp958/ai-agent-connect
- **Tags:** perp, funding-rate, dex, arbitrage, manipulation-detection

## Description

This MCP server provides a deterministic engine to identify artificial funding rate spikes in perpetual decentralized exchanges. By analyzing the disconnect between funding rates and price basis, the server identifies market manipulation. Use `detect_manipulation_signals` to find decoupled funding events, `calculate_exploit_opportunities` to filter for high-liquidity setups, and `estimate_trade_metrics` to project income and basis risk for basis-reversion trades.

## Tools

### detect_manipulation_signals
Identifies intervals where funding rates are decoupled from price basis and accompanied by specific Open Interest movements

### estimate_trade_metrics
Provides detailed financial projections for a specific identified exploit

### calculate_exploit_opportunities
Filters detected signals to find high-probability, high-liquidity trade setups

## Prompt Examples

**Prompt:** 
```
Identify any current market manipulation signals in the provided price and funding data.
```

**Response:** 
```
The `detect_manipulation_signals` tool has identified a manipulation event at 14:00 UTC where the funding rate reached 0.6% while the basis was only 0.05%.
```

**Prompt:** 
```
Find high-liquidity exploit opportunities with at least $50M in Open Interest.
```

**Response:** 
```
The `calculate_exploit_opportunities` tool found one valid setup: BUY_SPOT_SELL_PERP with an expected funding income of $12,500.
```

**Prompt:** 
```
Calculate the expected income and risk for a $100,000 position with a 0.5% funding rate.
```

**Response:** 
```
For a $100,000 position, the `estimate_trade_metrics` tool calculates a funding income of $500 with a basis risk estimate of $150.
```

## Frequently Asked Questions

**How does the server detect manipulation?**
It flags intervals where the funding rate is extreme (above 0.5% or below -0.5%) while the basis remains low (below 0.1%) and Open Interest is dropping, indicating a decoupling of price and funding.

**What is a basis-reversion exploit?**
It is a trade where you capture high funding by buying spot and selling the perpetual contract, waiting for the basis to revert to normal levels.

**Can I use this with Claude Desktop?**
Yes, this MCP server can be connected to Claude Desktop, Cursor, VS Code, and any other MCP-compatible client via Vinkius Edge.
