# What is the Elastic XEL project?

Elastic (XEL) is an Open Source project aimed to create a decentralized Super-Computer by utilizing cryptography and blockchain technology. It creates a complex platform that can execute vast array of tasks in need of Computational resources to solve its algorithmic difficulties; all is done in P2P distributed way inside of Elastic platform.

Elastic is trustless system, anyone in need of computing power can do that in Elastic anonymous without the need to trust platform itself other than it will execute task as programed.

Elastic Source code is public and anyone can freely contribute and review it. At current stage several anonymous developers are working to bring the Elastic platform into production phase, ready to be tested and deployed into the network.

{% content-ref url="what" %}
[what](https://xel.gitbook.io/wiki/faq/about_xel/what)
{% endcontent-ref %}


---

# 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://xel.gitbook.io/wiki/faq/about_xel/who.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.
