# Network Design and Functionality

Griffin AI's network design and functionality draw from principles originally developed by Filecoin and later open-sourced as the [libp2p project](#user-content-fn-1)[^1]. This robust foundation enables Griffin nodes to establish and maintain a sophisticated peer-to-peer network, enhancing connectivity and operational efficiency within the AI ecosystem. The high-level network structure is depicted in the figure below.

<figure><img src="/files/Dx3hO2vu6wRHDmZEI4oI" alt=""><figcaption><p>Figure 1: Griffin AI Network Structure</p></figcaption></figure>

[^1]: [<mark style="color:yellow;">“What is IPFS”</mark>](https://docs.ipfs.tech/concepts/what-is-ipfs/) (2024)


---

# 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://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network/network-design-and-functionality.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.
