poolproof.ru
https://poolproof.ru/v1/exit-costShares a payout wallet with 10 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Real cost of exiting a Solana position AT YOUR SIZE — live route, not theoretical slippage
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
98.9% avgResponse time
p50 490ms · p95 561msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/13/2026, 12:00:00 AM | 100% | 1 | 132ms |
| 8/14/2026, 12:00:00 AM | 100% | 1 | 513ms |
| 8/15/2026, 12:00:00 AM | 100% | 1 | 509ms |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 130ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 145ms |
| 8/18/2026, 12:00:00 AM | 100% | 1 | 506ms |
| 8/19/2026, 12:00:00 AM | 90% | 20 | 137ms |
| 8/20/2026, 12:00:00 AM | 100% | 21 | 150ms |
| 8/21/2026, 12:00:00 AM | 100% | 3 | 149ms |
- Availability
- 96
- Latency
- 93
- Security
- 100
- Transparency
- 61
- Activity
- 2
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- —
- Domain registered
- —
- Hosting network
- CLOUDFLARENET
- Hosting country
- —
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Payments per day
last payment 8/14/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 8/5/2026 | 2 | 0.01 | 1 |
| 8/6/2026 | 3 | 0.03 | 2 |
| 8/7/2026 | 4 | 0.04 | 1 |
| 8/10/2026 | 4 | 0.04 | 1 |
| 8/11/2026 | 1 | 0.01 | 1 |
| 8/13/2026 | 7 | 0.06 | 2 |
| 8/14/2026 | 6 | 0.05 | 1 |
This payout wallet is shared: figures cover all 11 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"input": {
"method": "GET",
"queryParams": {
"properties": {
"mint": {
"description": "Solana token mint address",
"pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
"type": "string"
},
"size": {
"description": "Position size in whole tokens; the quote is for YOUR size",
"type": "number"
}
},
"required": [
"mint",
"size"
],
"type": "object"
},
"type": "http"
},
"output": {
"description": "What leaving a Solana position actually costs at your size, quoted live against a router. Flags SIZE_WALL, EXIT_COST.",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"disclaimer": {
"type": "string"
},
"flags": {
"description": "Empty means nothing failed the checks",
"items": {
"properties": {
"code": {
"type": "string"
},
"msg": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"ok": {
"type": "boolean"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": "json"
}
}