# Overview

Welcome to Quinty - a decentralized work and funding protocol built on Base Sepolia.

## What is Quinty?

Quinty is a trustless collaboration platform that eliminates intermediaries from the work economy. It combines on-chain bounties, grants, and crowdfunding with permanent soulbound reputation to create a transparent and fair ecosystem for creators and solvers.

## Key Features

* **100% Escrow Protection** - All funds locked upfront, eliminating payment risk
* **Soulbound Reputation** - Permanent on-chain achievements via NFT badges
* **X Social Verification** - Verify identity via OAuth
* **Democratic Disputes** - Community-powered resolution with stake-weighted voting (soon)
* **Zero Platform Fees** - No middleman cuts
* **Full Transparency** - All transactions visible on Base blockchain

## Core Products

### 1. Bounty System

Task-based work with blinded submissions and automatic slashing for fair resolution.

### 2. Grant Programs

VCs and organizations distribute funds to selected projects through structured grant rounds.

### 3. Crowdfunding

Campaigns with milestone-based fund release for creator accountability.

### 4. Looking for Grant

Flexible startup funding where projects keep all contributions.

## Quick Links

* [What is Quinty?](https://quinty.gitbook.io/quinty-docs/introduction/what-is-quinty) - Complete platform overview, tech stack, and architecture
* [Why Quinty?](https://quinty.gitbook.io/quinty-docs/introduction/why-quinty) - Problems we solve and platform comparisons
* [Vision & Roadmap](https://github.com/Quinty-Quest-Bounty/fe-quinty/blob/main/docs/vision.md) - Future plans and growth targets
* [Smart Contracts & Network](https://quinty.gitbook.io/quinty-docs/introduction/contracts) - Chain details, addresses, ABIs
* [Quick Start Guide](https://quinty.gitbook.io/quinty-docs/introduction/quickstart) - Get started in 5 minutes
* [User Guides](https://quinty.gitbook.io/quinty-docs/guides/user-guides) - Feature-specific guides
* [Developer Guides](https://github.com/Quinty-Quest-Bounty/fe-quinty/blob/main/docs/developer-guides/README.md) - Integration docs

## Network & Contracts

For chain details and deployed addresses see: [Smart Contracts & Network](https://quinty.gitbook.io/quinty-docs/introduction/contracts).

## Getting Help

* Documentation: You're here!
* Smart Contracts: [Contract Documentation](https://quinty.gitbook.io/quinty-docs/introduction/contracts)

## License

MIT - Open source and free to use.

***

**Built with ❤️ for Base and the onchain economy.**


---

# 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://quinty.gitbook.io/quinty-docs/introduction/readme.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.
