# Proxy Layer

The Proxy Layer is like a trusted messenger in a secure, anonymous postal service, ensuring that your AI agents can access the information they need without revealing your identity. Imagine sending a letter through a network of intermediaries who strip away any identifying marks, so the recipient never knows who sent it. This layer fetches real-time data from various sources — like market trends or blockchain states — anonymizing your requests and routing them through multiple nodes to protect your privacy.

<figure><img src="/files/64d0xjhT2kJWxGCu0Mql" alt=""><figcaption><p>External Data Integration via bitGPT Proxy Layer</p></figcaption></figure>

The Proxy Layer is the network's gateway to real-time data, acting as a secure bridge between edge devices and external sources. It fetches information from various places — like market data or blockchain states — without exposing user identities. Requests are anonymized and routed through multiple nodes, ensuring privacy and security.

This layer is crucial for enabling autonomous **Delegates** (i.e., AI Agents). It allows them to access the data they need to make informed decisions, whether it's the latest market trends or blockchain transactions. The proxy layer ensures that agents can operate effectively while keeping user data safe and private.


---

# 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://bitgpt-2.gitbook.io/docs/infrastructure/proxy-layer.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.
