# Collector

The decentralized “workers” connect to the closest GeoCore via API and perform the crawling operations. The Collector works on any system and does not need a static IP address or any open ports.  It is completely invisible and segregated from the frontend search service via the  GeoCore.  That way, Timpi can ensure that the Collector’s security is not compromised by running our software.

<figure><img src="/files/cEL2zNLmPbdMJ4PcM0sC" alt=""><figcaption></figcaption></figure>

The user can control how much of the system resources are used, and the collector can also be paused for up to 4 hours at a time or even stopped. In addition, the user can create schedules to allow the use of more system resources   at   night   for example.  All communications are secured via TLS1.3 and all information is completely anonymized.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://timpi.gitbook.io/timpi-whitepaper/technology/depin/collector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
