exit_check
Before you buy a token, find out whether you can sell it. Give a mint and a position size in USD and this returns what you would actually receive, the slippage, and the largest position that exits under 5% — computed with constant-product maths against the pool's live reserves and its own fee. This is deliberately NOT a safety grade. Safety grades describe the contract (mint authority, LP burn, holder count); exitability describes the depth. A token can score 100 on every safety check and still be untradeable — PROOF does exactly that in our own data. Returns a verdict of EXITABLE, PARTIAL, COSTLY, TRAPPED, THIN, NO_POOL, or UNPRICED. UNPRICED means we could not resolve a USD value and is NOT a judgement about the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| usd | No | Position size in USD you intend to exit. Optional — omit to get the largest clean exit instead. | |
| mint | Yes | Token mint address (base58). |