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

# Welcome

Welcome to the Coasys Litepaper, which provides a summarized, high-level overview. For a more in-depth scope, feel free to also read our [**Whitepaper**](https://coasys.org/whitepaper.pdf) and review our [**source code**](https://github.com/coasys)**.**

### Vision

Coasys aims to make a contribution to the public’s capacity to sense-make as a collective by providing the infrastructure for an open, interoperable web, as well as the tools to improve our ability to find and share reliable information and coordinate effectively at any scale or complexity.  By doing so, it tries to approach the meta-crisis with pragmatic technological upgrades to our society's digital communication infrastructure.

More specifically, Coasys has spent the past several years building a new, interoperable internet layer with social networking capacities called [**ADAM**](/coasys-litepaper/the-adam-layer.md)[ ](/coasys-litepaper/the-adam-layer.md)as well as a decentralized Discord-like platform on top of ADAM called [**Flux**](/coasys-litepaper/flux.md), and is now introducing the [**Synergy Engine**](/coasys-litepaper/synergy-engine.md) and [**Token**](/coasys-litepaper/synergyfuel.md).

{% embed url="<https://www.youtube.com/watch?v=iWODlkK3HTE>" %}

#### [Read the One Pager ](https://docsend.com/view/kvjanuv9ew7xdstv)

{% file src="/files/MKOOd7JKpcvexlOTGOt9" %}

#### [Watch the Demo](https://www.youtube.com/watch?v=opBHW8_AvSU)

{% embed url="<https://www.youtube.com/watch?v=opBHW8_AvSU>" %}


---

# 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://coasys.gitbook.io/coasys-litepaper/welcome.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.
