find_alpha
Scan ENS marketplace listings to identify undervalued domain names priced below comparable sales. Get ranked opportunities with discount percentage, value estimates, and confidence ratings.
Instructions
Scan the ENS marketplace for alpha — names listed below their comparable-sales valuation. Returns ranked opportunities with discount percentage, estimated value range, confidence rating, and comparable data. The autonomous agent's edge: find mispriced names before anyone else. Pair with get_valuation for deep analysis, then purchase_name to execute.
Use this instead of search_ens_names + repeated get_valuation when the user asks for "best value", "best buy", "cheapest good name", "undervalued", "bargains", or any ranked-by-value query across multiple listings. find_alpha does the search + valuation + ranking in a single call. Supports filters (minLength, maxLength, maxPriceEth, tags) so narrow queries like "4-letter names under 1 ETH, best value" are one call, not six.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return. Default 25, max 100. | |
| charType | No | Filter by character type | |
| maxLength | No | Maximum label length (e.g. 5 for up to 5-letter names) | |
| minLength | No | Minimum label length (e.g. 3 for 3-letter names and up) | |
| maxPriceEth | No | Maximum listing price in ETH (e.g. 1.0). Omit for no cap. | |
| minConfidence | No | Minimum confidence for comparable data. HIGH = 20+ sales, MEDIUM = 10+, LOW = 3+. | LOW |
| minDiscountPct | No | Minimum discount vs estimated value. Default 20%. Range: 1-99. |