Searcher Connection
Solana validators receive transactions on their TPU before sequencing them into a slot. That stream of pending transactions is valuable orderflow — searchers will pay for visibility into it for arbitrage signal extraction, sandwich detection, and trading-strategy inputs.
Searcher Connection is the validator-side counterpart to the searcher-facing Relayer/TPU product. You publish your TPU traffic to the Blockspace network; searchers' Block Engines consume it; you share in the value.
What you do
- Run an unmodified Solana validator.
- Enable a small connector that mirrors a copy of your inbound TPU traffic to the Blockspace mempool network.
- The connector is read-only with respect to your validator — it only observes; it does not modify, delay, or filter incoming transactions.
Revenue model
Relayer/TPU publishing is consumption-based:
- Per-consumer share — every searcher subscription that consumes your stream contributes a share of their seat fee back to publishing validators.
- Weighted by signal quality — your share weights with the unique-tx fraction of your stream (transactions you saw before any other connected validator). Geographic position and connection profile both matter.
- Settlement — monthly, in SOL, to your payout address.
You don't set prices on this product — the searcher market does. Your contribution determines your share.
What you don't lose
- Vote credits — connector is fully passive. Zero impact on the vote pipeline.
- Skip rate — connector mirrors traffic asynchronously; even if the mirror channel stalls, your validator's normal flow is uninterrupted.
- Privacy — only inbound TPU traffic is mirrored. Your vote signing, internal RPC, identity-protection setup, and outbound communication are not touched.
Setup
- Verify identity — confirm your validator vote pubkey in the dashboard.
- Install connector — single binary alongside your validator. Outbound-only; no inbound port required.
- Configure mirror filter (optional) — exclude specific programs or addresses from the mirror, e.g. internal-tooling traffic you don't want exposed.
- Set payout address — wallet for monthly settlement.
- Enable — flip the switch in the dashboard.
Typically 15–30 minutes once you have access.
What the dashboard shows
- Relayer/TPU TPS published — how much traffic you're contributing.
- Unique-tx fraction — fraction of your published txs that no other connected validator saw first. Drives your share.
- Active consumers — how many searcher subscriptions are pulling from the mempool stream that includes you.
- Estimated revenue share — rolling monthly estimate based on current consumption.
Eligibility
- Solana mainnet validators on any major client.
- Identity verification.
- Stable operator history (>1 epoch).
No application or contract — self-serve.
Get started
- Open the dashboard → Validator → Searcher Connection.
- Follow the install guide.
- Revenue accrues from the moment your first published tx is consumed.