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

# Welcome to Vertex!

We're glad you're here. Whether you're exploring partnership opportunities, looking for institutional-grade infrastructure, or ready to scale your Web3 project - you're in the right place.

**What makes Vertex different?** We're founders who became builders. We've lived through the challenges you're facing: finding the right investors, navigating complex regulations, building liquidity, and scaling from MVP to institutional readiness. That's why we built Vertex — to give founders the operational support we wish we had.

**This is a judgment-free space.** Whether you're at the idea stage exploring RWA tokenization, launching your mainnet, or preparing for a $50M institutional raise - every founder's journey is unique, and we respect that.

**Here's what you'll find in this documentation:**

* Our acceleration programs (General Web3 & Specialized RWA)
* Detailed service offerings across 5 core categories
* Investment and partnership models
* Real success metrics and transparent terms
* How to get started (with zero upfront commitment)

**Our promise is simple:** We start by proving our value. No pressure, no upfront fees - just a free acceleration stage where we demonstrate results. If we're the right fit, we move forward together. If not, you've gained valuable insights and connections at no cost.

**Ready to explore?** Take your time going through the documentation. When you're ready to talk, we're here.

Let's build something meaningful together.

[<br>](accelerator/project-overview.html)<br>


---

# 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.vertexfdn.xyz/welcome-to-vertex.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.
