# Overview

Gridica is decentralized.\
An AI inference network designed for scale.\
It channels idle GPU power from across the globe\
into a resilient, cost-efficient infrastructure built for performance.\
Based on the DePIN model — the Decentralized Physical Infrastructure Network —\
Gridica lets users run inference on large language and multimodal models\
without relying on centralized providers.

Traditional cloud inference is costly.\
It’s centralized. It’s opaque.\
Gridica offers a trustless and verifiable alternative — one that is open by design.\
It routes workloads through independently operated GPU nodes that run inference locally, without a central authority.\
This creates a compute marketplace where infrastructure providers, developers, and end users meet.\
Permissionless. Transparent. Aligned.

Gridica abstracts the complexity of deploying models, orchestrating GPUs, and distributing results. Instead, developers can focus on building apps, while node operators earn by providing compute.

**Architecture Highlights**

* **Control Layer** — lightweight Docker-based coordination of job routing, validation, queuing, rewards, and metrics
* **Execution Layer** — user-operated nodes running models using vLLM or similar backends
* **Data Plane** — PostgreSQL (metadata), MongoDB (I/O), Redis (caching), RabbitMQ (jobs)

**Key Advantages**

* Compatible with OpenAI-style API calls
* Verifiable result pipeline
* Modular, resilient design (no single point of failure)
* Tokenized rewards with future staking/gov layer

**Roadmap**

| Stage         | Period     | Goal                                           |
| ------------- | ---------- | ---------------------------------------------- |
| Pre-MVP       | Q2 2025    | Architecture, investment                       |
| MVP           | Q3 2025    | Testnet, node onboarding, inference API, legal |
| Public Launch | Q1–Q2 2026 | Partnerships, marketing, feature expansion     |
| TGE + Staking | 2027       | Token launch, profit distribution via staking  |

*This whitepaper provides preliminary information. Specific figures, structures, and terms are subject to change pending legal, financial, and strategic reviews.*


---

# 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://gridica.gitbook.io/whitepaper/overview.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.
