# FairFund

FairFund is a blockchain based platform for community-driven funding. Users can deploy funding vaults, deposit funds, and submit proposals for funding. The platform uses a voting mechanism to decide which proposals receive how much funding.

## The platform supports three types of users:

1. Vault Creators: Can create funding vaults, set token configurations, and funding parameters.
2. Proposal Creators: Can submit funding proposals to existing vaults.
3. Voters/Community Members: Can register to vote, deposit tokens, and participate in the decision-making process.

## Key features of the platform include:

* Creation and management of funding vaults
* Proposal submission and tracking
* Voting mechanism for fund allocation
* Token deposit and withdrawal functionality
* Results page for viewing distribution statistics
* Session based authentication using sign in with ethereum
* Personalized "My Activity" Page
* Creating space to group funding vaults for a particular community

## Project's Architecture

![FairFund's Architecture Diagram](/files/zbHb9JJlQNjoQXHzGCqc)

## To know more

* Checkout the project's [README.md](https://github.com/StabilityNexus/FairFund).


---

# 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://docs.stability.nexus/funding-protocols/fairfund-overview.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.
