> For the complete documentation index, see [llms.txt](https://docs.zeroauthority.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeroauthority.xyz/gigs/gigs-onchain.md).

# Gigs Onchain

## Introduction&#x20;

Problem Addressed

The ZeroAuthority Gig Marketplace tackles the challenge of establishing transparent and secure fixed contracts for Web3 projects. By addressing trust issues and enabling smart contract-based interactions, it creates a peer-to-peer trustless network for hiring individuals in the Web3 space.

#### Key Features

* **Completion Confirmation Options:** Clients can confirm gig completion with multiple options, ensuring flexibility and fairness in the resolution process.
* **Talent Discovery:** BNS ID and Reputation integration with trajanapp (coming later) facilitate the discovery of talent for projects.
* **Modular Events:** The platform supports a modular event system, covering the entire workflow from gig offers to completion.
* **Governance Token Integration:** The $Zero governance SIP-010 token is relaunched to provide emissions to both clients and creators.

### Getting Started

#### Account Setup

To get started, users need to create profiles highlighting their skills, experience, and setting their pay rates. This section guides you through the account setup process.

#### Navigating the Cerulean Marketplace

Learn how to navigate the Cerulean Marketplace, explore available gigs, and understand the platform's layout and features.

### Gig Procedures

#### Completion Confirmation Options

Understand the options available for clients to confirm gig completion, including percentage-based agreements and dispute resolution.

#### Modular Events

Explore the modular event system that defines the lifecycle of a gig, from initial offer to dispute resolution.


---

# 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://docs.zeroauthority.xyz/gigs/gigs-onchain.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.
