# User Guide

FairFund supports three types of users: Vault Creators, Proposal Creators, and Voters/Community Members. Here's a comprehensive guide on how each user type can navigate and utilize the platform:

### Vault Creators

Vault Creators are responsible for setting up new vaults within the application. Here's how they can get started:

1. **Accessing the Dashboard**
   * Navigate to the landing page
   * Click "Get Started" to access the dashboard
   * Connect your wallet and sign in with Ethereum
2. **Creating a Vault**
   * Click the "Create" button in the dashboard
   * Select "Vault" from the dropdown menu
   * Choose a space for your vault (multiple vaults can exist in one space)
   * Enter the following details:
     * Vault description
     * Token configurations
     * Funding parameters
   * Review the entered information
   * Submit the proposal (requires a wallet transaction)
3. **Adding Funds (Optional)**
   * After creating the vault, you have the option to immediately add funds
4. **Vault Management**
   * Upon creation, you'll be redirected to the vault page
   * Here, you can view all details related to your vault

### Proposal Creators

Proposal Creators can submit funding proposals to existing vaults. Here's their workflow:

1. **Accessing the Dashboard**
   * Navigate to the landing page
   * Click "Get Started" to access the dashboard
   * Connect your wallet and sign in with Ethereum
2. **Creating a Proposal**
   * Click the "Create" button in the dashboard
   * Select "Proposal" from the dropdown menu
   * Search and select the target vault for your proposal
   * Enter the following details:
     * Proposal description
     * Minimum and maximum request amounts
     * Recipient address
   * Review the entered information
   * Submit the proposal
3. **Tracking Proposals**
   * View your created proposals in the "My Activity" page
   * Alternatively, check the vault details page for your proposals

### Voters/Community Members

Voters and Community Members can participate in vaults by voting on proposals and contributing funds. Here's how they can engage:

1. **Accessing Vaults**
   * Navigate to the landing page
   * Click "Get Started" to access the dashboard
   * Click "Spaces" in the navbar to view available spaces
   * Select a space and choose a vault within that space
2. **Participating in a Vault**
   * On the vault page, register to vote
   * Deposit tokens for distribution (if desired)
   * Create new proposals (if desired)
   * After the tally date, withdraw remaining funds (if applicable)
3. **Viewing Results**
   * After the tally date, access the results page
   * View distribution statistics and other vault-related information


---

# 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/fairfund-userguide.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.
