Logo
Tutorials

Build a Quality Pool

Turn checked proxy results into a reusable, tagged pool.

Pools are durable collections. Use them when a result table has candidates you want to reuse later in benchmarks, leak tests, rotators, or exports.

Proxy Pools

1. Start From Checked Rows

The best pool input is a checker or benchmark result table. Avoid saving raw extracted rows unless you are intentionally preserving unverified source material.

Recommended filter:

FilterSuggested value
StatusAlive
HTTPSSupported
QualityMedium or High
LatencyDepends on your workflow
AnonymityPrefer anonymous or elite

2. Save To Pool

  1. Select the rows you want.
  2. Click Save to pool.
  3. Choose Create new pool.
  4. Name it Checked HTTPS Pool.
  5. Add a description such as Alive HTTPS candidates from April test run.
  6. Add tags such as checked, https, benchmark-next.
  7. Save.

3. Merge Later Runs

When you run another checker task:

  1. Select new winners.
  2. Open Save to pool.
  3. Choose the existing pool.
  4. Use merge behavior.
  5. Let ZeroTrace Proxy dedupe exact proxy strings and merge tags/source metadata.

4. Maintain the Pool

ActionWhen
Remove entriesA proxy repeatedly fails or leaks.
Add tagsYou want to track source, quality, or workflow stage.
Re-check poolBefore using older saved entries.
Benchmark poolBefore using a pool in rotation.
Leak-test poolBefore exporting or using for anonymity-sensitive work.

Pool Naming

Good names are specific:

  • US HTTPS checked
  • Benchmark winners
  • Leak clean April
  • Rotation candidates

Avoid names like good, new, or test unless the pool is temporary.

Pools preserve source tool and task metadata. That makes it easier to understand where a proxy came from later.

On this page