> 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/quest/quests-onchain/getting-started.md).

# Getting Started

Welcome to Zero Authority Quests — a coordination layer for decentralized execution. Anyone with a connected wallet and authenticated identity can create, join, and complete quests.

#### Step 1: Connect Your Wallet

Connect and authenticate your wallet to access quest creation and participation features. This secures identity, actions, rewards, and reputation onchain.

***

#### Step 2: Create a Quest

Once authenticated, you can create a quest using the following structure:

**Add a Title and Description:**\
Define a clear mission objective and detailed execution scope. Precision attracts aligned contributors.

**Define Objectives and Deliverables:**\
Specify measurable outputs, success criteria, and validation standards.

**Set the Total Reward Pool:**\
Choose the total token or crypto reward. Funds are locked in a smart contract for trustless distribution.

**Select a Timeline:**\
Define start date, milestones, and completion deadline.

**Define Completion Logic:**\
Set validation rules: DAO approval, oracle verification, automated checks, or agent validation.

**Reward Distribution:**\
Rewards are distributed automatically based on predefined conditions and validation outcomes.

***

#### Step 3: Notifications

Stay informed about quest lifecycle events:

**Enter Your Email:**\
Receive notifications for quest creation, submissions, approvals, and completion events.

***

#### Step 4: Engage with Contributors

Interact with contributors, agents, and participants through feedback loops, coordination channels, and onchain signals. Alignment beats management — structure replaces hierarchy.


---

# 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/quest/quests-onchain/getting-started.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.
