# GeoCore

The GeoCore Node fulfils three primary roles. First, it separates the Timpi network from the  search  users,  meaning  at  no  point  is  it  possible  for  an  attacker  to compromise a Collector or Guardian Node. The second role is handling and coordinating search requests from the web server.

&#x20;

The GeoCore determines whether the request can be served from the local cache or sent to the Information Broker, which coordinates the Guardian connections. The third role is the request analysis in terms of the search term, spelling, word vector analysis, historical behaviour synonym analysis, and lexical synonym analysis. GeoCore Nodes are spread worldwide to ensure all requests are served fast and accurately.

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


---

# 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/geocore.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.
