> For the complete documentation index, see [llms.txt](https://selfient.gitbook.io/selfient-lite-paper-public-beta-launch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://selfient.gitbook.io/selfient-lite-paper-public-beta-launch/use-cases.md).

# Use Cases:

## Potential Use Cases:

### **1. Cost-Effective Project Agreements:**

* Facilitate project-based freelance agreements at a lower cost for all parties involved, in contrast to platforms like Fiverr or Upwork.
* **Some Examples:**
  * Video Production
  * Copywriting Work
  * Graphic Design and Logo Creation

### **2. Streamlined Project Management:**

* Optimize project management processes by leveraging smart contracts, which can simplify Statements of Work (SOWs) into Milestone Smart Engagement Agreements (SEAs), outlining specific expectations and deliverables. This approach ensures project governance and authorizes automatic payouts under predefined terms and conditions.
* **Some Examples:**
  * Smart Contract Auditing or Development
  * Website Design and Development Services
  * Consulting Services

### **3. Efficient Payroll Management:**

* Seamlessly handle weekly payroll through a simple Linear Agreement, functioning similar to traditional payroll processes but without the complexities associated with traditional payroll providers.
* **Some Examples:**
  * Discord Moderation
  * Payroll for DAO Employees
  * Community Management

### **4. One-Time Deals:**

* The SEA Wizard simplifies one-time deals, providing a platform for individuals to establish agreements for specific tasks or purchases. This approach guarantees mutual satisfaction and ensures proper payouts upon the completion or delivery of the agreed-upon terms or items.&#x20;
* **Some Examples:**
  * Buying a Used Item
  * Commissioning Custom Artwork
  * Purchasing a Kitten

<br>


---

# 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://selfient.gitbook.io/selfient-lite-paper-public-beta-launch/use-cases.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.
