# Token Vesting Claim Strategy AI Agent Connect

> Optimize token claims by balancing price, gas, and tax.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_FMQ0yXlkI0eVIYYbu15SgpzCmqF61u6f8PCFuEuK/ai-agent-connect
- **Tags:** vesting, token, gas-optimization, crypto-strategy, blockchain

## Description

This MCP server provides a deterministic optimization engine to identify the mathematically optimal time to claim vested tokens. It analyzes vesting schedules, market volatility, and gas costs to generate actionable signals. Use `analyze_vesting_status` to calculate current eligibility, `evaluate_claim_signal` to check if market conditions justify a claim, and `optimize_claim_timing` to decide between immediate execution or waiting for a market bounce based on 20-day moving averages.

## Tools

### analyze_vesting_status
Calculates the current state of a specific vesting contract

### optimize_claim_timing
Decides the specific execution strategy based on market trends

### evaluate_claim_signal
Determines if the conditions are met to trigger a "Claim" action

## Prompt Examples

**Prompt:** 
```
Check my current vesting status for a schedule starting 2023-01-01 and ending 2024-01-01 with 1000 tokens total.
```

**Response:** 
```
As of today, you have 500 tokens vested and 500 tokens remaining unclaimed.
```

**Prompt:** 
```
Should I claim my tokens now given the current price is $2.00 and the 20-day MA is $1.80?
```

**Response:** 
```
The price is in an uptrend. Recommendation: Claim Immediately.
```

**Prompt:** 
```
Is it a good time to claim if the token price just dropped 25% in the last week?
```

**Response:** 
```
No, the volatility filter has suppressed the claim signal due to the significant price drop.
```

## Frequently Asked Questions

**How does the tool decide when to claim?**
The engine triggers a claim signal when the unclaimed value exceeds $1,000 and either the token price has gained 20% since vesting started or gas costs are below 0.1% of the unclaimed value.

**What is the difference between the claim tools?**
You can use `analyze_vesting_status` to see how many tokens are ready, `evaluate_claim_signal` to see if it is profitable to claim now, and `optimize_claim_timing` to determine if you should wait for a market uptrend.

**Does this account for gas prices?**
Yes, the engine includes a gas ceiling (50 gwei) and evaluates gas efficiency relative to the token value to ensure profitability.
