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

# Developers

**Imagine a platform where a Web2 developer has everything they need to build Web3 solutions**—technical tools that simplify development, even without deep knowledge of the underlying technology. A space where developers, users, and service providers come together to shape the future of Web3.

This is the vision of the Vottun Ecosystem. A hub designed to empower developers to seamlessly transition into the world of Web3. At the core of this ecosystem is the Vottun API Platform, a comprehensive toolset that removes the complexity from Web3 development.

The Vottun Developer Platform serves as a professional showcase for developers in the Web3 sector, offering visibility and connecting them directly with businesses and projects. This platform also provides opportunities to participate in premium projects, enabling collaboration on high-impact initiatives within the ecosystem.

This is where Web3 begins. Start building today on the Vottun Developer Platform, and take part in shaping the future of decentralized solutions.

Refer to the following [video](https://www.youtube.com/watch?v=bsNT3qWZjGo) to learn and exploit all its functionalities.&#x20;

<figure><img src="/files/Zh5HoAPoDEis63DLwfSg" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/i5eOK2q2GmKqJpS6LvLM" alt=""><figcaption></figcaption></figure>


---

# 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://vottun.gitbook.io/vottun-whitepaper/developers.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.
