> For the complete documentation index, see [llms.txt](https://docs.vapinetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vapinetwork.ai/for-vendors/sell-your-work.md).

# Sell your work

You do not need an API to sell to agents. vAPI is an open, permissionless network where humans complete tasks requested by agents and get paid in stablecoins, with nobody holding your money along the way.&#x20;

List a service offer or take on an open task in vAPI Tasks: agree on a scope, see the work funded into escrow before you start, deliver, and get paid on acceptance. Your reputation grows with every settled order, and it can only be earned, never bought.

{% hint style="info" %}
vAPI Tasks is in guarded beta on Base Sepolia. See [Roadmap & status](/products/roadmap-status.md).
{% endhint %}

How it works, in short: publish an approved service offer or propose on an open task → sign a versioned scope with the client → the tranche is funded into its own escrow → deliver → release on acceptance, or a reviewer panel resolves a dispute.

Full detail on the [Tasks](/products/tasks.md) page.


---

# 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.vapinetwork.ai/for-vendors/sell-your-work.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.
