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

# Welcome

## Welcome to **BuilDex**

BuilDex is not just another decentralized exchange.\
It is a platform built on a **clear philosophy of independence, transparency and user protection**.

From the very beginning, the project has been created **without external investors or venture capital funds**. This is a conscious choice:

* 📌 **Independence** — no external influence on the protocol, governance, or development roadmap.
* 🔒 **User safety** — without venture pressure, the protocol grows at a pace dictated by technology and community needs, not by speculative interests.
* 🌱 **Sustainability** — the absence of external funding ensures that the ecosystem is built on real demand and organic growth.

***

### Fundamental Position

* We **do not involve venture funds** or external investors.
* Everything achieved so far has been financed exclusively with the **team’s own resources**.
* The **BDX token presale** is not about speculation — it is a transparent mechanism to finance further development and expand the ecosystem.

This means that every participant of the presale becomes not just a token holder, but part of the foundation upon which BuilDex will continue to grow.

***

### Why This Matters

In an industry often driven by hype and aggressive venture funding, BuilDex takes a different path.\
We prioritize **technology over marketing**, **community over short-term profit**, and **cryptographic guarantees over promises**.

By joining the presale and the community, you support a project that:

* builds with long-term sustainability in mind;
* keeps user protection at its core;
* develops an ecosystem where fairness is mathematically provable.

***

✨ **BuilDex is built for those who value independence, transparency, and security in decentralized trading.**

***

### Quick Links

* 📖 [Introduction](/basics/editor.md)
* 🏗️ [Architecture](/basics/markdown.md)
* 💰 [Tokenomics](/basics/images-and-media.md)
* ⚖️ [Protocol](/basics/interactive-blocks.md)
* 📅 [Roadmap](/basics/integrations.md)

***

Website: [buildex.global](https://buildex.global/)


---

# 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://docs.buildex.global/readme.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.
