> For the complete documentation index, see [llms.txt](https://deepnode.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deepnode.gitbook.io/docs/about-us.md).

# About Us

### Welcome to DeepNode

**The Infrastructure for Open Intelligence**

AI is the most transformative technology of our time, but it's being built behind closed doors by a handful of corporations. DeepNode changes that.

DeepNode is a decentralized AI network where intelligence belongs to everyone who helps build it. It's a marketplace where developers worldwide can contribute AI models, computing power, and data then get rewarded fairly for the value they create. Think of it as turning AI from a monopolized resource into a democratized utility, owned and operated by the people who make it possible.

We're not just building another protocol. We're creating a movement to make AI transparent, fair, and user-aligned, where privacy and ownership are built into the code itself. From healthcare researchers discovering breakthrough treatments to crypto traders building predictive models, DeepNode enables anyone to access, contribute to, and profit from the AI revolution.

This section introduces you to DeepNode's core purpose, the team building it, our vision for the future of intelligence, and the roadmap to get there. Whether you're a developer, investor, or curious community member, you'll find everything you need to understand why DeepNode isn't just another AI project, it's the foundation for what comes next.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://deepnode.gitbook.io/docs/about-us.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
