> For the complete documentation index, see [llms.txt](https://auxo-1.gitbook.io/on-chain-funding-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://auxo-1.gitbook.io/on-chain-funding-platform/introduction.md).

# Introduction

<figure><picture><source srcset="/files/Wky3XbfOrZNFFwWLNVgi" media="(prefers-color-scheme: dark)"><img src="/files/Z3ccuBRhKoewgT8G1CJW" alt=""></picture><figcaption></figcaption></figure>

## Vision

Our vision is to bring funding workflows (investments, grants, accelerators, etc.) on-chain for better transparency and to lower the risks for both investors and builders. This shift promises enhanced transparency and reduces risks for both investors and builders. Leveraging Zero-Knowledge Proofs (ZKP) and the inherently privacy-preserving characteristics of the Mina blockchain, we offer a cutting-edge solution that allows investors to maintain their privacy while actively participating in the funding and decision-making processes.

## Mission

Our mission is to create a platform that promotes open and transparent interactions between startups and investors, thereby fostering trust and enabling effective decision-making. To fulfill this mission, we are setting new standards of transparency and security within the startup and investment ecosystem. These standards include innovations such as Threshold Homomorphic Encryption, Decentralized Autonomous Organizations (DAO), and milestone-based vesting schemes.

## Protocol Structure

To achieve our objectives, our protocol comprises two main components:

1. Threshold Homomorphic Encryption Protocol: This is the cornerstone of our platform, enabling privacy-preserving features such as private funding and private voting. It ensures that sensitive data remains secure.
2. On-chain Funding Platform: This protocol manages the overall flow of operations, ensuring a seamless interaction for all stakeholders involved. It is designed to be user-friendly for three primary entities: Builders, Investors, and Organizers.

By integrating these protocols, we aim to empower participants with the tools they need for secure, private, and efficient interactions within our platform.&#x20;

<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://auxo-1.gitbook.io/on-chain-funding-platform/introduction.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.
