---
name: soldefi.thomenz.me
description: soldefi.thomenz.me provides a single endpoint that evaluates the exit risk of a Solana token position. Given a token mint address, it returns a risk score, slippage estimates, whale flow data, holder count, and manipulation flags to help assess how safely a position can be sold.
host: soldefi.thomenz.me
---

# soldefi.thomenz.me

This host is a narrow, sell-side risk analysis tool for Solana tokens. It serves agents and users who need to evaluate liquidity and exit conditions before selling a token, not for identifying buy opportunities or predicting price direction. Its single skill focuses exclusively on exit-side metrics: sell pressure, whale activity, slippage, and manipulation signals.

## When to use this host

Use this host when an agent needs to assess how safely or at what cost a Solana token position can be exited before executing a sell. It is specifically useful for pre-sell due diligence on unknown or low-liquidity tokens. Do not use it for buy-side opportunity scoring, price prediction, or token discovery — it has no skills covering those use cases. For broader Solana token analytics (price feeds, OHLCV, on-chain fundamentals), route to a more general Solana data host. For cross-chain exit risk or EVM tokens, this host is not applicable.

## Capabilities

### Exit Risk Assessment

Evaluates the sell-side risk of a Solana token position by returning a composite risk score alongside supporting metrics such as whale flow, slippage estimates, holder count, and manipulation flags.

- **`fetch-solana-exit-risk`** — Returns an exit risk assessment for a Solana token mint, including risk score, sell pressure, slippage estimates, whale flow, holder count, and manipulation flags.

## Skill reference

### `fetch-solana-exit-risk`

**Solana Exit Risk Check** — Returns an exit risk assessment for a Solana token mint, including risk score, sell pressure, slippage estimates, whale flow, holder count, and manipulation flags.

*Use when:* Use when an agent or user needs to evaluate how safely and at what cost they can exit a Solana token position, particularly before executing a sell or assessing a new token's liquidity risk.

*Not for:* Do not use for buy-side opportunity scoring or price prediction; this endpoint is specifically for exit/sell-side risk analysis only.

**Inputs:**

- `mint` (string, required) — The Solana token mint address to assess for exit risk.

**Returns:** Returns exit_risk label (e.g. HIGH), numeric score, 1h sell pressure percentage, 24h whale flow in USD, slippage estimates for $1k and $10k exits, holder count, manipulation flags, and a plain-language note.

**Example:** `GET https://soldefi.thomenz.me/v1/solana/exit-risk/EfPoo4wWgxKVToit7yX5VtXXBrhao4G8L7vrbKy6pump`

---
