# FAQ

## General

#### **What is Gradient building?**

> Gradient is building the world’s first fully distributed AI stack — a peer-powered infrastructure where intelligence is hosted, served, and owned by the people.

#### **What makes Gradient different?**

> Instead of running models in closed datacenters, Gradient is distributing AI workloads across a global mesh of consumer devices and compatible datacenters. This reduces cost, improves resilience, and democratizes access.

***

### Research

#### What has Gradient done in the field of distributed AI?

> We have released research and products on:\
> [Lattica](/the-open-intelligence-stack/lattica.md) (peer-to-peer data communication)\
> [Parallax](/the-open-intelligence-stack/parallax.md) (distributed inference) \
> [Echo](/the-open-intelligence-stack/echo.md) (distributed reinformcement learning)\
> \
> More work on multi-agent collaboration, self-evolving agentic systems are more are in the pipeline.

***

### Gradient Cloud

**What is Gradient Cloud?**

> [Gradient Cloud](/enterprise-solutions/gradient-cloud.md) is the dev-facing, one-stop solution to access Gradient's distributed AI stack. In phase 1, it's offering inference endpoints, APIs, and a Playground to build and deploy AI workloads. More features coming in phase 2.

**Is Gradient Cloud compatible with OpenAI-style APIs?**

> Yes. Core endpoints follow the same schema, with Gradient-native extensions for scheduling and privacy controls.

**What models are available?**

> Leading open-source LLMs, with more added continuously. Model IDs are published in the [API Reference](/enterprise-solutions/gradient-cloud/api-reference-documentation.md).

**About Stripe top-up fees**

> We apply a 5% Stripe processing fee to all top-ups, with a minimum fee of $0.80. This fee is added to your payment amount, while the full top-up value is credited to your Cloud account.
>
> Examples:
>
> * Standard Fee: If you top up $100, your Cloud account receives $100, but you will be charged $105 (5% fee).
> * Minimum Fee: If you top up $10, the 5% fee would strictly be $0.50. However, due to the $0.80 minimum, you will be charged $10.80, and your account receives $10.

#### Sentry Nodes

**Is the Sentry Node Open Beta still active?**

> No. The Open Beta has concluded and Sentry Nodes are no longer accumulating new Uptime or Taps rewards.\
> \
> The sections on Sentry Nodes within this documentation is for reference purposes only.

***

### **What’s next**

> The team is constantly cooking. Stay tuned for more seamless, tangible experience, where every community member will gain direct access to the full power of distributed intelligence.

{% hint style="warning" %}
**Scam Alert**\
\
We've received multiple reports of phishing emails impersonating Gradient. \
\
These emails may ask for donations or prompt you to interact with third-party URLs. These are **100% scams**. A closer look at the sender's address will easily reveal their true identity.\
\
\- Do NOT interact with any unknown site. Check the URL letter by letter.\
\- Do NOT respond to emails claiming to represent Gradient.\
\- Gradient will NEVER ask for donations or request payments via email or DMs.\
\- Trust only information from our official channels.
{% endhint %}

### **Where can I get real-time updates from Gradient?**

Follow our official channels and never miss a beat:

* [Website](https://gradient.network)
* [X](https://x.com/Gradient_HQ)
* [Discord](https://discord.com/invite/gradientnetwork)


---

# 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://docs.gradient.network/learn-more/faq.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.
